Home
last modified time | relevance | path

Searched refs:SendCommandToClient (Results 1 – 3 of 3) sorted by relevance

/developtools/hdc/src/host/
Dserver_for_client.h28 void SendCommandToClient(const HChannel hChannel, const uint16_t commandFlag, uint8_t *payload,
Dserver_for_client.cpp196 void HdcServerForClient::SendCommandToClient(const HChannel hChannel, const uint16_t commandFlag, in SendCommandToClient() function in Hdc::HdcServerForClient
Dserver.cpp642 sfc->SendCommandToClient(hChannel, command, payload, payloadSize); in FetchCommand()