Home
last modified time | relevance | path

Searched refs:syncsocket_start_write (Results 1 – 8 of 8) sorted by relevance

/external/qemu/android/
Dsync-utils.h102 int syncsocket_start_write(SyncSocket* ssocket);
Dsync-utils.c147 syncsocket_start_write(SyncSocket* ssocket) in syncsocket_start_write() function
/external/qemu/android/protocol/
Dui-commands-proxy.c74 int status = syncsocket_start_write(_uiCmdProxy.sync_writer); in _uiCmdProxy_send_command()
Duser-events-proxy.c52 res = syncsocket_start_write(_userEventsProxy.sync_writer); in _userEventsProxy_send()
Dfb-updates-impl.c231 syncsocket_start_write(sk); in fbUpdatesImpl_create()
Dcore-connection.c204 int status = syncsocket_start_write(desc->ssocket); in core_connection_write()
Dcore-commands-proxy.c64 status = syncsocket_start_write(_coreCmdProxy.sync_writer); in _coreCmdProxy_send_command()
Dcore-commands-impl.c132 int status = syncsocket_start_write(corecmd->sync_writer); in _coreCmdImpl_respond()