OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:apps_
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/contexthubhal/
system_comms.h
324
AppMap
apps_
;
member in class:android::nanohub::SystemComm::AppManager
344
apps_
[appName.id]->cached_napp = true;
345
apps_
[appName.id]->cached_crc = crc;
346
apps_
[appName.id]->cached_start = false;
355
apps_
[appName.id]->cached_napp = false;
356
apps_
[appName.id]->cached_start = false;
365
apps_
[appName.id]->running = false;
374
apps_
[appName.id]->cached_version = version;
382
apps_
[appName.id]->cached_start = start;
391
apps_
[appName.id] = std::unique_ptr<AppData>(new AppData)
[
all
...]
system_comms.cpp
934
for (auto &it :
apps_
) {
1002
for (auto &it :
apps_
) {
[
all
...]
Completed in 76 milliseconds