Home
last modified time | relevance | path

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

/system/chre/platform/shared/include/chre/platform/shared/generated/
Dhost_messages_generated.h84 struct SelfTestResponse;
319 SelfTestResponse = 21, enumerator
358 ChreMessage::SelfTestResponse, in EnumValuesChreMessage()
504 template<> struct ChreMessageTraits<chre::fbs::SelfTestResponse> {
505 static const ChreMessage enum_value = ChreMessage::SelfTestResponse;
2307 struct SelfTestResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
2323 typedef SelfTestResponse Table;
2327 fbb_.AddElement<uint8_t>(SelfTestResponse::VT_SUCCESS, static_cast<uint8_t>(success), 0);
2334 flatbuffers::Offset<SelfTestResponse> Finish() {
2336 auto o = flatbuffers::Offset<SelfTestResponse>(end);
[all …]
/system/chre/host/common/include/chre_host/generated/
Dhost_messages_generated.h108 struct SelfTestResponse;
354 SelfTestResponse = 21, enumerator
393 ChreMessage::SelfTestResponse, in EnumValuesChreMessage()
539 template<> struct ChreMessageTraits<chre::fbs::SelfTestResponse> {
540 static const ChreMessage enum_value = ChreMessage::SelfTestResponse;
780 return type == ChreMessage::SelfTestResponse ?
784 return type == ChreMessage::SelfTestResponse ?
3233 typedef SelfTestResponse TableType;
3240 struct SelfTestResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
3259 …static flatbuffers::Offset<SelfTestResponse> Pack(flatbuffers::FlatBufferBuilder &_fbb, const Self…
[all …]
/system/chre/platform/slpi/
Dhost_link.cc78 SelfTestResponse, enumerator
382 buildAndEnqueueMessage(PendingMessageType::SelfTestResponse, kInitialSize, in sendSelfTestResponse()
511 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/tinysys/
Dhost_link.cc130 SelfTestResponse, enumerator
256 case PendingMessageType::SelfTestResponse: in dequeueMessage()
/system/chre/platform/shared/
Dhost_protocol_chre.cc366 finalize(builder, fbs::ChreMessage::SelfTestResponse, response.Union(), in encodeSelfTestResponse()
/system/chre/platform/shared/idl/
Dhost_messages.fbs420 table SelfTestResponse {
522 SelfTestResponse,