Home
last modified time | relevance | path

Searched refs:removeGeofences (Results 1 – 25 of 32) sorted by relevance

12

/hardware/qcom/sm7250/gps/geofence/
Dlocation_geofence.cpp42 static void removeGeofences(LocationAPI* client, size_t count, uint32_t* ids);
56 removeGeofences,
117 static void removeGeofences(LocationAPI* client, size_t count, uint32_t* ids) in removeGeofences() function
/hardware/qcom/sm8150/gps/geofence/
Dlocation_geofence.cpp42 static void removeGeofences(LocationAPI* client, size_t count, uint32_t* ids);
56 removeGeofences,
117 static void removeGeofences(LocationAPI* client, size_t count, uint32_t* ids) in removeGeofences() function
/hardware/qcom/sm7150/gps/geofence/
Dlocation_geofence.cpp42 static void removeGeofences(LocationAPI* client, size_t count, uint32_t* ids);
56 removeGeofences,
117 static void removeGeofences(LocationAPI* client, size_t count, uint32_t* ids) in removeGeofences() function
/hardware/qcom/sm8150p/gps/geofence/
Dlocation_geofence.cpp42 static void removeGeofences(LocationAPI* client, size_t count, uint32_t* ids);
56 removeGeofences,
117 static void removeGeofences(LocationAPI* client, size_t count, uint32_t* ids) in removeGeofences() function
/hardware/qcom/sm8150p/gps/location/
DILocationAPI.h133 virtual void removeGeofences(size_t count, uint32_t* ids) = 0;
DLocationAPI.h148 virtual void removeGeofences(size_t count, uint32_t* ids) override;
Dlocation_interface.h114 void (*removeGeofences)(LocationAPI* client, size_t count, uint32_t* ids); member
DLocationAPI.cpp521 LocationAPI::removeGeofences(size_t count, uint32_t* ids) in removeGeofences() function in LocationAPI
526 gData.geofenceInterface->removeGeofences(this, count, ids); in removeGeofences()
/hardware/qcom/sm7150/gps/location/
DILocationAPI.h133 virtual void removeGeofences(size_t count, uint32_t* ids) = 0;
DLocationAPI.h148 virtual void removeGeofences(size_t count, uint32_t* ids) override;
Dlocation_interface.h121 void (*removeGeofences)(LocationAPI* client, size_t count, uint32_t* ids); member
DLocationAPI.cpp517 LocationAPI::removeGeofences(size_t count, uint32_t* ids) in removeGeofences() function in LocationAPI
522 gData.geofenceInterface->removeGeofences(this, count, ids); in removeGeofences()
/hardware/qcom/sm8150/gps/location/
DILocationAPI.h133 virtual void removeGeofences(size_t count, uint32_t* ids) = 0;
DLocationAPI.h148 virtual void removeGeofences(size_t count, uint32_t* ids) override;
Dlocation_interface.h137 void (*removeGeofences)(LocationAPI* client, size_t count, uint32_t* ids); member
DLocationAPI.cpp578 LocationAPI::removeGeofences(size_t count, uint32_t* ids) in removeGeofences() function in LocationAPI
583 gData.geofenceInterface->removeGeofences(this, count, ids); in removeGeofences()
/hardware/qcom/sm7250/gps/location/
DILocationAPI.h133 virtual void removeGeofences(size_t count, uint32_t* ids) = 0;
DLocationAPI.h148 virtual void removeGeofences(size_t count, uint32_t* ids) override;
Dlocation_interface.h137 void (*removeGeofences)(LocationAPI* client, size_t count, uint32_t* ids); member
DLocationAPI.cpp578 LocationAPI::removeGeofences(size_t count, uint32_t* ids) in removeGeofences() function in LocationAPI
583 gData.geofenceInterface->removeGeofences(this, count, ids); in removeGeofences()
/hardware/qcom/gps/msm8998/location/
Dlocation_interface.h84 void (*removeGeofences)(LocationAPI* client, size_t count, uint32_t* ids); member
DLocationAPI.cpp454 LocationAPI::removeGeofences(size_t count, uint32_t* ids) in removeGeofences() function in LocationAPI
459 gData.geofenceInterface->removeGeofences(this, count, ids); in removeGeofences()
DLocationAPIClientBase.cpp471 mLocationAPI->removeGeofences(j, sessions); in locAPIRemoveGeofences()
583 mLocationAPI->removeGeofences(j, sessions); in locAPIRemoveAllGeofences()
/hardware/qcom/gps/msm8909w_3100/location/
Dlocation_interface.h87 void (*removeGeofences)(LocationAPI* client, size_t count, uint32_t* ids); member
DLocationAPI.cpp456 LocationAPI::removeGeofences(size_t count, uint32_t* ids) in removeGeofences() function in LocationAPI
461 gData.geofenceInterface->removeGeofences(this, count, ids); in removeGeofences()

12