Home
last modified time | relevance | path

Searched refs:NanoappListResponse (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/chre/platform/shared/include/chre/platform/shared/generated/
H A Dhost_messages_generated.h27 struct NanoappListResponse;
159 NanoappListResponse = 5, enumerator
187 ChreMessage::NanoappListResponse, in EnumValuesChreMessage()
840 typedef NanoappListResponse Table;
844 fbb_.AddOffset(NanoappListResponse::VT_NANOAPPS, nanoapps);
851 flatbuffers::Offset<NanoappListResponse> Finish() {
853 auto o = flatbuffers::Offset<NanoappListResponse>(end);
854 fbb_.Required(o, NanoappListResponse::VT_NANOAPPS);
1858 …essage_type() == chre::fbs::ChreMessage::NanoappListResponse ? static_cast<const chre::fbs::Nanoap…
1943 template<> inline const chre::fbs::NanoappListResponse *MessageContainer::message_as<chre::fbs::Nan…
[all …]
/aosp12/system/chre/host/common/include/chre_host/generated/
H A Dhost_messages_generated.h32 struct NanoappListResponse;
182 NanoappListResponse = 5, enumerator
210 ChreMessage::NanoappListResponse, in EnumValuesChreMessage()
1222 typedef NanoappListResponse TableType;
1253 typedef NanoappListResponse Table;
2703 template<> inline const chre::fbs::NanoappListResponse *MessageContainer::message_as<chre::fbs::Nan…
3527 case ChreMessage::NanoappListResponse: {
3629 case ChreMessage::NanoappListResponse: {
3719 case ChreMessage::NanoappListResponse: {
3809 case ChreMessage::NanoappListResponse: {
[all …]
/aosp12/system/chre/core/include/chre/core/
H A Devent_loop_common.h35 NanoappListResponse, enumerator
/aosp12/system/chre/platform/slpi/
H A Dhost_link.cc78 NanoappListResponse, enumerator
616 case PendingMessageType::NanoappListResponse: in chre_slpi_get_message_to_host()
854 buildAndEnqueueMessage(PendingMessageType::NanoappListResponse, in handleNanoappListRequest()
862 SystemCallbackType::NanoappListResponse, in handleNanoappListRequest()
/aosp12/system/chre/platform/android/
H A Dhost_link.cc140 SystemCallbackType::NanoappListResponse, in handleNanoappListRequest()
/aosp12/system/chre/platform/shared/idl/
H A Dhost_messages.fbs96 table NanoappListResponse {
189 /// nanoapps", i.e. ones with is_system set to true in NanoappListResponse.
319 NanoappListResponse,
/aosp12/system/chre/host/common/
H A Dhost_protocol_host.cc66 case fbs::ChreMessage::NanoappListResponse: in decodeMessageFromChre()
/aosp12/system/chre/platform/shared/
H A Dhost_protocol_chre.cc172 finalize(builder, fbs::ChreMessage::NanoappListResponse, response.Union(), in finishNanoappListResponse()