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