HomeSort by relevance Sort by last modified time
    Searched refs:syncsocket_write (Results 1 - 8 of 8) sorted by null

  /external/qemu/android/protocol/
ui-commands-proxy.c 79 status = syncsocket_write(_uiCmdProxy.sync_writer, &header, sizeof(header),
83 status = syncsocket_write(_uiCmdProxy.sync_writer, cmd_param,
user-events-proxy.c 55 res = syncsocket_write(_userEventsProxy.sync_writer, &header,
60 res = syncsocket_write(_userEventsProxy.sync_writer, event_param,
core-commands-proxy.c 67 status = syncsocket_write(_coreCmdProxy.sync_writer, &header,
72 status = syncsocket_write(_coreCmdProxy.sync_writer, cmd_param,
core-commands-impl.c 135 status = syncsocket_write(corecmd->sync_writer, resp,
140 status = syncsocket_write(corecmd->sync_writer, resp_data,
core-connection.c 211 syncsocket_write(desc->ssocket, buffer, to_write, CORE_PORT_TIMEOUT_MS);
214 derror("syncsocket_write failed: %s\n", errno_str);
fb-updates-impl.c 232 syncsocket_write(sk, &hd, sizeof(hd), 5000);
  /external/qemu/android/
sync-utils.h 183 ssize_t syncsocket_write(SyncSocket* ssocket,
sync-utils.c 252 syncsocket_write(SyncSocket* ssocket, const void* buf, size_t size, int timeout) function

Completed in 104 milliseconds