Searched defs:Unlock (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DMediumLock.cpp31 Unlock();
51 Unlock();
136 HRESULT MediumLock::Unlock() function in class:MediumLock
196 HRESULT rc = aIt->Unlock();
203 HRESULT rc = Unlock();
234 HRESULT rc2 = it2->Unlock();
245 HRESULT MediumLockList::Unlock() function in class:MediumLockList
254 HRESULT rc2 = it->Unlock();
313 HRESULT rc = Unlock();
355 HRESULT rc2 = it2->second->Unlock();
366 HRESULT MediumLockListMap::Unlock() function in class:MediumLockListMap
[all...]
/vbox/src/VBox/Main/src-server/win/
H A Dsvcmain.cpp50 LONG Unlock();
69 LONG CExeModule::Unlock() function in class:CExeModule
71 LONG l = CComModule::Unlock();
/vbox/src/VBox/Frontends/VBoxFB/
H A DFramebuffer.cpp101 NS_IMETHODIMP VBoxDirectFB::Unlock() function in class:VBoxDirectFB
111 DFBCHECK(fbInternalSurface->Unlock(fbInternalSurface));
121 DFBCHECK(surface->Unlock(surface));
255 Unlock();
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsNativeCharsetUtils.cpp279 static void Unlock() { if (gLock) PR_Unlock(gLock); } function in class:nsNativeCharsetConverter
434 Unlock();
/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp1543 * Unlock the overlay.
1547 STDMETHODIMP VBoxSDLFBOverlay::Unlock() function in class:VBoxSDLFBOverlay
1549 LogFlow(("VBoxSDLFBOverlay::Unlock\n"));
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispD3D.cpp419 D3DDDICB_UNLOCK Unlock; local
421 Unlock.NumAllocations = 1;
422 Unlock.phAllocations = &pAlloc->hAllocation;
424 HRESULT hr = pDevice->RtCallbacks.pfnUnlockCb(pDevice->hDevice, &Unlock);
2850 pD3D9VBuf->Unlock();
4037 hr = pD3D9VBuf->Unlock();
4077 hr = pD3D9IBuf->Unlock();
4088 WARN(("Unlock unsupported %d", pRc->aAllocations[0].enmD3DIfType));
4148 D3DDDICB_UNLOCK Unlock; local
4150 Unlock
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dddrawi.h369 LPDDHALSURFCB_UNLOCK Unlock; member in struct:_DDHAL_DDSURFACECALLBACKS
583 LPDDHALSURFCB_UNLOCK Unlock; member in struct:_DDHAL_UNLOCKDATA
H A Dobjidl.h5218 virtual HRESULT STDMETHODCALLTYPE Unlock(
5243 HRESULT (STDMETHODCALLTYPE *Unlock)( member in struct:IBlockingLockVtbl
5259 #define IBlockingLock_Unlock(This) (This)->lpVtbl->Unlock(This)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dddrawi.h369 LPDDHALSURFCB_UNLOCK Unlock; member in struct:_DDHAL_DDSURFACECALLBACKS
583 LPDDHALSURFCB_UNLOCK Unlock; member in struct:_DDHAL_UNLOCKDATA
H A Dobjidl.h5218 virtual HRESULT STDMETHODCALLTYPE Unlock(
5243 HRESULT (STDMETHODCALLTYPE *Unlock)( member in struct:IBlockingLockVtbl
5259 #define IBlockingLock_Unlock(This) (This)->lpVtbl->Unlock(This)
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h3732 nsresult (*Unlock)(IFramebuffer *pThis ); member in struct:IFramebuffer_vtbl
H A DVBoxCAPI_v3_0.h4285 nsresult (*Unlock)(IFramebuffer *pThis ); member in struct:IFramebuffer_vtbl
H A DVBoxCAPI_v3_1.h4183 nsresult (*Unlock)(IFramebuffer *pThis ); member in struct:IFramebuffer_vtbl
H A DVBoxCAPI_v3_2.h4393 nsresult (*Unlock)(IFramebuffer *pThis ); member in struct:IFramebuffer_vtbl
H A DVBoxCAPI_v4_0.h4678 nsresult (*Unlock)(IFramebuffer *pThis ); member in struct:IFramebuffer_vtbl
H A DVBoxCAPI_v4_1.h5054 nsresult (*Unlock)(IFramebuffer *pThis ); member in struct:IFramebuffer_vtbl
H A DVBoxCAPI_v4_2.h5976 nsresult (*Unlock)(IFramebuffer *pThis ); member in struct:IFramebuffer_vtbl
H A DVBoxCAPI_v4_3.h12036 nsresult (*Unlock)(IFramebuffer *pThis ); member in struct:IFramebuffer_vtbl
12119 nsresult (*Unlock)(IFramebuffer *pThis ); member in struct:IFramebufferVtbl
12198 #define IFramebuffer_Unlock(p) ((p)->lpVtbl->Unlock(p))
12277 nsresult (*Unlock)(IFramebufferOverlay *pThis ); member in struct:IFramebufferOverlayVtbl
12372 #define IFramebufferOverlay_Unlock(p) ((p)->lpVtbl->Unlock(p))

Completed in 755 milliseconds