Searched refs:mBatchOptions (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/qcom/sm8150p/gps/batching/ |
H A D | BatchingAdapter.cpp | 419 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()
|
/aosp12/hardware/qcom/sm7250/gps/batching/ |
H A D | BatchingAdapter.cpp | 414 BatchingOptions mBatchOptions; in updateBatchingOptionsCommand() member 425 mBatchOptions(batchOptions) {} in updateBatchingOptionsCommand() 434 } else if ((0 == mBatchOptions.size) || in updateBatchingOptionsCommand() 435 (mBatchOptions.batchingMode > BATCHING_MODE_NO_AUTO_REPORT)) { in updateBatchingOptionsCommand() 440 mAdapter.stopBatching(mClient, mSessionId, true, mBatchOptions); in updateBatchingOptionsCommand() 442 mAdapter.stopTripBatchingMultiplex(mClient, mSessionId, true, mBatchOptions); in updateBatchingOptionsCommand()
|
/aosp12/hardware/qcom/sm7150/gps/batching/ |
H A D | BatchingAdapter.cpp | 419 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()
|
/aosp12/hardware/qcom/sm8150/gps/batching/ |
H A D | BatchingAdapter.cpp | 420 BatchingOptions mBatchOptions; in updateBatchingOptionsCommand() member 431 mBatchOptions(batchOptions) {} in updateBatchingOptionsCommand() 440 } else if ((0 == mBatchOptions.size) || in updateBatchingOptionsCommand() 441 (mBatchOptions.batchingMode > BATCHING_MODE_NO_AUTO_REPORT)) { in updateBatchingOptionsCommand() 446 mAdapter.stopBatching(mClient, mSessionId, true, mBatchOptions); in updateBatchingOptionsCommand() 448 mAdapter.stopTripBatchingMultiplex(mClient, mSessionId, true, mBatchOptions); in updateBatchingOptionsCommand()
|