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

  /external/qemu/android/
sdk-controller-socket.h 141 * client_opaque - An opaque pointer associated with the client.
150 typedef AsyncIOAction (*on_sdkctl_socket_connection_cb)(void* client_opaque,
189 * client_opaque - An opaque pointer associated with the client.
193 typedef void (*on_sdkctl_port_connection_cb)(void* client_opaque,
199 * client_opaque - An opaque pointer associated with the client.
209 typedef void (*on_sdkctl_message_cb)(void* client_opaque,
async-socket.h 49 * client_opaque - An opaque pointer associated with the client.
55 typedef AsyncIOAction (*on_as_connection_cb)(void* client_opaque,
141 * client_opaque - An opaque pointer to associate with the socket client.
150 void* client_opaque,
sensors-port.c 328 _on_sensors_socket_connection(void* client_opaque,
332 AndroidSensorsPort* const asp = (AndroidSensorsPort*)client_opaque;
350 _on_sensors_port_connection(void* client_opaque,
354 AndroidSensorsPort* const asp = (AndroidSensorsPort*)client_opaque;
410 _on_sensors_message(void* client_opaque,
417 AndroidSensorsPort* const asp = (AndroidSensorsPort*)client_opaque;
async-socket.c 363 void* client_opaque; member in struct:AsyncSocket
760 action = as->on_connection(as->client_opaque, as, ASIO_STATE_FAILED);
1062 action = as->on_connection(as->client_opaque, as, event);
    [all...]
multitouch-port.c 307 _on_multitouch_message(void* client_opaque,
sdk-controller-socket.c     [all...]

Completed in 105 milliseconds