Searched refs:removeFromBatchingInf (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/sm8150p/gps/location/ |
D | LocationAPI.cpp | 239 bool removeFromBatchingInf = in destroy() local 243 bool needToWait = (removeFromGnssInf || removeFromBatchingInf || removeFromGeofenceInf); in destroy() 245 "need %d", removeFromGnssInf, removeFromBatchingInf, removeFromGeofenceInf, in destroy() 257 (removeFromBatchingInf ? LOCATION_ADAPTER_BATCHING_TYPE_BIT : 0); in destroy() 268 if (removeFromBatchingInf) { in destroy()
|
/hardware/qcom/sm7150/gps/location/ |
D | LocationAPI.cpp | 237 bool removeFromBatchingInf = (NULL != gData.batchingInterface); in destroy() local 239 bool needToWait = (removeFromGnssInf || removeFromBatchingInf || removeFromGeofenceInf); in destroy() 241 "needToWait: %d", removeFromGnssInf, removeFromBatchingInf, removeFromGeofenceInf, in destroy() 253 (removeFromBatchingInf ? LOCATION_ADAPTER_BATCHING_TYPE_BIT : 0); in destroy() 264 if (removeFromBatchingInf) { in destroy()
|
/hardware/qcom/sm8150/gps/location/ |
D | LocationAPI.cpp | 291 bool removeFromBatchingInf = (NULL != gData.batchingInterface); in destroy() local 293 bool needToWait = (removeFromGnssInf || removeFromBatchingInf || removeFromGeofenceInf); in destroy() 295 "needToWait: %d", removeFromGnssInf, removeFromBatchingInf, removeFromGeofenceInf, in destroy() 307 (removeFromBatchingInf ? LOCATION_ADAPTER_BATCHING_TYPE_BIT : 0); in destroy() 318 if (removeFromBatchingInf) { in destroy()
|
/hardware/qcom/sm7250/gps/location/ |
D | LocationAPI.cpp | 291 bool removeFromBatchingInf = (NULL != gData.batchingInterface); in destroy() local 293 bool needToWait = (removeFromGnssInf || removeFromBatchingInf || removeFromGeofenceInf); in destroy() 295 "needToWait: %d", removeFromGnssInf, removeFromBatchingInf, removeFromGeofenceInf, in destroy() 307 (removeFromBatchingInf ? LOCATION_ADAPTER_BATCHING_TYPE_BIT : 0); in destroy() 318 if (removeFromBatchingInf) { in destroy()
|