Home
last modified time | relevance | path

Searched refs:gnssLocation (Results 1 – 25 of 47) sorted by relevance

12

/hardware/interfaces/gnss/1.0/default/
DGnssUtils.cpp28 GnssLocation gnssLocation = {}; in convertToGnssLocation() local
30 gnssLocation = { in convertToGnssLocation()
51 return gnssLocation; in convertToGnssLocation()
55 GnssLocation gnssLocation = {}; in convertToGnssLocation() local
57 gnssLocation = {.gnssLocationFlags = 0, // clear here and set below in convertToGnssLocation()
70 gnssLocation.gnssLocationFlags |= GPS_LOCATION_HAS_LAT_LONG; in convertToGnssLocation()
73 gnssLocation.gnssLocationFlags |= GPS_LOCATION_HAS_ALTITUDE; in convertToGnssLocation()
76 gnssLocation.gnssLocationFlags |= GPS_LOCATION_HAS_SPEED; in convertToGnssLocation()
79 gnssLocation.gnssLocationFlags |= GPS_LOCATION_HAS_BEARING; in convertToGnssLocation()
82 gnssLocation.gnssLocationFlags |= GPS_LOCATION_HAS_HORIZONTAL_ACCURACY; in convertToGnssLocation()
[all …]
DGnssGeofencing.cpp67 GnssLocation gnssLocation = convertToGnssLocation(location); in gnssGfTransitionCb() local
70 gnssLocation, in gnssGfTransitionCb()
84 GnssLocation gnssLocation; in gnssGfStatusCb() local
87 gnssLocation = convertToGnssLocation(location); in gnssGfStatusCb()
89 gnssLocation = {}; in gnssGfStatusCb()
93 static_cast<IGnssGeofenceCallback::GeofenceAvailability>(status), gnssLocation); in gnssGfStatusCb()
/hardware/qcom/sm8150/gps/android/1.1/location_api/
DGeofenceAPIClient.cpp147 GnssLocation gnssLocation; in onGeofenceBreachCb() local
148 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
162 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
181 GnssLocation gnssLocation; in onGeofenceStatusCb() local
182 memset(&gnssLocation, 0, sizeof(GnssLocation)); in onGeofenceStatusCb()
183 auto r = mGnssGeofencingCbIface->gnssGeofenceStatusCb(status, gnssLocation); in onGeofenceStatusCb()
/hardware/qcom/sm7250/gps/android/1.0/location_api/
DGeofenceAPIClient.cpp147 GnssLocation gnssLocation; in onGeofenceBreachCb() local
148 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
162 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
181 GnssLocation gnssLocation; in onGeofenceStatusCb() local
182 memset(&gnssLocation, 0, sizeof(GnssLocation)); in onGeofenceStatusCb()
183 auto r = mGnssGeofencingCbIface->gnssGeofenceStatusCb(status, gnssLocation); in onGeofenceStatusCb()
/hardware/qcom/gps/msm8998/android/location_api/
DGeofenceAPIClient.cpp144 GnssLocation gnssLocation; in onGeofenceBreachCb() local
145 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
159 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
178 GnssLocation gnssLocation; in onGeofenceStatusCb() local
179 memset(&gnssLocation, 0, sizeof(GnssLocation)); in onGeofenceStatusCb()
180 auto r = mGnssGeofencingCbIface->gnssGeofenceStatusCb(status, gnssLocation); in onGeofenceStatusCb()
/hardware/qcom/gps/msm8909w_3100/android/location_api/
DGeofenceAPIClient.cpp145 GnssLocation gnssLocation; in onGeofenceBreachCb() local
146 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
160 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
179 GnssLocation gnssLocation; in onGeofenceStatusCb() local
180 memset(&gnssLocation, 0, sizeof(GnssLocation)); in onGeofenceStatusCb()
181 auto r = mGnssGeofencingCbIface->gnssGeofenceStatusCb(status, gnssLocation); in onGeofenceStatusCb()
/hardware/qcom/sm7150/gps/android/2.0/location_api/
DGeofenceAPIClient.cpp147 GnssLocation gnssLocation; in onGeofenceBreachCb() local
148 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
162 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
181 GnssLocation gnssLocation; in onGeofenceStatusCb() local
182 memset(&gnssLocation, 0, sizeof(GnssLocation)); in onGeofenceStatusCb()
183 auto r = mGnssGeofencingCbIface->gnssGeofenceStatusCb(status, gnssLocation); in onGeofenceStatusCb()
DGnssAPIClient.cpp441 V2_0::GnssLocation gnssLocation; in onTrackingCb() local
442 convertGnssLocation(location, gnssLocation); in onTrackingCb()
443 auto r = gnssCbIface_2_0->gnssLocationCb_2_0(gnssLocation); in onTrackingCb()
449 V1_0::GnssLocation gnssLocation; in onTrackingCb() local
450 convertGnssLocation(location, gnssLocation); in onTrackingCb()
451 auto r = gnssCbIface->gnssLocationCb(gnssLocation); in onTrackingCb()
/hardware/qcom/sm8150p/gps/android/2.0/location_api/
DGeofenceAPIClient.cpp147 GnssLocation gnssLocation; in onGeofenceBreachCb() local
148 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
162 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
181 GnssLocation gnssLocation; in onGeofenceStatusCb() local
182 memset(&gnssLocation, 0, sizeof(GnssLocation)); in onGeofenceStatusCb()
183 auto r = mGnssGeofencingCbIface->gnssGeofenceStatusCb(status, gnssLocation); in onGeofenceStatusCb()
DGnssAPIClient.cpp440 V2_0::GnssLocation gnssLocation; in onTrackingCb() local
441 convertGnssLocation(location, gnssLocation); in onTrackingCb()
442 auto r = gnssCbIface_2_0->gnssLocationCb_2_0(gnssLocation); in onTrackingCb()
448 V1_0::GnssLocation gnssLocation; in onTrackingCb() local
449 convertGnssLocation(location, gnssLocation); in onTrackingCb()
450 auto r = gnssCbIface->gnssLocationCb(gnssLocation); in onTrackingCb()
/hardware/qcom/sm7250/gps/android/2.1/location_api/
DGeofenceAPIClient.cpp147 GnssLocation gnssLocation; in onGeofenceBreachCb() local
148 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
162 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
181 GnssLocation gnssLocation; in onGeofenceStatusCb() local
182 memset(&gnssLocation, 0, sizeof(GnssLocation)); in onGeofenceStatusCb()
183 auto r = mGnssGeofencingCbIface->gnssGeofenceStatusCb(status, gnssLocation); in onGeofenceStatusCb()
DGnssAPIClient.cpp503 V2_0::GnssLocation gnssLocation; in onTrackingCb() local
504 convertGnssLocation(location, gnssLocation); in onTrackingCb()
505 auto r = gnssCbIface_2_1->gnssLocationCb_2_0(gnssLocation); in onTrackingCb()
511 V2_0::GnssLocation gnssLocation; in onTrackingCb() local
512 convertGnssLocation(location, gnssLocation); in onTrackingCb()
513 auto r = gnssCbIface_2_0->gnssLocationCb_2_0(gnssLocation); in onTrackingCb()
519 V1_0::GnssLocation gnssLocation; in onTrackingCb() local
520 convertGnssLocation(location, gnssLocation); in onTrackingCb()
521 auto r = gnssCbIface->gnssLocationCb(gnssLocation); in onTrackingCb()
/hardware/qcom/sm7150/gps/android/1.0/location_api/
DGeofenceAPIClient.cpp147 GnssLocation gnssLocation; in onGeofenceBreachCb() local
148 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
162 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
181 GnssLocation gnssLocation; in onGeofenceStatusCb() local
182 memset(&gnssLocation, 0, sizeof(GnssLocation)); in onGeofenceStatusCb()
183 auto r = mGnssGeofencingCbIface->gnssGeofenceStatusCb(status, gnssLocation); in onGeofenceStatusCb()
/hardware/qcom/sm8150/gps/android/1.0/location_api/
DGeofenceAPIClient.cpp147 GnssLocation gnssLocation; in onGeofenceBreachCb() local
148 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
162 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
181 GnssLocation gnssLocation; in onGeofenceStatusCb() local
182 memset(&gnssLocation, 0, sizeof(GnssLocation)); in onGeofenceStatusCb()
183 auto r = mGnssGeofencingCbIface->gnssGeofenceStatusCb(status, gnssLocation); in onGeofenceStatusCb()
/hardware/qcom/sm8150p/gps/android/1.0/location_api/
DGeofenceAPIClient.cpp147 GnssLocation gnssLocation; in onGeofenceBreachCb() local
148 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
162 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
181 GnssLocation gnssLocation; in onGeofenceStatusCb() local
182 memset(&gnssLocation, 0, sizeof(GnssLocation)); in onGeofenceStatusCb()
183 auto r = mGnssGeofencingCbIface->gnssGeofenceStatusCb(status, gnssLocation); in onGeofenceStatusCb()
/hardware/qcom/sm7150/gps/android/1.1/location_api/
DGeofenceAPIClient.cpp147 GnssLocation gnssLocation; in onGeofenceBreachCb() local
148 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
162 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
181 GnssLocation gnssLocation; in onGeofenceStatusCb() local
182 memset(&gnssLocation, 0, sizeof(GnssLocation)); in onGeofenceStatusCb()
183 auto r = mGnssGeofencingCbIface->gnssGeofenceStatusCb(status, gnssLocation); in onGeofenceStatusCb()
/hardware/qcom/sm8150/gps/android/2.0/location_api/
DGeofenceAPIClient.cpp147 GnssLocation gnssLocation; in onGeofenceBreachCb() local
148 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
162 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
181 GnssLocation gnssLocation; in onGeofenceStatusCb() local
182 memset(&gnssLocation, 0, sizeof(GnssLocation)); in onGeofenceStatusCb()
183 auto r = mGnssGeofencingCbIface->gnssGeofenceStatusCb(status, gnssLocation); in onGeofenceStatusCb()
DGnssAPIClient.cpp442 V2_0::GnssLocation gnssLocation; in onTrackingCb() local
443 convertGnssLocation(location, gnssLocation); in onTrackingCb()
444 auto r = gnssCbIface_2_0->gnssLocationCb_2_0(gnssLocation); in onTrackingCb()
450 V1_0::GnssLocation gnssLocation; in onTrackingCb() local
451 convertGnssLocation(location, gnssLocation); in onTrackingCb()
452 auto r = gnssCbIface->gnssLocationCb(gnssLocation); in onTrackingCb()
/hardware/qcom/sm7250/gps/android/2.0/location_api/
DGeofenceAPIClient.cpp147 GnssLocation gnssLocation; in onGeofenceBreachCb() local
148 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
162 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
181 GnssLocation gnssLocation; in onGeofenceStatusCb() local
182 memset(&gnssLocation, 0, sizeof(GnssLocation)); in onGeofenceStatusCb()
183 auto r = mGnssGeofencingCbIface->gnssGeofenceStatusCb(status, gnssLocation); in onGeofenceStatusCb()
DGnssAPIClient.cpp442 V2_0::GnssLocation gnssLocation; in onTrackingCb() local
443 convertGnssLocation(location, gnssLocation); in onTrackingCb()
444 auto r = gnssCbIface_2_0->gnssLocationCb_2_0(gnssLocation); in onTrackingCb()
450 V1_0::GnssLocation gnssLocation; in onTrackingCb() local
451 convertGnssLocation(location, gnssLocation); in onTrackingCb()
452 auto r = gnssCbIface->gnssLocationCb(gnssLocation); in onTrackingCb()
/hardware/qcom/sm8150/gps/android/2.1/location_api/
DGeofenceAPIClient.cpp147 GnssLocation gnssLocation; in onGeofenceBreachCb() local
148 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
162 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
181 GnssLocation gnssLocation; in onGeofenceStatusCb() local
182 memset(&gnssLocation, 0, sizeof(GnssLocation)); in onGeofenceStatusCb()
183 auto r = mGnssGeofencingCbIface->gnssGeofenceStatusCb(status, gnssLocation); in onGeofenceStatusCb()
DGnssAPIClient.cpp503 V2_0::GnssLocation gnssLocation; in onTrackingCb() local
504 convertGnssLocation(location, gnssLocation); in onTrackingCb()
505 auto r = gnssCbIface_2_1->gnssLocationCb_2_0(gnssLocation); in onTrackingCb()
511 V2_0::GnssLocation gnssLocation; in onTrackingCb() local
512 convertGnssLocation(location, gnssLocation); in onTrackingCb()
513 auto r = gnssCbIface_2_0->gnssLocationCb_2_0(gnssLocation); in onTrackingCb()
519 V1_0::GnssLocation gnssLocation; in onTrackingCb() local
520 convertGnssLocation(location, gnssLocation); in onTrackingCb()
521 auto r = gnssCbIface->gnssLocationCb(gnssLocation); in onTrackingCb()
/hardware/qcom/sm8150p/gps/android/1.1/location_api/
DGeofenceAPIClient.cpp147 GnssLocation gnssLocation; in onGeofenceBreachCb() local
148 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
162 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
181 GnssLocation gnssLocation; in onGeofenceStatusCb() local
182 memset(&gnssLocation, 0, sizeof(GnssLocation)); in onGeofenceStatusCb()
183 auto r = mGnssGeofencingCbIface->gnssGeofenceStatusCb(status, gnssLocation); in onGeofenceStatusCb()
/hardware/qcom/sm7250/gps/android/1.1/location_api/
DGeofenceAPIClient.cpp147 GnssLocation gnssLocation; in onGeofenceBreachCb() local
148 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
162 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
181 GnssLocation gnssLocation; in onGeofenceStatusCb() local
182 memset(&gnssLocation, 0, sizeof(GnssLocation)); in onGeofenceStatusCb()
183 auto r = mGnssGeofencingCbIface->gnssGeofenceStatusCb(status, gnssLocation); in onGeofenceStatusCb()
/hardware/qcom/sm8150/gps/android/2.0/
DGnss.cpp498 Return<bool> Gnss::injectBestLocation(const GnssLocation& gnssLocation) { in injectBestLocation() argument
503 convertGnssLocation(gnssLocation, location); in injectBestLocation()
640 Return<bool> Gnss::injectBestLocation_2_0(const V2_0::GnssLocation& gnssLocation) { in injectBestLocation_2_0() argument
645 convertGnssLocation(gnssLocation, location); in injectBestLocation_2_0()

12