Home
last modified time | relevance | path

Searched defs:addGeofence (Results 1 – 23 of 23) sorted by relevance

/aosp12/hardware/qcom/gps/msm8909w_3100/android/
H A DGnssGeofencing.cpp76 Return<void> GnssGeofencing::addGeofence( in addGeofence() function in android::hardware::gnss::V1_0::implementation::GnssGeofencing
/aosp12/hardware/qcom/gps/msm8998/android/
H A DGnssGeofencing.cpp76 Return<void> GnssGeofencing::addGeofence( in addGeofence() function in android::hardware::gnss::V1_0::implementation::GnssGeofencing
/aosp12/hardware/qcom/sdm845/gps/sdm845/android/
H A DGnssGeofencing.cpp76 Return<void> GnssGeofencing::addGeofence( in addGeofence() function in android::hardware::gnss::V1_1::implementation::GnssGeofencing
/aosp12/hardware/qcom/sm8150p/gps/android/1.0/
H A DGnssGeofencing.cpp76 Return<void> GnssGeofencing::addGeofence( in addGeofence() function in android::hardware::gnss::V1_0::implementation::GnssGeofencing
/aosp12/hardware/qcom/sm8150p/gps/android/1.1/
H A DGnssGeofencing.cpp76 Return<void> GnssGeofencing::addGeofence( in addGeofence() function in android::hardware::gnss::V1_1::implementation::GnssGeofencing
/aosp12/hardware/qcom/sm8150p/gps/android/2.0/
H A DGnssGeofencing.cpp76 Return<void> GnssGeofencing::addGeofence( in addGeofence() function in android::hardware::gnss::V2_0::implementation::GnssGeofencing
/aosp12/hardware/qcom/sm7250/gps/android/1.0/
H A DGnssGeofencing.cpp76 Return<void> GnssGeofencing::addGeofence( in addGeofence() function in android::hardware::gnss::V1_0::implementation::GnssGeofencing
/aosp12/hardware/qcom/sm7250/gps/android/1.1/
H A DGnssGeofencing.cpp76 Return<void> GnssGeofencing::addGeofence( in addGeofence() function in android::hardware::gnss::V1_1::implementation::GnssGeofencing
/aosp12/hardware/qcom/sm7250/gps/android/2.0/
H A DGnssGeofencing.cpp76 Return<void> GnssGeofencing::addGeofence( in addGeofence() function in android::hardware::gnss::V2_0::implementation::GnssGeofencing
/aosp12/hardware/qcom/sm7250/gps/android/2.1/
H A DGnssGeofencing.cpp76 Return<void> GnssGeofencing::addGeofence( in addGeofence() function in android::hardware::gnss::V2_1::implementation::GnssGeofencing
/aosp12/hardware/qcom/sm7150/gps/android/2.0/
H A DGnssGeofencing.cpp76 Return<void> GnssGeofencing::addGeofence( in addGeofence() function in android::hardware::gnss::V2_0::implementation::GnssGeofencing
/aosp12/hardware/qcom/sm7150/gps/android/1.1/
H A DGnssGeofencing.cpp76 Return<void> GnssGeofencing::addGeofence( in addGeofence() function in android::hardware::gnss::V1_1::implementation::GnssGeofencing
/aosp12/hardware/qcom/sm7150/gps/android/1.0/
H A DGnssGeofencing.cpp76 Return<void> GnssGeofencing::addGeofence( in addGeofence() function in android::hardware::gnss::V1_0::implementation::GnssGeofencing
/aosp12/hardware/qcom/sdm845/gps/msm8998/android/
H A DGnssGeofencing.cpp76 Return<void> GnssGeofencing::addGeofence( in addGeofence() function in android::hardware::gnss::V1_0::implementation::GnssGeofencing
/aosp12/hardware/qcom/sm8150/gps/android/1.0/
H A DGnssGeofencing.cpp76 Return<void> GnssGeofencing::addGeofence( in addGeofence() function in android::hardware::gnss::V1_0::implementation::GnssGeofencing
/aosp12/hardware/qcom/sm8150/gps/android/1.1/
H A DGnssGeofencing.cpp76 Return<void> GnssGeofencing::addGeofence( in addGeofence() function in android::hardware::gnss::V1_1::implementation::GnssGeofencing
/aosp12/hardware/qcom/sm8150/gps/android/2.0/
H A DGnssGeofencing.cpp76 Return<void> GnssGeofencing::addGeofence( in addGeofence() function in android::hardware::gnss::V2_0::implementation::GnssGeofencing
/aosp12/hardware/qcom/sm8150/gps/android/2.1/
H A DGnssGeofencing.cpp76 Return<void> GnssGeofencing::addGeofence( in addGeofence() function in android::hardware::gnss::V2_1::implementation::GnssGeofencing
/aosp12/hardware/interfaces/gnss/1.0/default/
H A DGnssGeofencing.cpp168 Return<void> GnssGeofencing::addGeofence( in addGeofence() function in android::hardware::gnss::V1_0::implementation::GnssGeofencing
/aosp12/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardware.java270 public boolean addGeofence(int geofenceId, int monitoringType, GeofenceHardwareRequest in addGeofence() method in GeofenceHardware
/aosp12/frameworks/base/services/core/java/com/android/server/location/geofence/
H A DGeofenceManager.java295 public void addGeofence(Geofence geofence, PendingIntent pendingIntent, String packageName, in addGeofence() method in GeofenceManager
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/
H A DFakeGnssHal.java592 protected boolean addGeofence(int geofenceId, double latitude, double longitude, double radius, in addGeofence() method in FakeGnssHal
/aosp12/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
H A DGnssNative.java826 public boolean addGeofence(int geofenceId, double latitude, double longitude, double radius, in addGeofence() method in GnssNative
1357 protected boolean addGeofence(int geofenceId, double latitude, double longitude, in addGeofence() method in GnssNative.GnssHal