Home
last modified time | relevance | path

Searched refs:DoCommandRemote (Results 1 – 6 of 6) sorted by relevance

/developtools/profiler/host/smartperf/ide/src/hdc/
DHdcDeviceManager.ts125 …await hdcStream.DoCommandRemote(new FormatCommand(HdcCommand.CMD_KERNEL_CHANNEL_CLOSE, '0', false)…
135 …await hdcStream.DoCommandRemote(new FormatCommand(HdcCommand.CMD_KERNEL_CHANNEL_CLOSE, '0', false)…
154 …await hdcStream.DoCommandRemote(new FormatCommand(HdcCommand.CMD_KERNEL_CHANNEL_CLOSE, '0', false)…
161 …await hdcStream.DoCommandRemote(new FormatCommand(HdcCommand.CMD_KERNEL_CHANNEL_CLOSE, '0', false)…
238 …await hdcStream.DoCommandRemote(new FormatCommand(HdcCommand.CMD_KERNEL_CHANNEL_CLOSE, '', false));
253 await hdcStream.DoCommandRemote(new FormatCommand(HdcCommand.CMD_FILE_FINISH, '', false));
/developtools/smartperf_host/ide/src/hdc/
DHdcDeviceManager.ts125 …await hdcStream.DoCommandRemote(new FormatCommand(HdcCommand.CMD_KERNEL_CHANNEL_CLOSE, '0', false)…
135 …await hdcStream.DoCommandRemote(new FormatCommand(HdcCommand.CMD_KERNEL_CHANNEL_CLOSE, '0', false)…
154 …await hdcStream.DoCommandRemote(new FormatCommand(HdcCommand.CMD_KERNEL_CHANNEL_CLOSE, '0', false)…
161 …await hdcStream.DoCommandRemote(new FormatCommand(HdcCommand.CMD_KERNEL_CHANNEL_CLOSE, '0', false)…
238 …await hdcStream.DoCommandRemote(new FormatCommand(HdcCommand.CMD_KERNEL_CHANNEL_CLOSE, '', false));
253 await hdcStream.DoCommandRemote(new FormatCommand(HdcCommand.CMD_FILE_FINISH, '', false));
/developtools/profiler/host/smartperf/ide/src/hdc/hdcclient/
DHdcStream.ts50 return this.DoCommandRemote(formatCommand);
53 public async DoCommandRemote(command: FormatCommand): Promise<boolean> { method in HdcStream
/developtools/smartperf_host/ide/src/hdc/hdcclient/
DHdcStream.ts50 return this.DoCommandRemote(formatCommand);
53 public async DoCommandRemote(command: FormatCommand): Promise<boolean> { method in HdcStream
/developtools/hdc/src/host/
Dserver_for_client.h49 bool DoCommandRemote(HChannel hChannel, void *formatCommandInput);
Dserver_for_client.cpp615 bool HdcServerForClient::DoCommandRemote(HChannel hChannel, void *formatCommandInput) in DoCommandRemote() function in Hdc::HdcServerForClient
676 ret = DoCommandRemote(hChannel, formatCommandInput); in DoCommand()