/aosp12/hardware/qcom/sm8150p/gps/batching/ |
H A D | BatchingAdapter.h | 145 void setBatchingTimeout(uint32_t batchingTimeout) { mBatchingTimeout = batchingTimeout; } in setBatchingTimeout() argument
|
H A D | BatchingAdapter.cpp | 71 uint32_t batchingTimeout = 0; in readConfigCommand() local 79 {"BATCH_SESSION_TIMEOUT", &batchingTimeout, NULL, 'n'}, in readConfigCommand() 85 __func__, batchSize, tripBatchSize, batchingAccuracy, batchingTimeout); in readConfigCommand() 89 mAdapter.setBatchingTimeout(batchingTimeout); in readConfigCommand()
|
/aosp12/hardware/qcom/sm7250/gps/batching/ |
H A D | BatchingAdapter.h | 145 void setBatchingTimeout(uint32_t batchingTimeout) { mBatchingTimeout = batchingTimeout; } in setBatchingTimeout() argument
|
H A D | BatchingAdapter.cpp | 66 uint32_t batchingTimeout = 0; in readConfigCommand() local 74 {"BATCH_SESSION_TIMEOUT", &batchingTimeout, NULL, 'n'}, in readConfigCommand() 80 __func__, batchSize, tripBatchSize, batchingAccuracy, batchingTimeout); in readConfigCommand() 84 mAdapter.setBatchingTimeout(batchingTimeout); in readConfigCommand()
|
/aosp12/hardware/qcom/sm7150/gps/batching/ |
H A D | BatchingAdapter.h | 145 void setBatchingTimeout(uint32_t batchingTimeout) { mBatchingTimeout = batchingTimeout; } in setBatchingTimeout() argument
|
H A D | BatchingAdapter.cpp | 71 uint32_t batchingTimeout = 0; in readConfigCommand() local 79 {"BATCH_SESSION_TIMEOUT", &batchingTimeout, NULL, 'n'}, in readConfigCommand() 85 __func__, batchSize, tripBatchSize, batchingAccuracy, batchingTimeout); in readConfigCommand() 89 mAdapter.setBatchingTimeout(batchingTimeout); in readConfigCommand()
|
/aosp12/hardware/qcom/sm8150/gps/batching/ |
H A D | BatchingAdapter.h | 145 void setBatchingTimeout(uint32_t batchingTimeout) { mBatchingTimeout = batchingTimeout; } in setBatchingTimeout() argument
|
H A D | BatchingAdapter.cpp | 72 uint32_t batchingTimeout = 0; in readConfigCommand() local 80 {"BATCH_SESSION_TIMEOUT", &batchingTimeout, NULL, 'n'}, in readConfigCommand() 86 __func__, batchSize, tripBatchSize, batchingAccuracy, batchingTimeout); in readConfigCommand() 90 mAdapter.setBatchingTimeout(batchingTimeout); in readConfigCommand()
|
/aosp12/hardware/qcom/sm8150p/gps/core/ |
H A D | LocApiBase.h | 294 uint32_t ongoingTripInterval, uint32_t batchingTimeout,
|
/aosp12/hardware/qcom/sm7150/gps/core/ |
H A D | LocApiBase.h | 299 uint32_t ongoingTripInterval, uint32_t batchingTimeout,
|
/aosp12/hardware/qcom/sm7250/gps/core/ |
H A D | LocApiBase.h | 309 uint32_t ongoingTripInterval, uint32_t batchingTimeout,
|
/aosp12/hardware/qcom/sm8150/gps/core/ |
H A D | LocApiBase.h | 309 uint32_t ongoingTripInterval, uint32_t batchingTimeout,
|