Searched refs:syncsocket_init (Results 1 – 7 of 7) sorted by relevance
53 SyncSocket* syncsocket_init(int fd);
41 syncsocket_init(int fd) in syncsocket_init() function
330 _coreCmdProxy.sync_writer = syncsocket_init(_coreCmdProxy.sock); in coreCmdProxy_create()336 _coreCmdProxy.sync_reader = syncsocket_init(_coreCmdProxy.sock); in coreCmdProxy_create()
169 _uiCmdProxy.sync_writer = syncsocket_init(fd); in uiCmdProxy_create()
91 _userEventsProxy.sync_writer = syncsocket_init(_userEventsProxy.sock); in userEventsProxy_create()
228 SyncSocket* sk = syncsocket_init(fbi->sock); in fbUpdatesImpl_create()
414 _coreCmdImpl.sync_writer = syncsocket_init(fd); in coreCmdImpl_create()