Searched refs:NanoappListResponse (Results 1 – 7 of 7) sorted by relevance
/system/chre/platform/shared/include/chre/platform/shared/ |
D | host_messages_generated.h | 22 struct NanoappListResponse; 40 NanoappListResponse = 5, enumerator 87 template<> struct ChreMessageTraits<NanoappListResponse> { 88 static const ChreMessage enum_value = ChreMessage::NanoappListResponse; 536 struct NanoappListResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 556 fbb_.AddOffset(NanoappListResponse::VT_NANOAPPS, nanoapps); 563 flatbuffers::Offset<NanoappListResponse> Finish() { 565 auto o = flatbuffers::Offset<NanoappListResponse>(end); 566 fbb_.Required(o, NanoappListResponse::VT_NANOAPPS); 571 inline flatbuffers::Offset<NanoappListResponse> CreateNanoappListResponse( [all …]
|
/system/chre/host/common/include/chre_host/ |
D | host_messages_generated.h | 27 struct NanoappListResponse; 49 NanoappListResponse = 5, enumerator 96 template<> struct ChreMessageTraits<NanoappListResponse> { 97 static const ChreMessage enum_value = ChreMessage::NanoappListResponse; 150 return type == ChreMessage::NanoappListResponse ? 760 typedef NanoappListResponse TableType; 766 struct NanoappListResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 786 …static flatbuffers::Offset<NanoappListResponse> Pack(flatbuffers::FlatBufferBuilder &_fbb, const N… 793 fbb_.AddOffset(NanoappListResponse::VT_NANOAPPS, nanoapps); 800 flatbuffers::Offset<NanoappListResponse> Finish() { [all …]
|
/system/chre/platform/slpi/ |
D | host_link.cc | 61 NanoappListResponse, enumerator 156 PendingMessage(PendingMessageType::NanoappListResponse, builder)); in constructNanoappListCallback() 294 case PendingMessageType::NanoappListResponse: in chre_slpi_get_message_to_host() 404 SystemCallbackType::NanoappListResponse, cbData.ptr, in handleNanoappListRequest()
|
/system/chre/host/common/ |
D | host_protocol_host.cc | 94 case fbs::ChreMessage::NanoappListResponse: { in decodeMessageFromChre() 95 const auto *resp = static_cast<const fbs::NanoappListResponse *>( in decodeMessageFromChre()
|
/system/chre/core/include/chre/core/ |
D | event_loop_manager.h | 44 NanoappListResponse, enumerator
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 81 table NanoappListResponse { 111 NanoappListResponse,
|
/system/chre/platform/shared/ |
D | host_protocol_chre.cc | 119 finalize(builder, fbs::ChreMessage::NanoappListResponse, response.Union(), in finishNanoappListResponse()
|