Home
last modified time | relevance | path

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

/system/chre/platform/shared/include/chre/platform/shared/generated/
Dhost_messages_generated.h75 struct SelfTestResponse;
175 SelfTestResponse = 21, enumerator
177 MAX = SelfTestResponse
203 ChreMessage::SelfTestResponse in EnumValuesChreMessage()
238 if (flatbuffers::IsOutRange(e, ChreMessage::NONE, ChreMessage::SelfTestResponse)) return ""; in EnumNameChreMessage()
327 template<> struct ChreMessageTraits<chre::fbs::SelfTestResponse> {
328 static const ChreMessage enum_value = ChreMessage::SelfTestResponse;
1786 struct SelfTestResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
1802 typedef SelfTestResponse Table;
1806 fbb_.AddElement<uint8_t>(SelfTestResponse::VT_SUCCESS, static_cast<uint8_t>(success), 0);
[all …]
/system/chre/host/common/include/chre_host/generated/
Dhost_messages_generated.h96 struct SelfTestResponse;
198 SelfTestResponse = 21, enumerator
200 MAX = SelfTestResponse
226 ChreMessage::SelfTestResponse in EnumValuesChreMessage()
261 if (flatbuffers::IsOutRange(e, ChreMessage::NONE, ChreMessage::SelfTestResponse)) return ""; in EnumNameChreMessage()
350 template<> struct ChreMessageTraits<chre::fbs::SelfTestResponse> {
351 static const ChreMessage enum_value = ChreMessage::SelfTestResponse;
547 return type == ChreMessage::SelfTestResponse ?
551 return type == ChreMessage::SelfTestResponse ?
2512 typedef SelfTestResponse TableType;
[all …]
/system/chre/platform/slpi/
Dhost_link.cc87 SelfTestResponse, enumerator
408 buildAndEnqueueMessage(PendingMessageType::SelfTestResponse, kInitialSize, in sendSelfTestResponse()
625 case PendingMessageType::SelfTestResponse: in chre_slpi_get_message_to_host()
/system/chre/host/common/
Dhost_protocol_host.cc86 case fbs::ChreMessage::SelfTestResponse: in decodeMessageFromChre()
/system/chre/platform/shared/
Dhost_protocol_chre.cc259 finalize(builder, fbs::ChreMessage::SelfTestResponse, response.Union(), in encodeSelfTestResponse()
/system/chre/platform/shared/idl/
Dhost_messages.fbs305 table SelfTestResponse {
345 SelfTestResponse,