Home
last modified time | relevance | path

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

/external/qemu/android/protocol/
Dcore-connection.c131 syncsocket_stop_read(ssocket); in core_connection_open_socket()
240 syncsocket_stop_read(desc->ssocket); in core_connection_read()
300 syncsocket_stop_read(desc->ssocket); in core_connection_switch_stream()
312 syncsocket_stop_read(desc->ssocket); in core_connection_switch_stream()
318 syncsocket_stop_read(desc->ssocket); in core_connection_switch_stream()
Dcore-commands-proxy.c114 syncsocket_stop_read(_coreCmdProxy.sync_reader); in _coreCmdProxy_get_response()
/external/qemu/android/
Dsync-utils.h91 int syncsocket_stop_read(SyncSocket* ssocket);
Dsync-utils.c136 syncsocket_stop_read(SyncSocket* ssocket) in syncsocket_stop_read() function