Home
last modified time | relevance | path

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

/system/chre/core/include/chre/core/
Devent_loop_common.h35 NanoappListResponse, enumerator
/system/chre/platform/shared/include/chre/platform/shared/generated/
Dhost_messages_generated.h27 struct NanoappListResponse;
159 NanoappListResponse = 5, enumerator
187 ChreMessage::NanoappListResponse, in EnumValuesChreMessage()
263 template<> struct ChreMessageTraits<chre::fbs::NanoappListResponse> {
264 static const ChreMessage enum_value = ChreMessage::NanoappListResponse;
822 struct NanoappListResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
840 typedef NanoappListResponse Table;
844 fbb_.AddOffset(NanoappListResponse::VT_NANOAPPS, nanoapps);
851 flatbuffers::Offset<NanoappListResponse> Finish() {
853 auto o = flatbuffers::Offset<NanoappListResponse>(end);
[all …]
/system/chre/host/common/include/chre_host/generated/
Dhost_messages_generated.h32 struct NanoappListResponse;
182 NanoappListResponse = 5, enumerator
210 ChreMessage::NanoappListResponse, in EnumValuesChreMessage()
286 template<> struct ChreMessageTraits<chre::fbs::NanoappListResponse> {
287 static const ChreMessage enum_value = ChreMessage::NanoappListResponse;
419 return type == ChreMessage::NanoappListResponse ?
423 return type == ChreMessage::NanoappListResponse ?
1222 typedef NanoappListResponse TableType;
1228 struct NanoappListResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
1249 …static flatbuffers::Offset<NanoappListResponse> Pack(flatbuffers::FlatBufferBuilder &_fbb, const N…
[all …]
/system/chre/platform/slpi/
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()
/system/chre/platform/android/
Dhost_link.cc140 SystemCallbackType::NanoappListResponse, in handleNanoappListRequest()
/system/chre/host/common/
Dhost_protocol_host.cc66 case fbs::ChreMessage::NanoappListResponse: in decodeMessageFromChre()
/system/chre/platform/shared/idl/
Dhost_messages.fbs96 table NanoappListResponse {
189 /// nanoapps", i.e. ones with is_system set to true in NanoappListResponse.
319 NanoappListResponse,
/system/chre/platform/shared/
Dhost_protocol_chre.cc172 finalize(builder, fbs::ChreMessage::NanoappListResponse, response.Union(), in finishNanoappListResponse()