Home
last modified time | relevance | path

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

/chre-3.4.0/core/
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()
525 if ((kReportEventType != CHRE_EVENT_GNSS_LOCATION) || in updateRequests()
619 case CHRE_EVENT_GNSS_LOCATION: in freeReportEventCallback()
643 case CHRE_EVENT_GNSS_LOCATION: in controlPlatform()
/chre-3.4.0/apps/test/chqts/src/general_test/
Dbasic_gnss_test.cc137 case CHRE_EVENT_GNSS_LOCATION: in handleEvent()
/chre-3.4.0/chre_api/legacy/v1_2/chre/
Dgnss.h105 #define CHRE_EVENT_GNSS_LOCATION CHRE_GNSS_EVENT_ID(1) macro
/chre-3.4.0/chre_api/legacy/v1_1/chre/
Dgnss.h98 #define CHRE_EVENT_GNSS_LOCATION CHRE_GNSS_EVENT_ID(1) macro
/chre-3.4.0/apps/power_test/common/
Dpower_test.cc111 case CHRE_EVENT_GNSS_LOCATION: in nanoappHandleEvent()
/chre-3.4.0/chre_api/legacy/v1_3/chre/
Dgnss.h105 #define CHRE_EVENT_GNSS_LOCATION CHRE_GNSS_EVENT_ID(1) macro
/chre-3.4.0/chre_api/legacy/v1_4/chre/
Dgnss.h105 #define CHRE_EVENT_GNSS_LOCATION CHRE_GNSS_EVENT_ID(1) macro
/chre-3.4.0/chre_api/include/chre_api/chre/
Dgnss.h106 #define CHRE_EVENT_GNSS_LOCATION CHRE_GNSS_EVENT_ID(1) macro
/chre-3.4.0/apps/gnss_world/
Dgnss_world.cc274 case CHRE_EVENT_GNSS_LOCATION: in nanoappHandleEvent()
/chre-3.4.0/platform/shared/nanoapp/
Dnanoapp_support_lib_dso.cc98 if (eventType == CHRE_EVENT_GNSS_LOCATION && in nanoappHandleEventCompat()
/chre-3.4.0/apps/test/common/chre_stress_test/src/
Dchre_stress_test_manager.cc153 case CHRE_EVENT_GNSS_LOCATION: in handleDataFromChre()