Searched refs:syncsocket_write (Results 1 – 8 of 8) sorted by relevance
/external/qemu/android/protocol/ |
D | user-events-proxy.c | 55 res = syncsocket_write(_userEventsProxy.sync_writer, &header, in _userEventsProxy_send() 60 res = syncsocket_write(_userEventsProxy.sync_writer, event_param, in _userEventsProxy_send()
|
D | ui-commands-proxy.c | 79 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()
|
D | core-commands-proxy.c | 67 status = syncsocket_write(_coreCmdProxy.sync_writer, &header, in _coreCmdProxy_send_command() 72 status = syncsocket_write(_coreCmdProxy.sync_writer, cmd_param, in _coreCmdProxy_send_command()
|
D | core-commands-impl.c | 135 status = syncsocket_write(corecmd->sync_writer, resp, in _coreCmdImpl_respond() 140 status = syncsocket_write(corecmd->sync_writer, resp_data, in _coreCmdImpl_respond()
|
D | fb-updates-impl.c | 232 syncsocket_write(sk, &hd, sizeof(hd), 5000); in fbUpdatesImpl_create()
|
D | core-connection.c | 211 syncsocket_write(desc->ssocket, buffer, to_write, CORE_PORT_TIMEOUT_MS); in core_connection_write()
|
/external/qemu/android/ |
D | sync-utils.h | 183 ssize_t syncsocket_write(SyncSocket* ssocket,
|
D | sync-utils.c | 252 syncsocket_write(SyncSocket* ssocket, const void* buf, size_t size, int timeout) in syncsocket_write() function
|