Home
last modified time | relevance | path

Searched refs:batchingTimeout (Results 1 – 12 of 12) sorted by relevance

/aosp12/hardware/qcom/sm8150p/gps/batching/
H A DBatchingAdapter.h145 void setBatchingTimeout(uint32_t batchingTimeout) { mBatchingTimeout = batchingTimeout; } in setBatchingTimeout() argument
H A DBatchingAdapter.cpp71 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 DBatchingAdapter.h145 void setBatchingTimeout(uint32_t batchingTimeout) { mBatchingTimeout = batchingTimeout; } in setBatchingTimeout() argument
H A DBatchingAdapter.cpp66 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 DBatchingAdapter.h145 void setBatchingTimeout(uint32_t batchingTimeout) { mBatchingTimeout = batchingTimeout; } in setBatchingTimeout() argument
H A DBatchingAdapter.cpp71 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 DBatchingAdapter.h145 void setBatchingTimeout(uint32_t batchingTimeout) { mBatchingTimeout = batchingTimeout; } in setBatchingTimeout() argument
H A DBatchingAdapter.cpp72 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 DLocApiBase.h294 uint32_t ongoingTripInterval, uint32_t batchingTimeout,
/aosp12/hardware/qcom/sm7150/gps/core/
H A DLocApiBase.h299 uint32_t ongoingTripInterval, uint32_t batchingTimeout,
/aosp12/hardware/qcom/sm7250/gps/core/
H A DLocApiBase.h309 uint32_t ongoingTripInterval, uint32_t batchingTimeout,
/aosp12/hardware/qcom/sm8150/gps/core/
H A DLocApiBase.h309 uint32_t ongoingTripInterval, uint32_t batchingTimeout,