Home | History | Annotate | Download | only in android

Lines Matching refs:connection

30  *  connection - An opaque pointer defining the connection between the host and
32 * host <-> guest connection.
34 typedef void (*adbguest_connect)(void* opaque, void* connection);
41 * connection - An opaque pointer defining the connection between the host and
43 * host <-> guest connection.
47 void* connection,
56 * connection - An opaque pointer defining the connection between the host and
58 * host <-> guest connection.
60 typedef void (*adbguest_disconnect)(void* opaque, void* connection);
86 * There can be two cases here, as far as connection with the host is concerned:
87 * - There is no host connection to immediately associate the guest with. In
88 * this case the guest will be registered as "pending connection", and routine
90 * - There is a pending host connection to associate with the new guest. In this
104 /* Completes connection with the guest.
122 /* Notifies the ADB server that the guest has closed its connection.