Searched refs:pvChannel (Results 1 - 5 of 5) sorted by relevance

/vbox/include/VBox/HostServices/
H A DVBoxHostChannel.h164 * @param pvChannel The channel instance returned by HostChannelAttach.
169 DECLR3CALLBACKMEMBER(void, HostChannelCallbackEvent, (void *pvCallbacks, void *pvChannel,
175 * @param pvChannel The channel instance returned by HostChannelAttach.
177 DECLR3CALLBACKMEMBER(void, HostChannelCallbackDeleted, (void *pvCallbacks, void *pvChannel));
197 DECLR3CALLBACKMEMBER(void, HostChannelDetach, (void *pvChannel));
200 DECLR3CALLBACKMEMBER(int, HostChannelSend, (void *pvChannel, const void *pvData, uint32_t cbData));
203 DECLR3CALLBACKMEMBER(int, HostChannelRecv, (void *pvChannel, void *pvData, uint32_t cbData,
207 * @param pvChannel The channel instance. NULL if the target is the provider, rather than a channel.
209 DECLR3CALLBACKMEMBER(int, HostChannelControl, (void *pvChannel, uint32_t u32Code,
/vbox/include/VBox/RemoteDesktop/
H A DVRDETSMF.h53 * @param pvChannel A context to be associated with the channel.
59 void *pvChannel,
99 * @param pvChannel A context which was used in VRDETSMFChannelCreate.
107 void *pvChannel,
/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...]
/vbox/src/VBox/Main/include/
H A DConsoleVRDPServer.h309 void *pvChannel,

Completed in 98 milliseconds