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

/vbox/src/VBox/HostServices/HostChannel/
H A DHostChannel.cpp27 static DECLCALLBACK(void) HostChannelCallbackDeleted(void *pvCallbacks, void *pvChannel);
56 void *pvChannel; /* Provider's context of the channel. */ member in struct:VBOXHOSTCHINSTANCE
322 static VBOXHOSTCHINSTANCE *vhcInstanceFindByChannelPtr(VBOXHOSTCHCLIENT *pClient, void *pvChannel) argument
326 if (pvChannel == NULL)
339 && pIter->pvChannel == pvChannel)
361 pInstance->pProvider->iface.HostChannelDetach(pInstance->pvChannel);
568 void *pvChannel = NULL; local
570 &pvChannel,
580 pInstance->pvChannel
820 HostChannelCallbackEvent(void *pvCallbacks, void *pvChannel, uint32_t u32Id, const void *pvEvent, uint32_t cbEvent) argument
928 HostChannelCallbackDeleted(void *pvCallbacks, void *pvChannel) argument
[all...]
/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp2386 /* static */ DECLCALLBACK(void) ConsoleVRDPServer::tsmfHostChannelDetach(void *pvChannel) argument
2390 TSMFHOSTCHCTX *pHostChCtx = (TSMFHOSTCHCTX *)pvChannel;
2423 /* static */ DECLCALLBACK(int) ConsoleVRDPServer::tsmfHostChannelSend(void *pvChannel, argument
2429 TSMFHOSTCHCTX *pHostChCtx = (TSMFHOSTCHCTX *)pvChannel;
2457 /* static */ DECLCALLBACK(int) ConsoleVRDPServer::tsmfHostChannelRecv(void *pvChannel, argument
2465 TSMFHOSTCHCTX *pHostChCtx = (TSMFHOSTCHCTX *)pvChannel;
2497 /* static */ DECLCALLBACK(int) ConsoleVRDPServer::tsmfHostChannelControl(void *pvChannel, argument
2507 if (!pvChannel)
2585 void *pvChannel,
2593 TSMFVRDPCTX *pVRDPCtx = (TSMFVRDPCTX *)pvChannel;
2583 VRDETSMFCbNotify(void *pvContext, uint32_t u32Notification, void *pvChannel, const void *pvParm, uint32_t cbParm) argument
[all...]

Completed in 305 milliseconds