HomeSort by relevance Sort by last modified time
    Searched defs:NanoappListResponse (Results 1 - 4 of 4) sorted by null

  /system/chre/core/include/chre/core/
event_loop_manager.h 45 NanoappListResponse,
  /system/chre/platform/slpi/
host_link.cc 72 NanoappListResponse,
245 buildAndEnqueueMessage(PendingMessageType::NanoappListResponse,
469 case PendingMessageType::NanoappListResponse:
628 SystemCallbackType::NanoappListResponse, cbData.ptr,
  /system/chre/platform/shared/include/chre/platform/shared/
host_messages_generated.h 22 struct NanoappListResponse;
56 NanoappListResponse = 5,
78 "NanoappListResponse",
119 template<> struct ChreMessageTraits<NanoappListResponse> {
120 static const ChreMessage enum_value = ChreMessage::NanoappListResponse;
600 struct NanoappListResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
620 fbb_.AddOffset(NanoappListResponse::VT_NANOAPPS, nanoapps);
627 flatbuffers::Offset<NanoappListResponse> Finish() {
629 auto o = flatbuffers::Offset<NanoappListResponse>(end);
630 fbb_.Required(o, NanoappListResponse::VT_NANOAPPS)
    [all...]
  /system/chre/host/common/include/chre_host/
host_messages_generated.h 27 struct NanoappListResponse;
73 NanoappListResponse = 5,
95 "NanoappListResponse",
136 template<> struct ChreMessageTraits<NanoappListResponse> {
137 static const ChreMessage enum_value = ChreMessage::NanoappListResponse;
222 return type == ChreMessage::NanoappListResponse ?
864 typedef NanoappListResponse TableType;
870 struct NanoappListResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
890 static flatbuffers::Offset<NanoappListResponse> Pack(flatbuffers::FlatBufferBuilder &_fbb, const NanoappListResponseT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);
897 fbb_.AddOffset(NanoappListResponse::VT_NANOAPPS, nanoapps)
    [all...]

Completed in 82 milliseconds