Home
last modified time | relevance | path

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

/external/qemu/android/protocol/
Duser-events-proxy.c55 res = syncsocket_write(_userEventsProxy.sync_writer, &header, in _userEventsProxy_send()
60 res = syncsocket_write(_userEventsProxy.sync_writer, event_param, in _userEventsProxy_send()
Dui-commands-proxy.c79 status = syncsocket_write(_uiCmdProxy.sync_writer, &header, sizeof(header), in _uiCmdProxy_send_command()
83 status = syncsocket_write(_uiCmdProxy.sync_writer, cmd_param, in _uiCmdProxy_send_command()
Dcore-commands-proxy.c67 status = syncsocket_write(_coreCmdProxy.sync_writer, &header, in _coreCmdProxy_send_command()
72 status = syncsocket_write(_coreCmdProxy.sync_writer, cmd_param, in _coreCmdProxy_send_command()
Dcore-commands-impl.c135 status = syncsocket_write(corecmd->sync_writer, resp, in _coreCmdImpl_respond()
140 status = syncsocket_write(corecmd->sync_writer, resp_data, in _coreCmdImpl_respond()
Dfb-updates-impl.c232 syncsocket_write(sk, &hd, sizeof(hd), 5000); in fbUpdatesImpl_create()
Dcore-connection.c211 syncsocket_write(desc->ssocket, buffer, to_write, CORE_PORT_TIMEOUT_MS); in core_connection_write()
/external/qemu/android/
Dsync-utils.h183 ssize_t syncsocket_write(SyncSocket* ssocket,
Dsync-utils.c252 syncsocket_write(SyncSocket* ssocket, const void* buf, size_t size, int timeout) in syncsocket_write() function