Home
last modified time | relevance | path

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

/system/chre/platform/shared/include/chre/platform/shared/
Dhost_messages_generated.h22 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/
Dhost_messages_generated.h27 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/
Dhost_link.cc61 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/
Dhost_protocol_host.cc94 case fbs::ChreMessage::NanoappListResponse: { in decodeMessageFromChre()
95 const auto *resp = static_cast<const fbs::NanoappListResponse *>( in decodeMessageFromChre()
/system/chre/core/include/chre/core/
Devent_loop_manager.h44 NanoappListResponse, enumerator
/system/chre/platform/shared/idl/
Dhost_messages.fbs81 table NanoappListResponse {
111 NanoappListResponse,
/system/chre/platform/shared/
Dhost_protocol_chre.cc119 finalize(builder, fbs::ChreMessage::NanoappListResponse, response.Union(), in finishNanoappListResponse()