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/
Dhost_messages_generated.h22 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/
Dhost_messages_generated.h27 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/
Dhost_link.cc83 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/
Dhost_link.cc147 SystemCallbackType::NanoappListResponse, cbData.ptr, in handleNanoappListRequest()
/system/chre/host/common/
Dhost_protocol_host.cc65 case fbs::ChreMessage::NanoappListResponse: in decodeMessageFromChre()
/system/chre/platform/shared/idl/
Dhost_messages.fbs81 table NanoappListResponse {
164 /// nanoapps", i.e. ones with is_system set to true in NanoappListResponse.
240 NanoappListResponse,
/system/chre/platform/shared/
Dhost_protocol_chre.cc156 finalize(builder, fbs::ChreMessage::NanoappListResponse, response.Union(), in finishNanoappListResponse()