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/ |
D | host_messages_generated.h | 22 struct NanoappListResponse; 60 NanoappListResponse = 5, enumerator 127 template<> struct ChreMessageTraits<NanoappListResponse> { 128 static const ChreMessage enum_value = ChreMessage::NanoappListResponse; 616 struct NanoappListResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 636 fbb_.AddOffset(NanoappListResponse::VT_NANOAPPS, nanoapps); 643 flatbuffers::Offset<NanoappListResponse> Finish() { 645 auto o = flatbuffers::Offset<NanoappListResponse>(end); 646 fbb_.Required(o, NanoappListResponse::VT_NANOAPPS); 651 inline flatbuffers::Offset<NanoappListResponse> CreateNanoappListResponse( [all …]
|
/system/chre/host/common/include/chre_host/ |
D | host_messages_generated.h | 27 struct NanoappListResponse; 79 NanoappListResponse = 5, enumerator 146 template<> struct ChreMessageTraits<NanoappListResponse> { 147 static const ChreMessage enum_value = ChreMessage::NanoappListResponse; 240 return type == ChreMessage::NanoappListResponse ? 890 typedef NanoappListResponse TableType; 896 struct NanoappListResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 916 …static flatbuffers::Offset<NanoappListResponse> Pack(flatbuffers::FlatBufferBuilder &_fbb, const N… 923 fbb_.AddOffset(NanoappListResponse::VT_NANOAPPS, nanoapps); 930 flatbuffers::Offset<NanoappListResponse> Finish() { [all …]
|
/system/chre/platform/slpi/ |
D | host_link.cc | 83 NanoappListResponse, enumerator 258 buildAndEnqueueMessage(PendingMessageType::NanoappListResponse, in constructNanoappListCallback() 624 case PendingMessageType::NanoappListResponse: in chre_slpi_get_message_to_host() 786 SystemCallbackType::NanoappListResponse, cbData.ptr, in handleNanoappListRequest()
|
/system/chre/platform/android/ |
D | host_link.cc | 147 SystemCallbackType::NanoappListResponse, cbData.ptr, in handleNanoappListRequest()
|
/system/chre/host/common/ |
D | host_protocol_host.cc | 65 case fbs::ChreMessage::NanoappListResponse: in decodeMessageFromChre()
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 81 table NanoappListResponse { 164 /// nanoapps", i.e. ones with is_system set to true in NanoappListResponse. 240 NanoappListResponse,
|
/system/chre/platform/shared/ |
D | host_protocol_chre.cc | 156 finalize(builder, fbs::ChreMessage::NanoappListResponse, response.Union(), in finishNanoappListResponse()
|