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

  /system/chre/platform/shared/include/chre/platform/shared/
host_messages_generated.h 559 /// not show up in the list of nanoapps in the context hub HAL. System
560 /// nanoapps are typically used to leverage CHRE for some device functionality
620 const flatbuffers::Vector<flatbuffers::Offset<NanoappListEntry>> *nanoapps() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
626 verifier.Verify(nanoapps()) &&
627 verifier.VerifyVectorOfTables(nanoapps()) &&
635 void add_nanoapps(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<NanoappListEntry>>> nanoapps) {
636 fbb_.AddOffset(NanoappListResponse::VT_NANOAPPS, nanoapps);
653 flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<NanoappListEntry>>> nanoapps = 0) {
655 builder_.add_nanoapps(nanoapps);
661 const std::vector<flatbuffers::Offset<NanoappListEntry>> *nanoapps = nullptr)
    [all...]
  /system/chre/host/common/include/chre_host/
host_messages_generated.h 824 /// not show up in the list of nanoapps in the context hub HAL. System
825 /// nanoapps are typically used to leverage CHRE for some device functionality
891 std::vector<std::unique_ptr<NanoappListEntryT>> nanoapps; member in struct:chre::fbs::ChreMessage::NanoappListResponseT
901 const flatbuffers::Vector<flatbuffers::Offset<NanoappListEntry>> *nanoapps() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
910 verifier.Verify(nanoapps()) &&
911 verifier.VerifyVectorOfTables(nanoapps()) &&
    [all...]

Completed in 85 milliseconds