Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp620 appManager.getAppsToStart(mAppList); in handleQueryStart()
621 if (mAppList.empty()) { in handleQueryStart()
628 mAppName = mAppList.back(); in handleQueryStart()
629 mAppList.pop_back(); in handleQueryStart()
652 if (mAppList.empty()) { in handleStart()
659 mAppName = mAppList.back(); in handleStart()
660 mAppList.pop_back(); in handleStart()
Dsystem_comms.h265 std::vector<hub_app_name_t> mAppList; variable