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

  /system/chre/host/common/test/
chre_test_client.cc 103 LOGI("Got nanoapp list response with %zu apps:", response.nanoapps.size());
105 : response.nanoapps) {
  /system/chre/platform/android/
host_link.cc 127 response->nanoapps.push_back(std::move(nanoappListEntry));
138 * Handles a request from the host for a list of nanoapps.
  /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...]
  /device/google/wahoo/wifi_offload/
chre_interface.cpp 93 for (const std::unique_ptr<fbs::NanoappListEntryT>& nanoapp : response.nanoapps) {
  /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...]
  /system/chre/host/hal_generic/
generic_context_hub.cc 409 ALOGV("Got nanoapp list response with %zu apps", response.nanoapps.size());
411 : response.nanoapps) {

Completed in 85 milliseconds