Home
last modified time | relevance | path

Searched defs:setBatchSize (Results 1 – 9 of 9) sorted by relevance

/aosp12/hardware/qcom/sm8150p/gps/batching/
H A DBatchingAdapter.h141 void setBatchSize(size_t batchSize) { mBatchSize = batchSize; } in setBatchSize() function
/aosp12/hardware/qcom/sm7250/gps/batching/
H A DBatchingAdapter.h141 void setBatchSize(size_t batchSize) { mBatchSize = batchSize; } in setBatchSize() function
/aosp12/hardware/qcom/sm7150/gps/batching/
H A DBatchingAdapter.h141 void setBatchSize(size_t batchSize) { mBatchSize = batchSize; } in setBatchSize() function
/aosp12/hardware/qcom/sm8150/gps/batching/
H A DBatchingAdapter.h141 void setBatchSize(size_t batchSize) { mBatchSize = batchSize; } in setBatchSize() function
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3FakeStream.cpp138 status_t Camera3FakeStream::setBatchSize(size_t /*batchSize*/) { in setBatchSize() function in android::camera3::Camera3FakeStream
H A DCamera3OutputStream.cpp1138 status_t Camera3OutputStream::setBatchSize(size_t batchSize) { in setBatchSize() function in android::camera3::Camera3OutputStream
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3Channel.h773 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/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