Lines Matching full:guest
36 /* ADB guest connection descriptor. */
41 /* Opaque pointer associated with the guest. */
43 /* ADB server for this guest. */
45 /* ADB host connected with this ADB guest. */
47 /* Callback routines for the ADB guest. */
49 /* ADB guest connection status. If 0 indicates that ADB guest is not yet
65 /* ADB guest connected with this ADB host. */
67 /* Pending data to send to the guest when it is fully connected. */
95 /* List of ADB hosts pending connection with ADB guest. */
181 /* Connects ADB host with ADB guest. */
185 D("Connecting ADB host %p(so=%d) with ADB guest %p(o=%p)",
199 /* Notify the ADB guest that the host got disconnected. */
201 D("Disconnecting ADB host %p(so=%d) from ADB guest %p(o=%p)",
214 /* Remove the guest from the list. */
239 /* Lets see if there is an ADB guest associated with this host, and it
246 /* Pend the data for the upcoming guest connection. */
328 * ADB guest API
349 /* At this poin the guest must not be in any of the lists. */
389 /* Lets see if there is an ADB guest waiting for a host connection. */
392 /* Tie up ADB host with the ADB guest. */
464 /* Create and initialize ADB guest descriptor. */
469 /* Lets see if there is a pending ADB host for the new guest. */
472 /* Tie up ADB host with the ADB guest. */
477 /* Host is not available. Pend this guest. */
478 D("Pend ADB guest %p(o=%p)", adb_guest, adb_guest->opaque);
495 /* Mark the guest as fully connected and ready for the host data. */
498 /* Lets see if there is a host data pending transmission to the guest. */
500 /* Send the pending data to the guest. */
555 /* Remove the guest from the list */