Searched refs:listEvents (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/HostServices/HostChannel/
H A DHostChannel.h50 RTLISTANCHOR listEvents; member in struct:VBOXHOSTCHCLIENT
H A DHostChannel.cpp511 RTListInit(&pClient->listEvents);
765 VBOXHOSTCHANNELEVENT *pEvent = RTListGetFirst(&pClient->listEvents, VBOXHOSTCHANNELEVENT, NodeEvent);
918 RTListAppend(&pClient->listEvents, &pEvent->NodeEvent);

Completed in 61 milliseconds