Searched refs:_uiCmdProxy (Results 1 – 1 of 1) sorted by relevance
44 static UICmdProxy _uiCmdProxy; variable74 int status = syncsocket_start_write(_uiCmdProxy.sync_writer); in _uiCmdProxy_send_command()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()88 syncsocket_stop_write(_uiCmdProxy.sync_writer); in _uiCmdProxy_send_command()164 _uiCmdProxy.sock = fd; in uiCmdProxy_create()165 _uiCmdProxy.looper = looper_newCore(); in uiCmdProxy_create()166 loopIo_init(&_uiCmdProxy.io, _uiCmdProxy.looper, _uiCmdProxy.sock, in uiCmdProxy_create()167 _uiCmdProxy_io_func, &_uiCmdProxy); in uiCmdProxy_create()168 loopIo_wantRead(&_uiCmdProxy.io); in uiCmdProxy_create()[all …]