Home
last modified time | relevance | path

Searched refs:batchingAccuracy (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/qcom/sm8150p/gps/batching/
H A DBatchingAdapter.cpp72 uint32_t batchingAccuracy = 0; in readConfigCommand() local
80 {"ACCURACY", &batchingAccuracy, NULL, 'n'}, in readConfigCommand()
85 __func__, batchSize, tripBatchSize, batchingAccuracy, batchingTimeout); in readConfigCommand()
90 mAdapter.setBatchingAccuracy(batchingAccuracy); in readConfigCommand()
/aosp12/hardware/qcom/sm7250/gps/batching/
H A DBatchingAdapter.cpp67 uint32_t batchingAccuracy = 0; in readConfigCommand() local
75 {"ACCURACY", &batchingAccuracy, NULL, 'n'}, in readConfigCommand()
80 __func__, batchSize, tripBatchSize, batchingAccuracy, batchingTimeout); in readConfigCommand()
85 mAdapter.setBatchingAccuracy(batchingAccuracy); in readConfigCommand()
/aosp12/hardware/qcom/sm7150/gps/batching/
H A DBatchingAdapter.cpp72 uint32_t batchingAccuracy = 0; in readConfigCommand() local
80 {"ACCURACY", &batchingAccuracy, NULL, 'n'}, in readConfigCommand()
85 __func__, batchSize, tripBatchSize, batchingAccuracy, batchingTimeout); in readConfigCommand()
90 mAdapter.setBatchingAccuracy(batchingAccuracy); in readConfigCommand()
/aosp12/hardware/qcom/sm8150/gps/batching/
H A DBatchingAdapter.cpp73 uint32_t batchingAccuracy = 0; in readConfigCommand() local
81 {"ACCURACY", &batchingAccuracy, NULL, 'n'}, in readConfigCommand()
86 __func__, batchSize, tripBatchSize, batchingAccuracy, batchingTimeout); in readConfigCommand()
91 mAdapter.setBatchingAccuracy(batchingAccuracy); in readConfigCommand()