Home
last modified time | relevance | path

Searched refs:syncsocket_init (Results 1 – 7 of 7) sorted by relevance

/external/qemu/android/
Dsync-utils.h53 SyncSocket* syncsocket_init(int fd);
Dsync-utils.c41 syncsocket_init(int fd) in syncsocket_init() function
/external/qemu/android/protocol/
Dcore-commands-proxy.c330 _coreCmdProxy.sync_writer = syncsocket_init(_coreCmdProxy.sock); in coreCmdProxy_create()
336 _coreCmdProxy.sync_reader = syncsocket_init(_coreCmdProxy.sock); in coreCmdProxy_create()
Dui-commands-proxy.c169 _uiCmdProxy.sync_writer = syncsocket_init(fd); in uiCmdProxy_create()
Duser-events-proxy.c91 _userEventsProxy.sync_writer = syncsocket_init(_userEventsProxy.sock); in userEventsProxy_create()
Dfb-updates-impl.c228 SyncSocket* sk = syncsocket_init(fbi->sock); in fbUpdatesImpl_create()
Dcore-commands-impl.c414 _coreCmdImpl.sync_writer = syncsocket_init(fd); in coreCmdImpl_create()