Home
last modified time | relevance | path

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

/external/qemu/android/
Dasync-socket.h248 extern void async_socket_write_rel(AsyncSocket* as,
Dsdk-controller-socket.c743 async_socket_write_rel(packet->sdkctl->as, &packet->header, packet->header.size, in _sdkctl_packet_transmit()
878 async_socket_write_rel(packet->sdkctl->as, packet->packet, packet->packet->size, in sdkctl_direct_packet_send()
2199 async_socket_write_rel(sdkctl->as, &_host_end, 1, in _sdkctl_do_handshake()
Dasync-socket.c1280 async_socket_write_rel(AsyncSocket* as, in async_socket_write_rel() function