Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/gps/batching/
DBatchingAdapter.cpp419 BatchingOptions mBatchOptions; in updateBatchingOptionsCommand() member
430 mBatchOptions(batchOptions) {} in updateBatchingOptionsCommand()
439 } else if ((0 == mBatchOptions.size) || in updateBatchingOptionsCommand()
440 (mBatchOptions.batchingMode > BATCHING_MODE_NO_AUTO_REPORT)) { in updateBatchingOptionsCommand()
445 mAdapter.stopBatching(mClient, mSessionId, true, mBatchOptions); in updateBatchingOptionsCommand()
447 mAdapter.stopTripBatchingMultiplex(mClient, mSessionId, true, mBatchOptions); in updateBatchingOptionsCommand()