Searched refs:formatCommandInput (Results 1 - 2 of 2) sorted by relevance
/developtools/hdc/src/host/ |
H A D | server_for_client.h | 39 bool DoCommand(HChannel hChannel, void *formatCommandInput); 49 bool DoCommandLocal(HChannel hChannel, void *formatCommandInput); 50 bool DoCommandRemote(HChannel hChannel, void *formatCommandInput); 51 void GetTargetList(HChannel hChannel, void *formatCommandInput); 55 bool TaskCommand(HChannel hChannel, void *formatCommandInput);
|
H A D | server_for_client.cpp | 386 void HdcServerForClient::GetTargetList(HChannel hChannel, void *formatCommandInput) in GetTargetList() argument 388 TranslateCommand::FormatCommand *formatCommand = (TranslateCommand::FormatCommand *)formatCommandInput; in GetTargetList() 471 bool HdcServerForClient::DoCommandLocal(HChannel hChannel, void *formatCommandInput) in DoCommandLocal() argument 473 TranslateCommand::FormatCommand *formatCommand = (TranslateCommand::FormatCommand *)formatCommandInput; in DoCommandLocal() 484 GetTargetList(hChannel, formatCommandInput); in DoCommandLocal() 552 bool HdcServerForClient::TaskCommand(HChannel hChannel, void *formatCommandInput) in TaskCommand() argument 554 TranslateCommand::FormatCommand *formatCommand = (TranslateCommand::FormatCommand *)formatCommandInput; in TaskCommand() 632 bool HdcServerForClient::DoCommandRemote(HChannel hChannel, void *formatCommandInput) in DoCommandRemote() argument 634 TranslateCommand::FormatCommand *formatCommand = (TranslateCommand::FormatCommand *)formatCommandInput; in DoCommandRemote() 671 TaskCommand(hChannel, formatCommandInput); in DoCommandRemote() 684 DoCommand(HChannel hChannel, void *formatCommandInput) DoCommand() argument [all...] |
Completed in 2 milliseconds