HomeSort by relevance Sort by last modified time
    Searched refs:CHRE_EVENT_NANOAPP_STOPPED (Results 1 - 5 of 5) sorted by null

  /system/chre/core/
nanoapp.cc 65 success &= registerForBroadcastEvent(CHRE_EVENT_NANOAPP_STOPPED);
68 success &= unregisterForBroadcastEvent(CHRE_EVENT_NANOAPP_STOPPED);
event_loop.cc 223 notifyAppStatusChange(CHRE_EVENT_NANOAPP_STOPPED, *mStoppingNanoapp);
  /system/chre/apps/unload_tester/
unload_tester.cc 92 || eventType == CHRE_EVENT_NANOAPP_STOPPED) {
  /system/chre/apps/chqts/src/general_test/
nanoapp_info_events_test_observer.cc 39 || (eventType == CHRE_EVENT_NANOAPP_STOPPED))) {
  /system/chre/chre_api/include/chre_api/chre/
event.h 109 #define CHRE_EVENT_NANOAPP_STOPPED UINT16_C(0x0004)
467 * CHRE_EVENT_NANOAPP_STOPPED. These events are disabled by default, and if a
478 * @see CHRE_EVENT_NANOAPP_STOPPED

Completed in 47 milliseconds