Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp621 appManager.getAppsToStart(mAppList); in handleQueryStart()
622 if (mAppList.empty()) { in handleQueryStart()
629 mAppName = mAppList.back(); in handleQueryStart()
630 mAppList.pop_back(); in handleQueryStart()
653 if (mAppList.empty()) { in handleStart()
660 mAppName = mAppList.back(); in handleStart()
661 mAppList.pop_back(); in handleStart()
Dsystem_comms.h265 std::vector<hub_app_name_t> mAppList; variable