Home
last modified time | relevance | path

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

/developtools/hdc/src/daemon/
Ddaemon.h33 …bool FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, uint8_t *pa…
Ddaemon.cpp381 bool HdcDaemon::FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, u… in FetchCommand() function in Hdc::HdcDaemon
/developtools/hdc/src/host/
Dserver.h24 …bool FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, uint8_t *pa…
Dserver.cpp515 bool HdcServer::FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, u… in FetchCommand() function in Hdc::HdcServer
914 return FetchCommand(hSession, channelId, command, bufPtr, size); in ServerCommand()
/developtools/hdc/src/common/
Dsession.h107 …virtual bool FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, uin… in FetchCommand() function
Dsession.cpp891 if (!FetchCommand(hSession, protectBuf.channelId, protectBuf.commandFlag, data, dataSize)) { in DecryptPayload()