Home
last modified time | relevance | path

Searched defs:DoCommandRemote (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/host/smartperf/ide/src/hdc/hdcclient/
DHdcStream.ts53 public async DoCommandRemote(command: FormatCommand): Promise<boolean> { method in HdcStream
/developtools/hdc/src/host/
Dserver_for_client.cpp562 bool HdcServerForClient::DoCommandRemote(HChannel hChannel, void *formatCommandInput) in DoCommandRemote() function in Hdc::HdcServerForClient