Searched refs:verifyMessage (Results 1 – 6 of 6) sorted by relevance
/system/chre/apps/power_test/common/ |
D | request_manager.cc | 94 bool verifyMessage(const chreMessageFromHostData &hostMessage, in verifyMessage() function 308 if (verifyMessage<TimerMessage>(hostMessage, &msg)) { in handleMessageFromHost() 316 if (verifyMessage<WifiScanMessage>(hostMessage, &msg)) { in handleMessageFromHost() 327 if (verifyMessage<GnssLocationMessage>(hostMessage, &msg)) { in handleMessageFromHost() 336 if (verifyMessage<CellQueryMessage>(hostMessage, &msg)) { in handleMessageFromHost() 344 if (verifyMessage<AudioRequestMessage>(hostMessage, &msg)) { in handleMessageFromHost() 351 if (verifyMessage<SensorRequestMessage>(hostMessage, &msg)) { in handleMessageFromHost() 360 if (verifyMessage<BreakItMessage>(hostMessage, &msg)) { in handleMessageFromHost() 367 if (verifyMessage<GnssMeasurementMessage>(hostMessage, &msg)) { in handleMessageFromHost()
|
/system/chre/host/common/ |
D | host_protocol_host.cc | 51 bool success = verifyMessage(message, messageLen); in decodeMessageFromChre() 143 success = verifyMessage(message, messageLen); in extractHostClientIdAndType() 160 bool success = verifyMessage(message, messageLen); in mutateHostClientId()
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | host_protocol_common.h | 118 static bool verifyMessage(const void *message, size_t messageLen);
|
/system/chre/platform/shared/ |
D | host_protocol_common.cc | 58 bool HostProtocolCommon::verifyMessage(const void *message, size_t messageLen) { in verifyMessage() function in chre::HostProtocolCommon
|
D | host_protocol_chre.cc | 47 bool success = verifyMessage(message, messageLen); in decodeMessageFromHost()
|
/system/chre/platform/android/ |
D | host_link.cc | 176 bool success = HostProtocolCommon::verifyMessage(message, length); in handleMessageFromHost()
|