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

  /external/qemu/android/
sync-utils.h 53 SyncSocket* syncsocket_init(int fd);
sync-utils.c 41 syncsocket_init(int fd) function
  /external/qemu/android/protocol/
ui-commands-proxy.c 169 _uiCmdProxy.sync_writer = syncsocket_init(fd);
user-events-proxy.c 91 _userEventsProxy.sync_writer = syncsocket_init(_userEventsProxy.sock);
core-commands-proxy.c 330 _coreCmdProxy.sync_writer = syncsocket_init(_coreCmdProxy.sock);
336 _coreCmdProxy.sync_reader = syncsocket_init(_coreCmdProxy.sock);
fb-updates-impl.c 228 SyncSocket* sk = syncsocket_init(fbi->sock);
core-commands-impl.c 414 _coreCmdImpl.sync_writer = syncsocket_init(fd);

Completed in 151 milliseconds