Searched defs:nanoapps (Results 1 - 2 of 2) sorted by relevance

/system/chre/platform/shared/include/chre/platform/shared/
H A Dhost_messages_generated.h479 /// not show up in the list of nanoapps in the context hub HAL. System
480 /// nanoapps are typically used to leverage CHRE for some device functionality
540 const flatbuffers::Vector<flatbuffers::Offset<NanoappListEntry>> *nanoapps() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
546 verifier.Verify(nanoapps()) &&
547 verifier.VerifyVectorOfTables(nanoapps()) &&
555 void add_nanoapps(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<NanoappListEntry>>> nanoapps) { argument
556 fbb_.AddOffset(NanoappListResponse::VT_NANOAPPS, nanoapps);
573 flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<NanoappListEntry>>> nanoapps = 0) {
575 builder_.add_nanoapps(nanoapps);
581 const std::vector<flatbuffers::Offset<NanoappListEntry>> *nanoapps
[all...]
/system/chre/host/common/include/chre_host/
H A Dhost_messages_generated.h694 /// not show up in the list of nanoapps in the context hub HAL. System
695 /// nanoapps are typically used to leverage CHRE for some device functionality
761 std::vector<std::unique_ptr<NanoappListEntryT>> nanoapps; member in struct:chre::fbs::ChreMessage::NanoappListResponseT
771 const flatbuffers::Vector<flatbuffers::Offset<NanoappListEntry>> *nanoapps() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
780 verifier.Verify(nanoapps()) &&
781 verifier.VerifyVectorOfTables(nanoapps()) &&
792 void add_nanoapps(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<NanoappListEntry>>> nanoapps) { argument
793 fbb_.AddOffset(NanoappListResponse::VT_NANOAPPS, nanoapps);
810 flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<NanoappListEntry>>> nanoapps = 0) {
812 builder_.add_nanoapps(nanoapps);
[all...]

Completed in 419 milliseconds