Searched refs:FetchCommand (Results 1 - 6 of 6) sorted by relevance
/developtools/hdc/src/host/ |
H A D | server.h | 24 bool FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, uint8_t *payload,
|
H A D | server.cpp | 561 bool HdcServer::FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, uint8_t *payload, in FetchCommand() function in Hdc::HdcServer 588 WRITE_LOG(LOG_FATAL, "FetchCommand channelId:%u isDead", channelId); in FetchCommand() 968 return FetchCommand(hSession, channelId, command, bufPtr, size); in ServerCommand()
|
/developtools/hdc/src/daemon/ |
H A D | daemon.h | 51 bool FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, uint8_t *payload,
|
H A D | daemon.cpp | 867 bool HdcDaemon::FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, uint8_t *payload, in InitMod() function in Hdc::HdcDaemon 870 StartTraceScope("HdcDaemon::FetchCommand"); in InitMod() 889 WRITE_LOG(LOG_DEBUG, "FetchCommand channelId:%u command:%u", channelId, command); in InitMod()
|
/developtools/hdc/src/common/ |
H A D | session.h | 110 virtual bool FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, uint8_t *payload, in FetchCommand() function in Hdc::HdcSessionBase
|
H A D | session.cpp | 907 if (!FetchCommand(hSession, protectBuf.channelId, protectBuf.commandFlag, data, dataSize)) { in DecryptPayload() 908 WRITE_LOG(LOG_WARN, "FetchCommand failed: channelId %x commandFlag %x", in DecryptPayload()
|
Completed in 7 milliseconds