/aosp12/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
H A D | ICameraDeviceUser.hal | 108 beginConfigure() generates (Status status); 114 * (i.e. after a call to beginConfigure and subsequent 131 * Note: deleteStream() must only be called within a beginConfigure() and an 142 * Note: createStream() must only be called within a beginConfigure() and an 186 * beginConfigure()/endConfigure() blocks and also when the device
|
/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/ |
H A D | ICameraDeviceUserWrapper.java | 104 public void beginConfigure() throws CameraAccessException { in beginConfigure() method in ICameraDeviceUserWrapper 106 mRemoteDevice.beginConfigure(); in beginConfigure()
|
H A D | CameraDeviceImpl.java | 477 mRemoteDevice.beginConfigure(); in configureStreamsChecked()
|
/aosp12/frameworks/av/services/camera/libcameraservice/hidl/ |
H A D | HidlCameraDeviceUser.cpp | 192 Return<HStatus> HidlCameraDeviceUser::beginConfigure() { in beginConfigure() function in android::frameworks::cameraservice::device::V2_1::implementation::HidlCameraDeviceUser 193 binder::Status ret = mDeviceRemote->beginConfigure(); in beginConfigure()
|
H A D | HidlCameraDeviceUser.h | 82 virtual Return<HStatus> beginConfigure() override;
|
/aosp12/frameworks/av/camera/aidl/android/hardware/camera2/ |
H A D | ICameraDeviceUser.aidl | 57 void beginConfigure(); in beginConfigure() method
|
/aosp12/frameworks/hardware/interfaces/cameraservice/vts/functional/ |
H A D | VtsHalCameraServiceV2_0TargetTest.cpp | 465 Return<Status> ret = deviceRemote->beginConfigure(); in TEST_P() 553 ret = deviceRemote2_1->beginConfigure(); in TEST_P()
|
/aosp12/frameworks/av/services/camera/libcameraservice/api2/ |
H A D | CameraDeviceClient.h | 94 virtual binder::Status beginConfigure() override;
|
H A D | CameraDeviceClient.cpp | 520 binder::Status CameraDeviceClient::beginConfigure() { in beginConfigure() function in android::CameraDeviceClient
|
/aosp12/frameworks/av/camera/tests/ |
H A D | CameraBinderTests.cpp | 512 res = device->beginConfigure(); in TEST_F() 628 res = device->beginConfigure(); in TEST_F()
|
/aosp12/frameworks/av/services/camera/libcameraservice/libcameraservice_fuzzer/ |
H A D | camera_service_fuzzer.cpp | 535 device->beginConfigure(); in process()
|
/aosp12/frameworks/av/camera/ndk/impl/ |
H A D | ACameraDevice.cpp | 685 binder::Status remoteRet = mRemote->beginConfigure(); in configureStreamsLocked()
|
/aosp12/frameworks/av/camera/ndk/ndk_vendor/impl/ |
H A D | ACameraDevice.cpp | 674 auto remoteRet = mRemote->beginConfigure(); in configureStreamsLocked()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 21757 Landroid/hardware/camera2/ICameraDeviceUser$Stub$Proxy;->beginConfigure()V 21800 Landroid/hardware/camera2/ICameraDeviceUser;->beginConfigure()V 22129 Landroid/hardware/camera2/impl/ICameraDeviceUserWrapper;->beginConfigure()V
|