Home
last modified time | relevance | path

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

/system/chre/apps/power_test/common/
Drequest_manager.cc94 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/
Dhost_protocol_host.cc51 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/
Dhost_protocol_common.h118 static bool verifyMessage(const void *message, size_t messageLen);
/system/chre/platform/shared/
Dhost_protocol_common.cc58 bool HostProtocolCommon::verifyMessage(const void *message, size_t messageLen) { in verifyMessage() function in chre::HostProtocolCommon
Dhost_protocol_chre.cc47 bool success = verifyMessage(message, messageLen); in decodeMessageFromHost()
/system/chre/platform/android/
Dhost_link.cc176 bool success = HostProtocolCommon::verifyMessage(message, length); in handleMessageFromHost()