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 39 * SdkController service on the device, and SDKCtlSocket API implemented here
81 * Handshake query is a special type of query that SDKCtlSocket sends to the
115 typedef struct SDKCtlSocket SDKCtlSocket;
131 * SDKCtlSocket will invoke this callback when connection to TCP port is
142 * sdkctl - Initialized SDKCtlSocket instance.
151 SDKCtlSocket* sdkctl,
190 * sdkctl - Initialized SDKCtlSocket instance.
194 SDKCtlSocket* sdkctl,
200 * sdkctl - Initialized SDKCtlSocket instance
    [all...]
sdk-controller-socket.c 32 #define D(...) VERBOSE_PRINT(sdkctlsocket,__VA_ARGS__)
33 #define D_ACTIVE VERBOSE_CHECK(sdkctlsocket)
38 #define T(...) VERBOSE_PRINT(sdkctlsocket,__VA_ARGS__)
136 SDKCtlSocket* sdkctl;
163 /* SDKCtlSocket that owns this packet. */
164 SDKCtlSocket* sdkctl;
214 SDKCtlSocket* sdkctl;
285 /* Enumerates SDKCtlSocket states. */
295 /* Enumerates SDKCtlSocket I/O dispatcher states. */
307 /* SDKCtlSocket I/O dispatcher descriptor. *
    [all...]

Completed in 49 milliseconds