HomeSort by relevance Sort by last modified time
    Searched refs:sdkctl (Results 1 - 4 of 4) sorted by null

  /external/qemu/android/
sdk-controller-socket.c 136 SDKCtlSocket* sdkctl; member in struct:SDKCtlPacket
164 SDKCtlSocket* sdkctl; member in struct:SDKCtlDirectPacket
214 SDKCtlSocket* sdkctl; member in struct:SDKCtlQuery
310 SDKCtlSocket* sdkctl; member in struct:SDKCtlIODispatcher
379 _sdkctl_socket_alloc_recycler(SDKCtlSocket* sdkctl, uint32_t size)
383 if (sdkctl->recycler != NULL && size <= sdkctl->recycler_block_size) {
384 assert(sdkctl->recycler_count > 0);
386 block = sdkctl->recycler;
387 sdkctl->recycler = block->next
457 SDKCtlSocket* const sdkctl = query->sdkctl; local
482 SDKCtlSocket* const sdkctl = query->sdkctl; local
646 SDKCtlSocket* const sdkctl = packet->sdkctl; local
775 SDKCtlSocket* const sdkctl = packet->sdkctl; local
955 SDKCtlSocket* const sdkctl = query->sdkctl; local
1217 SDKCtlSocket* const sdkctl = query->sdkctl; local
1413 SDKCtlSocket* const sdkctl = dispatcher->sdkctl; local
1455 SDKCtlSocket* const sdkctl = dispatcher->sdkctl; local
1511 SDKCtlSocket* const sdkctl = dispatcher->sdkctl; local
1534 SDKCtlSocket* const sdkctl = dispatcher->sdkctl; local
1593 SDKCtlSocket* const sdkctl = dispatcher->sdkctl; local
1638 SDKCtlSocket* const sdkctl = dispatcher->sdkctl; local
1880 SDKCtlSocket* const sdkctl = (SDKCtlSocket*)client_opaque; local
1925 SDKCtlSocket* sdkctl; local
2095 SDKCtlSocket* const sdkctl = (SDKCtlSocket*)query_opaque; local
2156 SDKCtlSocket* const sdkctl = (SDKCtlSocket*)io_opaque; local
    [all...]
sdk-controller-socket.h 142 * sdkctl - Initialized SDKCtlSocket instance.
151 SDKCtlSocket* sdkctl,
190 * sdkctl - Initialized SDKCtlSocket instance.
194 SDKCtlSocket* sdkctl,
200 * sdkctl - Initialized SDKCtlSocket instance.
210 SDKCtlSocket* sdkctl,
263 * sdkctl - Initialized SDKCtlSocket instance to create a direct packet for.
267 extern SDKCtlDirectPacket* sdkctl_direct_packet_new(SDKCtlSocket* sdkctl);
323 * sdkctl - SDKCtlSocket instance for the message.
331 extern SDKCtlMessage* sdkctl_message_send(SDKCtlSocket* sdkctl,
    [all...]
sensors-port.c 100 SDKCtlSocket* sdkctl; member in struct:AndroidSensorsPort
175 if (asp->sdkctl != NULL) {
176 sdkctl_socket_release(asp->sdkctl);
245 if (!sdkctl_socket_is_port_ready(asp->sdkctl)) {
267 sdkctl_message_send(asp->sdkctl, SDKCTL_SENSORS_START, NULL, 0);
329 SDKCtlSocket* sdkctl,
340 if (sdkctl_socket_is_handshake_ok(sdkctl)) {
341 sdkctl_socket_reconnect(sdkctl, SDKCTL_DEFAULT_TCP_PORT,
351 SDKCtlSocket* sdkctl,
360 sdkctl_query_build_and_send(asp->sdkctl, SDKCTL_SENSORS_QUERY_LIST
    [all...]
multitouch-port.c 72 SDKCtlSocket* sdkctl; member in struct:AndroidMTSPort
116 if (mtsp->sdkctl != NULL) {
117 sdkctl_socket_release(mtsp->sdkctl);
229 SDKCtlSocket* sdkctl,
234 if (sdkctl_socket_is_handshake_ok(sdkctl)) {
235 sdkctl_socket_reconnect(sdkctl, SDKCTL_DEFAULT_TCP_PORT,
245 SDKCtlSocket* sdkctl,
289 sdkctl_socket_disconnect(sdkctl);
294 sdkctl_socket_disconnect(sdkctl);
300 sdkctl_socket_disconnect(sdkctl);
    [all...]

Completed in 52 milliseconds