Searched refs:CHRE_EVENT_NANOAPP_STARTED (Results 1 - 6 of 6) sorted by relevance

/system/chre/apps/chqts/src/general_test/
H A Dnanoapp_info_events_test_observer.cc38 && ((eventType == CHRE_EVENT_NANOAPP_STARTED)
82 if (data.eventType == CHRE_EVENT_NANOAPP_STARTED) {
89 eventsOrdered = (data.eventType == CHRE_EVENT_NANOAPP_STARTED);
/system/chre/apps/unload_tester/
H A Dunload_tester.cc89 } else if (eventType == CHRE_EVENT_NANOAPP_STARTED
94 (eventType == CHRE_EVENT_NANOAPP_STARTED) ? "start" : "stop",
/system/chre/core/
H A Dnanoapp.cc63 registerForBroadcastEvent(CHRE_EVENT_NANOAPP_STARTED);
66 unregisterForBroadcastEvent(CHRE_EVENT_NANOAPP_STARTED);
H A Devent_loop.cc184 notifyAppStatusChange(CHRE_EVENT_NANOAPP_STARTED, *newNanoapp);
/system/chre/chre_api/include/chre_api/chre/
H A Devent.h97 #define CHRE_EVENT_NANOAPP_STARTED UINT16_C(0x0003) macro
494 * system start and stop, via CHRE_EVENT_NANOAPP_STARTED and
505 * @see CHRE_EVENT_NANOAPP_STARTED
/system/chre/chre_api/legacy/v1_1/chre/
H A Devent.h97 #define CHRE_EVENT_NANOAPP_STARTED UINT16_C(0x0003) macro
466 * system start and stop, via CHRE_EVENT_NANOAPP_STARTED and
477 * @see CHRE_EVENT_NANOAPP_STARTED

Completed in 61 milliseconds