Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/gps/batching/
DBatchingAdapter.h141 void setBatchSize(size_t batchSize) { mBatchSize = batchSize; } in setBatchSize() function
DBatchingAdapter.cpp87 mAdapter.setBatchSize(batchSize); in readConfigCommand()
112 mApi.setBatchSize(mAdapter.getBatchSize()); in setConfigCommand()
178 mApi.setBatchSize(mAdapter.getBatchSize()); in handleEngineUpEvent()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Channel.h95 virtual int32_t setBatchSize(uint32_t);
315 virtual int32_t setBatchSize(uint32_t batchSize);
771 int32_t setBatchSize(uint32_t) override { return NO_ERROR; } in setBatchSize() function
DQCamera3Channel.cpp290 int32_t QCamera3Channel::setBatchSize(uint32_t batchSize) in setBatchSize() function in qcamera::QCamera3Channel
2070 int32_t QCamera3RegularChannel::setBatchSize(uint32_t batchSize) in setBatchSize() function in qcamera::QCamera3RegularChannel
DQCamera3HWI.cpp5385 rc = channel->setBatchSize(mBatchSize); in processCaptureRequest()
5456 rc = mDummyBatchChannel->setBatchSize(mBatchSize); in processCaptureRequest()
/hardware/qcom/sm8150/gps/core/
DLocApiBase.h302 virtual void setBatchSize(size_t size);
DLocApiBase.cpp862 void LocApiBase::setBatchSize(size_t /*size*/)