Home
last modified time | relevance | path

Searched refs:sdkctl (Results 1 – 4 of 4) sorted by relevance

/external/qemu/android/
Dsdk-controller-socket.c136 SDKCtlSocket* sdkctl; member
164 SDKCtlSocket* sdkctl; member
214 SDKCtlSocket* sdkctl; member
310 SDKCtlSocket* sdkctl; member
379 _sdkctl_socket_alloc_recycler(SDKCtlSocket* sdkctl, uint32_t size) in _sdkctl_socket_alloc_recycler() argument
383 if (sdkctl->recycler != NULL && size <= sdkctl->recycler_block_size) { in _sdkctl_socket_alloc_recycler()
384 assert(sdkctl->recycler_count > 0); in _sdkctl_socket_alloc_recycler()
386 block = sdkctl->recycler; in _sdkctl_socket_alloc_recycler()
387 sdkctl->recycler = block->next; in _sdkctl_socket_alloc_recycler()
388 block->size = sdkctl->recycler_block_size; in _sdkctl_socket_alloc_recycler()
[all …]
Dsdk-controller-socket.h151 SDKCtlSocket* sdkctl,
194 SDKCtlSocket* sdkctl,
210 SDKCtlSocket* sdkctl,
267 extern SDKCtlDirectPacket* sdkctl_direct_packet_new(SDKCtlSocket* sdkctl);
331 extern SDKCtlMessage* sdkctl_message_send(SDKCtlSocket* sdkctl,
364 extern SDKCtlQuery* sdkctl_query_new(SDKCtlSocket* sdkctl,
391 extern SDKCtlQuery* sdkctl_query_new_ex(SDKCtlSocket* sdkctl,
435 extern SDKCtlQuery* sdkctl_query_build_and_send(SDKCtlSocket* sdkctl,
521 extern void sdkctl_init_recycler(SDKCtlSocket* sdkctl,
531 extern int sdkctl_socket_reference(SDKCtlSocket* sdkctl);
[all …]
Dsensors-port.c100 SDKCtlSocket* sdkctl; member
175 if (asp->sdkctl != NULL) { in _sensors_port_free()
176 sdkctl_socket_release(asp->sdkctl); in _sensors_port_free()
245 if (!sdkctl_socket_is_port_ready(asp->sdkctl)) { in _sensors_port_start()
267 sdkctl_message_send(asp->sdkctl, SDKCTL_SENSORS_START, NULL, 0); in _sensors_port_start()
329 SDKCtlSocket* sdkctl, in _on_sensors_socket_connection() argument
340 if (sdkctl_socket_is_handshake_ok(sdkctl)) { in _on_sensors_socket_connection()
341 sdkctl_socket_reconnect(sdkctl, SDKCTL_DEFAULT_TCP_PORT, in _on_sensors_socket_connection()
351 SDKCtlSocket* sdkctl, in _on_sensors_port_connection() argument
360 sdkctl_query_build_and_send(asp->sdkctl, SDKCTL_SENSORS_QUERY_LIST, in _on_sensors_port_connection()
[all …]
Dmultitouch-port.c72 SDKCtlSocket* sdkctl; member
116 if (mtsp->sdkctl != NULL) { in _mts_port_free()
117 sdkctl_socket_release(mtsp->sdkctl); in _mts_port_free()
229 SDKCtlSocket* sdkctl, in _on_multitouch_socket_connection() argument
234 if (sdkctl_socket_is_handshake_ok(sdkctl)) { in _on_multitouch_socket_connection()
235 sdkctl_socket_reconnect(sdkctl, SDKCTL_DEFAULT_TCP_PORT, in _on_multitouch_socket_connection()
245 SDKCtlSocket* sdkctl, in _on_multitouch_port_connection() argument
289 sdkctl_socket_disconnect(sdkctl); in _on_multitouch_port_connection()
294 sdkctl_socket_disconnect(sdkctl); in _on_multitouch_port_connection()
300 sdkctl_socket_disconnect(sdkctl); in _on_multitouch_port_connection()
[all …]