Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
H A Dserver.h24 bool FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, uint8_t *payload,
H A Dserver.cpp561 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 Ddaemon.h51 bool FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, uint8_t *payload,
H A Ddaemon.cpp867 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 Dsession.h110 virtual bool FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, uint8_t *payload, in FetchCommand() function in Hdc::HdcSessionBase
H A Dsession.cpp907 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