HomeSort by relevance Sort by last modified time
    Searched refs:SDKCtlSocket (Results 1 - 4 of 4) 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...]
multitouch-port.c 72 SDKCtlSocket* sdkctl;
229 SDKCtlSocket* sdkctl,
245 SDKCtlSocket* sdkctl,
308 SDKCtlSocket* sdkctl,
sensors-port.c 100 SDKCtlSocket* sdkctl;
329 SDKCtlSocket* sdkctl,
351 SDKCtlSocket* sdkctl,
411 SDKCtlSocket* sdkctl,

Completed in 25 milliseconds