Searched refs:_coreCmdProxy (Results 1 – 1 of 1) sorted by relevance
45 static CoreCmdProxy _coreCmdProxy = { 0 }; variable64 status = syncsocket_start_write(_coreCmdProxy.sync_writer); in _coreCmdProxy_send_command()67 status = syncsocket_write(_coreCmdProxy.sync_writer, &header, in _coreCmdProxy_send_command()72 status = syncsocket_write(_coreCmdProxy.sync_writer, cmd_param, in _coreCmdProxy_send_command()77 syncsocket_stop_write(_coreCmdProxy.sync_writer); in _coreCmdProxy_send_command()97 int status = syncsocket_start_read(_coreCmdProxy.sync_reader); in _coreCmdProxy_get_response()100 status = syncsocket_read(_coreCmdProxy.sync_reader, resp, in _coreCmdProxy_get_response()109 status = syncsocket_read(_coreCmdProxy.sync_reader, *resp_data, in _coreCmdProxy_get_response()114 syncsocket_stop_read(_coreCmdProxy.sync_reader); in _coreCmdProxy_get_response()319 _coreCmdProxy.core_connection = in coreCmdProxy_create()[all …]