Searched refs:FetchCommand (Results 1 – 6 of 6) sorted by relevance
| /developtools/hdc/src/daemon/ |
| D | daemon.h | 33 …bool FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, uint8_t *pa…
|
| D | daemon.cpp | 381 bool HdcDaemon::FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, u… in FetchCommand() function in Hdc::HdcDaemon
|
| /developtools/hdc/src/host/ |
| D | server.h | 24 …bool FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, uint8_t *pa…
|
| D | server.cpp | 515 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/ |
| D | session.h | 107 …virtual bool FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, uin… in FetchCommand() function
|
| D | session.cpp | 891 if (!FetchCommand(hSession, protectBuf.channelId, protectBuf.commandFlag, data, dataSize)) { in DecryptPayload()
|