Home
last modified time | relevance | path

Searched refs:async_socket_read_rel (Results 1 – 3 of 3) sorted by relevance

/external/qemu/android/
Dasync-socket.h220 extern void async_socket_read_rel(AsyncSocket* as,
Dsdk-controller-socket.c1372 async_socket_read_rel(dispatcher->sdkctl->as, &dispatcher->packet_header, in _sdkctl_io_dispatcher_start()
1487 async_socket_read_rel(sdkctl->as, &dispatcher->query_reply_header.query_id, in _on_io_dispatcher_packet_header()
1499 async_socket_read_rel(sdkctl->as, dispatcher->packet + 1, in _on_io_dispatcher_packet_header()
1524 async_socket_read_rel(sdkctl->as, &dispatcher->packet_header, sizeof(SDKCtlPacketHeader), in _on_io_dispatcher_packet()
1562 async_socket_read_rel(sdkctl->as, dispatcher->packet + 1, query_data_size, in _on_io_dispatcher_query_reply_header()
1581 async_socket_read_rel(sdkctl->as, *query->response_buffer, in _on_io_dispatcher_query_reply_header()
1619 async_socket_read_rel(sdkctl->as, &dispatcher->packet_header, sizeof(SDKCtlPacketHeader), in _on_io_dispatcher_query_reply()
Dasync-socket.c1237 async_socket_read_rel(AsyncSocket* as, in async_socket_read_rel() function