Searched refs:pvDeviceCtx (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/include/
H A DConsoleVRDPServer.h152 int VideoInDeviceAttach(const VRDEVIDEOINDEVICEHANDLE *pDeviceHandle, void *pvDeviceCtx);
/vbox/include/VBox/RemoteDesktop/
H A DVRDEVideoIn.h939 * @param pvDeviceCtx The caller context associated with the pDeviceHandle.
945 void *pvDeviceCtx));
/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp2770 int ConsoleVRDPServer::VideoInDeviceAttach(const VRDEVIDEOINDEVICEHANDLE *pDeviceHandle, void *pvDeviceCtx) argument
2776 rc = m_interfaceVideoIn.VRDEVideoInDeviceAttach(mhServer, pDeviceHandle, pvDeviceCtx);

Completed in 1890 milliseconds