Home
last modified time | relevance | path

Searched refs:getBatchingTimeout (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sm8150/gps/batching/
DBatchingAdapter.cpp204 getBatchingAccuracy(), getBatchingTimeout(), in restartSessions()
238 getBatchingTimeout(), new LocApiResponse(*getContext(), [this] (LocationError err) { in restartSessions()
385 mLocApi->startBatching(sessionId, batchingOptions, getBatchingAccuracy(), getBatchingTimeout(), in startBatching()
766 batchingOptions.minInterval, getBatchingTimeout(), new LocApiResponse(*getContext(), in startTripBatchingMultiplex()
845 getBatchingTimeout(), new LocApiResponse(*getContext(), in startTripBatchingMultiplex()
1005 getBatchingTimeout(), new LocApiResponse(*getContext(), in restartTripBatching()
DBatchingAdapter.h146 uint32_t getBatchingTimeout() { return mBatchingTimeout; } in getBatchingTimeout() function