Home
last modified time | relevance | path

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

12

/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStreamInterface.h110 virtual status_t setBatchSize(size_t batchSize = 1) = 0;
H A DCamera3FakeStream.h101 virtual status_t setBatchSize(size_t batchSize) override;
H A DCamera3FakeStream.cpp138 status_t Camera3FakeStream::setBatchSize(size_t /*batchSize*/) { in setBatchSize() function in android::camera3::Camera3FakeStream
H A DCamera3OutputStream.h224 virtual status_t setBatchSize(size_t batchSize = 1) override;
H A DCamera3OutputStream.cpp1138 status_t Camera3OutputStream::setBatchSize(size_t batchSize) { in setBatchSize() function in android::camera3::Camera3OutputStream
H A DCamera3Device.cpp947 outputStream->setBatchSize(requestList->size()); in convertMetadataListToRequestListLocked()
/aosp12/hardware/qcom/sm8150p/gps/batching/
H A DBatchingAdapter.h141 void setBatchSize(size_t batchSize) { mBatchSize = batchSize; } in setBatchSize() function
H A DBatchingAdapter.cpp87 mAdapter.setBatchSize(batchSize); in readConfigCommand()
112 mApi.setBatchSize(mAdapter.getBatchSize()); in setConfigCommand()
178 mApi.setBatchSize(mAdapter.getBatchSize()); in handleEngineUpEvent()
/aosp12/hardware/qcom/sm7250/gps/batching/
H A DBatchingAdapter.h141 void setBatchSize(size_t batchSize) { mBatchSize = batchSize; } in setBatchSize() function
H A DBatchingAdapter.cpp82 mAdapter.setBatchSize(batchSize); in readConfigCommand()
107 mApi.setBatchSize(mAdapter.getBatchSize()); in setConfigCommand()
173 mApi.setBatchSize(mAdapter.getBatchSize()); in handleEngineUpEvent()
/aosp12/hardware/qcom/sm7150/gps/batching/
H A DBatchingAdapter.h141 void setBatchSize(size_t batchSize) { mBatchSize = batchSize; } in setBatchSize() function
H A DBatchingAdapter.cpp87 mAdapter.setBatchSize(batchSize); in readConfigCommand()
112 mApi.setBatchSize(mAdapter.getBatchSize()); in setConfigCommand()
178 mApi.setBatchSize(mAdapter.getBatchSize()); in handleEngineUpEvent()
/aosp12/hardware/qcom/sm8150/gps/batching/
H A DBatchingAdapter.h141 void setBatchSize(size_t batchSize) { mBatchSize = batchSize; } in setBatchSize() function
H A DBatchingAdapter.cpp88 mAdapter.setBatchSize(batchSize); in readConfigCommand()
113 mApi.setBatchSize(mAdapter.getBatchSize()); in setConfigCommand()
179 mApi.setBatchSize(mAdapter.getBatchSize()); in handleEngineUpEvent()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3Channel.h95 virtual int32_t setBatchSize(uint32_t);
315 virtual int32_t setBatchSize(uint32_t batchSize);
773 int32_t setBatchSize(uint32_t) override { return NO_ERROR; } in setBatchSize() function
H A 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
/aosp12/hardware/qcom/sm8150p/gps/core/
H A DLocApiBase.h308 virtual void setBatchSize(size_t size);
H A DLocApiBase.cpp867 void LocApiBase::setBatchSize(size_t /*size*/)
/aosp12/hardware/qcom/sm7150/gps/core/
H A DLocApiBase.h313 virtual void setBatchSize(size_t size);
H A DLocApiBase.cpp870 void LocApiBase::setBatchSize(size_t /*size*/)
/aosp12/hardware/qcom/sm7250/gps/core/
H A DLocApiBase.h323 virtual void setBatchSize(size_t size);
H A DLocApiBase.cpp884 void LocApiBase::setBatchSize(size_t /*size*/) in open()
/aosp12/hardware/qcom/sm8150/gps/core/
H A DLocApiBase.h323 virtual void setBatchSize(size_t size);
H A DLocApiBase.cpp884 void LocApiBase::setBatchSize(size_t /*size*/) in open()
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/
H A DFakeGnssHal.java283 public void setBatchSize(int batchSize) { in setBatchSize() method in FakeGnssHal

12