OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAppList
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/contexthubhal/
system_comms.cpp
620
appManager.getAppsToStart(
mAppList
);
621
if (
mAppList
.empty()) {
628
mAppName =
mAppList
.back();
629
mAppList
.pop_back();
652
if (
mAppList
.empty()) {
659
mAppName =
mAppList
.back();
660
mAppList
.pop_back();
[
all
...]
system_comms.h
265
std::vector<hub_app_name_t>
mAppList
;
Completed in 53 milliseconds