Searched refs:removeFromGeofenceInf (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/sm8150p/gps/location/ |
D | LocationAPI.cpp | 241 bool removeFromGeofenceInf = in destroy() local 243 bool needToWait = (removeFromGnssInf || removeFromBatchingInf || removeFromGeofenceInf); in destroy() 245 "need %d", removeFromGnssInf, removeFromBatchingInf, removeFromGeofenceInf, in destroy() 259 (removeFromGeofenceInf ? LOCATION_ADAPTER_GEOFENCE_TYPE_BIT : 0); in destroy() 272 if (removeFromGeofenceInf) { in destroy()
|
/hardware/qcom/sm7150/gps/location/ |
D | LocationAPI.cpp | 238 bool removeFromGeofenceInf = (NULL != gData.geofenceInterface); in destroy() local 239 bool needToWait = (removeFromGnssInf || removeFromBatchingInf || removeFromGeofenceInf); in destroy() 241 "needToWait: %d", removeFromGnssInf, removeFromBatchingInf, removeFromGeofenceInf, in destroy() 255 (removeFromGeofenceInf ? LOCATION_ADAPTER_GEOFENCE_TYPE_BIT : 0); in destroy() 268 if (removeFromGeofenceInf) { in destroy()
|
/hardware/qcom/sm8150/gps/location/ |
D | LocationAPI.cpp | 292 bool removeFromGeofenceInf = (NULL != gData.geofenceInterface); in destroy() local 293 bool needToWait = (removeFromGnssInf || removeFromBatchingInf || removeFromGeofenceInf); in destroy() 295 "needToWait: %d", removeFromGnssInf, removeFromBatchingInf, removeFromGeofenceInf, in destroy() 309 (removeFromGeofenceInf ? LOCATION_ADAPTER_GEOFENCE_TYPE_BIT : 0); in destroy() 322 if (removeFromGeofenceInf) { in destroy()
|
/hardware/qcom/sm7250/gps/location/ |
D | LocationAPI.cpp | 292 bool removeFromGeofenceInf = (NULL != gData.geofenceInterface); in destroy() local 293 bool needToWait = (removeFromGnssInf || removeFromBatchingInf || removeFromGeofenceInf); in destroy() 295 "needToWait: %d", removeFromGnssInf, removeFromBatchingInf, removeFromGeofenceInf, in destroy() 309 (removeFromGeofenceInf ? LOCATION_ADAPTER_GEOFENCE_TYPE_BIT : 0); in destroy() 322 if (removeFromGeofenceInf) { in destroy()
|