Searched refs:CHRE_EVENT_NANOAPP_STARTED (Results 1 – 9 of 9) sorted by relevance
37 ((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()
91 } else if (eventType == CHRE_EVENT_NANOAPP_STARTED || in nanoappHandleEvent()96 (eventType == CHRE_EVENT_NANOAPP_STARTED) ? "start" : "stop", in nanoappHandleEvent()
90 registerForBroadcastEvent(CHRE_EVENT_NANOAPP_STARTED); in configureNanoappInfoEvents()93 unregisterForBroadcastEvent(CHRE_EVENT_NANOAPP_STARTED); in configureNanoappInfoEvents()
196 notifyAppStatusChange(CHRE_EVENT_NANOAPP_STARTED, *newNanoapp); in startNanoapp()
97 #define CHRE_EVENT_NANOAPP_STARTED UINT16_C(0x0003) macro
99 #define CHRE_EVENT_NANOAPP_STARTED UINT16_C(0x0003) macro
110 #define CHRE_EVENT_NANOAPP_STARTED UINT16_C(0x0003) macro