/aosp12/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | Camera3OutputStreamInterface.h | 110 virtual status_t setBatchSize(size_t batchSize = 1) = 0;
|
H A D | Camera3FakeStream.h | 101 virtual status_t setBatchSize(size_t batchSize) override;
|
H A D | Camera3FakeStream.cpp | 138 status_t Camera3FakeStream::setBatchSize(size_t /*batchSize*/) { in setBatchSize() function in android::camera3::Camera3FakeStream
|
H A D | Camera3OutputStream.h | 224 virtual status_t setBatchSize(size_t batchSize = 1) override;
|
H A D | Camera3OutputStream.cpp | 1138 status_t Camera3OutputStream::setBatchSize(size_t batchSize) { in setBatchSize() function in android::camera3::Camera3OutputStream
|
H A D | Camera3Device.cpp | 947 outputStream->setBatchSize(requestList->size()); in convertMetadataListToRequestListLocked()
|
/aosp12/hardware/qcom/sm8150p/gps/batching/ |
H A D | BatchingAdapter.h | 141 void setBatchSize(size_t batchSize) { mBatchSize = batchSize; } in setBatchSize() function
|
H A D | BatchingAdapter.cpp | 87 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 D | BatchingAdapter.h | 141 void setBatchSize(size_t batchSize) { mBatchSize = batchSize; } in setBatchSize() function
|
H A D | BatchingAdapter.cpp | 82 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 D | BatchingAdapter.h | 141 void setBatchSize(size_t batchSize) { mBatchSize = batchSize; } in setBatchSize() function
|
H A D | BatchingAdapter.cpp | 87 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 D | BatchingAdapter.h | 141 void setBatchSize(size_t batchSize) { mBatchSize = batchSize; } in setBatchSize() function
|
H A D | BatchingAdapter.cpp | 88 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 D | QCamera3Channel.h | 95 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 D | QCamera3Channel.cpp | 290 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 D | LocApiBase.h | 308 virtual void setBatchSize(size_t size);
|
H A D | LocApiBase.cpp | 867 void LocApiBase::setBatchSize(size_t /*size*/)
|
/aosp12/hardware/qcom/sm7150/gps/core/ |
H A D | LocApiBase.h | 313 virtual void setBatchSize(size_t size);
|
H A D | LocApiBase.cpp | 870 void LocApiBase::setBatchSize(size_t /*size*/)
|
/aosp12/hardware/qcom/sm7250/gps/core/ |
H A D | LocApiBase.h | 323 virtual void setBatchSize(size_t size);
|
H A D | LocApiBase.cpp | 884 void LocApiBase::setBatchSize(size_t /*size*/) in open()
|
/aosp12/hardware/qcom/sm8150/gps/core/ |
H A D | LocApiBase.h | 323 virtual void setBatchSize(size_t size);
|
H A D | LocApiBase.cpp | 884 void LocApiBase::setBatchSize(size_t /*size*/) in open()
|
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/ |
H A D | FakeGnssHal.java | 283 public void setBatchSize(int batchSize) { in setBatchSize() method in FakeGnssHal
|