HomeSort by relevance Sort by last modified time
    Searched defs:SDKCtlSocket (Results 1 - 2 of 2) sorted by null

  /external/qemu/android/
sdk-controller-socket.h 38 * 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;
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 instance
    [all...]
sdk-controller-socket.c 34 #define D(...) VERBOSE_PRINT(sdkctlsocket,__VA_ARGS__)
35 #define D_ACTIVE VERBOSE_CHECK(sdkctlsocket)
40 #define T(...) VERBOSE_PRINT(sdkctlsocket,__VA_ARGS__)
100 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
    [all...]

Completed in 1942 milliseconds