Home
last modified time | relevance | path

Searched refs:async_socket_is_connected (Results 1 – 2 of 2) sorted by relevance

/external/qemu/android/
Dasync-socket.h273 extern int async_socket_is_connected(const AsyncSocket* as);
Dasync-socket.c1218 if (async_socket_is_connected(as)) { in async_socket_read_abs()
1261 if (async_socket_is_connected(as)) { in async_socket_write_abs()
1311 async_socket_is_connected(const AsyncSocket* as) in async_socket_is_connected() function