Searched refs:NanoappListResponse (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/chre/platform/shared/include/chre/platform/shared/generated/ |
H A D | host_messages_generated.h | 27 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 D | host_messages_generated.h | 32 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 D | event_loop_common.h | 35 NanoappListResponse, enumerator
|
/aosp12/system/chre/platform/slpi/ |
H A D | host_link.cc | 78 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 D | host_link.cc | 140 SystemCallbackType::NanoappListResponse, in handleNanoappListRequest()
|
/aosp12/system/chre/platform/shared/idl/ |
H A D | host_messages.fbs | 96 table NanoappListResponse { 189 /// nanoapps", i.e. ones with is_system set to true in NanoappListResponse. 319 NanoappListResponse,
|
/aosp12/system/chre/host/common/ |
H A D | host_protocol_host.cc | 66 case fbs::ChreMessage::NanoappListResponse: in decodeMessageFromChre()
|
/aosp12/system/chre/platform/shared/ |
H A D | host_protocol_chre.cc | 172 finalize(builder, fbs::ChreMessage::NanoappListResponse, response.Union(), in finishNanoappListResponse()
|