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

/external/qemu/android/
H A Dsdk-controller-socket.h38 * SdkController service on the device, and SDKCtlSocket API implemented here
80 * Handshake query is a special type of query that SDKCtlSocket sends to the
111 typedef struct SDKCtlSocket SDKCtlSocket; typedef in typeref:struct:SDKCtlSocket
121 * SDKCtlSocket will invoke this callback when connection to TCP port is
132 * sdkctl - Initialized SDKCtlSocket instance.
141 SDKCtlSocket* sdkctl,
152 * sdkctl - Initialized SDKCtlSocket instance.
160 SDKCtlSocket* sdkctl,
168 * sdkctl - Initialized SDKCtlSocket instanc
[all...]
H A Dsdk-controller-socket.c100 SDKCtlSocket* sdkctl;
159 SDKCtlSocket* sdkctl;
201 /* Enumerates SDKCtlSocket states. */
211 /* Enumerates SDKCtlSocket I/O dispatcher states. */
223 /* SDKCtlSocket I/O dispatcher descriptor. */
225 /* SDKCtlSocket instance for this dispatcher. */
226 SDKCtlSocket* sdkctl;
245 struct SDKCtlSocket { struct
286 * SDKCtlSocket recycling management
289 /* Gets a recycled block for a given SDKCtlSocket, o
[all...]

Completed in 29 milliseconds