Home
last modified time | relevance | path

Searched refs:CHRE_EVENT_NANOAPP_STARTED (Results 1 – 9 of 9) sorted by relevance

/system/chre/apps/test/chqts/src/general_test/
Dnanoapp_info_events_test_observer.cc37 ((eventType == CHRE_EVENT_NANOAPP_STARTED) || in handleEvent()
79 if (data.eventType == CHRE_EVENT_NANOAPP_STARTED) { in processStartStopHistory()
86 eventsOrdered = (data.eventType == CHRE_EVENT_NANOAPP_STARTED); in processStartStopHistory()
/system/chre/apps/unload_tester/
Dunload_tester.cc91 } else if (eventType == CHRE_EVENT_NANOAPP_STARTED || in nanoappHandleEvent()
96 (eventType == CHRE_EVENT_NANOAPP_STARTED) ? "start" : "stop", in nanoappHandleEvent()
/system/chre/core/
Dnanoapp.cc90 registerForBroadcastEvent(CHRE_EVENT_NANOAPP_STARTED); in configureNanoappInfoEvents()
93 unregisterForBroadcastEvent(CHRE_EVENT_NANOAPP_STARTED); in configureNanoappInfoEvents()
Devent_loop.cc196 notifyAppStatusChange(CHRE_EVENT_NANOAPP_STARTED, *newNanoapp); in startNanoapp()
/system/chre/chre_api/legacy/v1_1/chre/
Devent.h97 #define CHRE_EVENT_NANOAPP_STARTED UINT16_C(0x0003) macro
/system/chre/chre_api/legacy/v1_3/chre/
Devent.h97 #define CHRE_EVENT_NANOAPP_STARTED UINT16_C(0x0003) macro
/system/chre/chre_api/legacy/v1_2/chre/
Devent.h97 #define CHRE_EVENT_NANOAPP_STARTED UINT16_C(0x0003) macro
/system/chre/chre_api/legacy/v1_4/chre/
Devent.h99 #define CHRE_EVENT_NANOAPP_STARTED UINT16_C(0x0003) macro
/system/chre/chre_api/include/chre_api/chre/
Devent.h110 #define CHRE_EVENT_NANOAPP_STARTED UINT16_C(0x0003) macro