Searched defs:pvObject (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DEmulatedUSBImpl.cpp97 void *pvObject);
187 void *pvObject)
208 mpvObject = pvObject;
450 void *pvObject)
462 hrc = p->Initialize(m.pConsole, this, &path, &aSettings, pvObject);
183 Initialize(Console *pConsole, EmulatedUSB *pEmulatedUSB, const com::Utf8Str *aPath, const com::Utf8Str *aSettings, void *pvObject) argument
447 i_webcamAttachInternal(const com::Utf8Str &aPath, const com::Utf8Str &aSettings, const char *pszDriver, void *pvObject) argument
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp2401 PVOID pvObject; local
2403 KernelMode, &pvObject, NULL /*pHandleInfo*/);
2406 POBJECT_TYPE pObjType = g_pfnObGetObjectType(pvObject);
2413 ObDereferenceObject(pvObject);

Completed in 67 milliseconds