Home
last modified time | relevance | path

Searched refs:CHRE_EVENT_GNSS_LOCATION (Results 1 – 11 of 11) sorted by relevance

/aosp12/system/chre/core/
H A Dgnss_manager.cc33 case CHRE_EVENT_GNSS_LOCATION: { in getCallbackType()
54 *eventType = CHRE_EVENT_GNSS_LOCATION; in getReportEventType()
74 : mLocationSession(CHRE_EVENT_GNSS_LOCATION), in GnssManager()
138 nanoapp->registerForBroadcastEvent(CHRE_EVENT_GNSS_LOCATION); in configurePassiveLocationListener()
142 nanoapp->unregisterForBroadcastEvent(CHRE_EVENT_GNSS_LOCATION); in configurePassiveLocationListener()
205 case CHRE_EVENT_GNSS_LOCATION: in GnssSession()
521 if ((kReportEventType != CHRE_EVENT_GNSS_LOCATION) || in updateRequests()
615 case CHRE_EVENT_GNSS_LOCATION: in freeReportEventCallback()
639 case CHRE_EVENT_GNSS_LOCATION: in controlPlatform()
/aosp12/system/chre/apps/test/chqts/src/general_test/
H A Dbasic_gnss_test.cc137 case CHRE_EVENT_GNSS_LOCATION: in handleEvent()
/aosp12/system/chre/chre_api/legacy/v1_2/chre/
H A Dgnss.h105 #define CHRE_EVENT_GNSS_LOCATION CHRE_GNSS_EVENT_ID(1) macro
/aosp12/system/chre/apps/power_test/common/
H A Dpower_test.cc111 case CHRE_EVENT_GNSS_LOCATION: in nanoappHandleEvent()
/aosp12/system/chre/chre_api/legacy/v1_1/chre/
H A Dgnss.h98 #define CHRE_EVENT_GNSS_LOCATION CHRE_GNSS_EVENT_ID(1) macro
/aosp12/system/chre/chre_api/legacy/v1_3/chre/
H A Dgnss.h105 #define CHRE_EVENT_GNSS_LOCATION CHRE_GNSS_EVENT_ID(1) macro
/aosp12/system/chre/chre_api/legacy/v1_4/chre/
H A Dgnss.h105 #define CHRE_EVENT_GNSS_LOCATION CHRE_GNSS_EVENT_ID(1) macro
/aosp12/system/chre/chre_api/include/chre_api/chre/
H A Dgnss.h106 #define CHRE_EVENT_GNSS_LOCATION CHRE_GNSS_EVENT_ID(1) macro
/aosp12/system/chre/apps/gnss_world/
H A Dgnss_world.cc274 case CHRE_EVENT_GNSS_LOCATION: in nanoappHandleEvent()
/aosp12/system/chre/platform/shared/nanoapp/
H A Dnanoapp_support_lib_dso.cc98 if (eventType == CHRE_EVENT_GNSS_LOCATION && in nanoappHandleEventCompat()
/aosp12/system/chre/apps/test/common/chre_stress_test/src/
H A Dchre_stress_test_manager.cc153 case CHRE_EVENT_GNSS_LOCATION: in handleDataFromChre()