Home
last modified time | relevance | path

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

/external/qemu/android/protocol/
Dcore-connection.c108 status = syncsocket_start_read(ssocket); in core_connection_open_socket()
232 int status = syncsocket_start_read(desc->ssocket); in core_connection_read()
275 status = syncsocket_start_read(desc->ssocket); in core_connection_switch_stream()
Dcore-commands-proxy.c97 int status = syncsocket_start_read(_coreCmdProxy.sync_reader); in _coreCmdProxy_get_response()
/external/qemu/android/
Dsync-utils.h80 int syncsocket_start_read(SyncSocket* ssocket);
Dsync-utils.c125 syncsocket_start_read(SyncSocket* ssocket) in syncsocket_start_read() function