Home
last modified time | relevance | path

Searched refs:nanoappIdList (Results 1 – 2 of 2) sorted by relevance

/system/chre/host/hal_generic/aidl/
Dgeneric_context_hub_aidl.h148 std::vector<int64_t> *nanoappIdList);
194 const std::vector<int64_t> &nanoappIdList);
Dgeneric_context_hub_aidl.cc602 std::vector<int64_t> *nanoappIdList) { in queryNanoappsInternal() argument
616 if (success && nanoappIdList != nullptr) { in queryNanoappsInternal()
619 std::back_inserter(*nanoappIdList), in queryNanoappsInternal()
687 int32_t contextHubId, const std::vector<int64_t> &nanoappIdList) { in unloadNanoappsInternal() argument
696 for (int64_t nanoappIdToUnload : nanoappIdList) { in unloadNanoappsInternal()