Searched refs:endConfigure (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/
H A DICameraDeviceUser.aidl50 * or endConfigure. It is not valid to call this when the device is not idle.
59 * endConfigure must be called after stream configuration is complete (i.e. after
64 int endConfigure(boolean isConstrainedHighSpeed);
/frameworks/av/include/camera/camera2/
H A DICameraDeviceUser.h86 * or endConfigure. It is not valid to call this when the device is not idle.
95 * endConfigure must be called after stream configuration is complete (i.e. after
100 virtual status_t endConfigure(bool isConstrainedHighSpeed = false) = 0;
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.h81 virtual status_t endConfigure(bool isConstrainedHighSpeed = false);
H A DCameraDeviceClient.cpp276 status_t CameraDeviceClient::endConfigure(bool isConstrainedHighSpeed) { function in class:android::CameraDeviceClient
/frameworks/av/camera/camera2/
H A DICameraDeviceUser.cpp195 virtual status_t endConfigure(bool isConstrainedHighSpeed) function in class:android::BpCameraDeviceUser
197 ALOGV("endConfigure");
594 reply->writeInt32(endConfigure(isConstrainedHighSpeed));
/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp398 EXPECT_EQ(OK, device->endConfigure());
477 EXPECT_EQ(OK, device->endConfigure());
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCameraDeviceUserShim.java459 public int endConfigure(boolean isConstrainedHighSpeed) { method in class:CameraDeviceUserShim
461 Log.d(TAG, "endConfigure called.");
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java435 mRemoteDevice.endConfigure(isConstrainedHighSpeed);

Completed in 180 milliseconds