Searched refs:batchingAccuracy (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/qcom/sm8150p/gps/batching/ |
H A D | BatchingAdapter.cpp | 72 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 D | BatchingAdapter.cpp | 67 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 D | BatchingAdapter.cpp | 72 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 D | BatchingAdapter.cpp | 73 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()
|