Home
last modified time | relevance | path

Searched refs:needToWait (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/qcom/sm8150p/gps/location/
H A DLocationAPI.cpp243 bool needToWait = (removeFromGnssInf || removeFromBatchingInf || removeFromGeofenceInf); in destroy() local
246 needToWait); in destroy()
248 if ((NULL != destroyCompleteCb) && (true == needToWait)) { in destroy()
279 if ((NULL != destroyCompleteCb) && (false == needToWait)) { in destroy()
/aosp12/hardware/qcom/sm7150/gps/location/
H A DLocationAPI.cpp239 bool needToWait = (removeFromGnssInf || removeFromBatchingInf || removeFromGeofenceInf); in destroy() local
242 needToWait); in destroy()
244 if ((NULL != destroyCompleteCb) && (true == needToWait)) { in destroy()
275 if ((NULL != destroyCompleteCb) && (false == needToWait)) { in destroy()
/aosp12/hardware/qcom/sm7250/gps/location/
H A DLocationAPI.cpp293 bool needToWait = (removeFromGnssInf || removeFromBatchingInf || removeFromGeofenceInf); in destroy() local
296 needToWait); in destroy()
298 if ((NULL != destroyCompleteCb) && (true == needToWait)) { in destroy()
329 if (!needToWait) { in destroy()
/aosp12/hardware/qcom/sm8150/gps/location/
H A DLocationAPI.cpp293 bool needToWait = (removeFromGnssInf || removeFromBatchingInf || removeFromGeofenceInf); in destroy() local
296 needToWait); in destroy()
298 if ((NULL != destroyCompleteCb) && (true == needToWait)) { in destroy()
329 if (!needToWait) { in destroy()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DApkChecksums.java348 if (needToWait(file, required, checksums, injector)) { in processRequiredChecksums()
525 private static boolean needToWait(File file, in needToWait() method in ApkChecksums
/aosp12/frameworks/base/services/
H A Dart-profile29047 HSPLcom/android/server/pm/ApkChecksums;->needToWait(Ljava/io/File;ILjava/util/Map;Lcom/android/serv…