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

/vbox/src/VBox/Main/src-client/
H A DUsbWebcamInterface.cpp46 EMWEBCAMREMOTE *pRemote; member in struct:EMWEBCAMDRV
53 EMWEBCAMREMOTE *pRemote; member in struct:EMWEBCAMREQCTX
64 EMWEBCAMREMOTE *pRemote = pThis->pRemote; local
66 LogFlowFunc(("pRemote:%p\n", pThis->pRemote));
71 pRemote->u64DeviceId,
72 (const PDMIWEBCAM_DEVICEDESC *)pRemote->pDeviceDesc,
73 pRemote->cbDeviceDesc,
74 pRemote
86 EMWEBCAMREMOTE *pRemote = pThis->pRemote; local
175 EMWEBCAMREMOTE *pRemote = (EMWEBCAMREMOTE *)RTMemAllocZ(sizeof(EMWEBCAMREMOTE)); local
246 EMWEBCAMREMOTE *pRemote = (EMWEBCAMREMOTE *)pDeviceCtx; local
274 EMWEBCAMREMOTE *pRemote = (EMWEBCAMREMOTE *)pDeviceCtx; local
376 EMWEBCAMREMOTE *pRemote = pThis->pRemote; local
[all...]
H A DUsbCardReader.cpp668 UCRREMOTE *pRemote; member in struct:UCRREQCTX
722 UCRREMOTE *pRemote = (UCRREMOTE *)RTMemAllocZ(sizeof(UCRREMOTE)); local
723 if (pRemote == NULL)
729 pRemote->pUsbCardReader = this;
730 pRemote->u32ClientId = p->u32ClientId;
731 pRemote->u32DeviceId = p->u32DeviceId;
733 m_pRemote = pRemote;
777 UCRREMOTE *pRemote = (UCRREMOTE *)pvUser; local
780 Assert(!pRemote->fContext);
784 pRemote
801 UCRREMOTE *pRemote = (UCRREMOTE *)pvUser; local
[all...]

Completed in 134 milliseconds