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

/frameworks/av/camera/aidl/android/hardware/camera2/
H A DICameraDeviceUser.aidl51 * or endConfigure. It is not valid to call this when the device is not idle.
60 * endConfigure must be called after stream configuration is complete (i.e. after
65 void endConfigure(boolean isConstrainedHighSpeed);
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DICameraDeviceUserWrapper.java109 public void endConfigure(boolean isConstrainedHighSpeed) throws CameraAccessException { method in class:ICameraDeviceUserWrapper
111 mRemoteDevice.endConfigure(isConstrainedHighSpeed);
H A DCameraDeviceImpl.java459 mRemoteDevice.endConfigure(isConstrainedHighSpeed);
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.h86 virtual binder::Status endConfigure(bool isConstrainedHighSpeed = false);
H A DCameraDeviceClient.cpp304 binder::Status CameraDeviceClient::endConfigure(bool isConstrainedHighSpeed) { function in class:android::CameraDeviceClient
/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp465 res = device->endConfigure(/*isConstrainedHighSpeed*/ false);
563 res = device->endConfigure(/*isConstrainedHighSpeed*/ false);
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCameraDeviceUserShim.java489 public void endConfigure(boolean isConstrainedHighSpeed) { method in class:CameraDeviceUserShim
491 Log.d(TAG, "endConfigure called.");
/frameworks/av/camera/ndk/impl/
H A DACameraDevice.cpp604 remoteRet = mRemote->endConfigure(/*isConstrainedHighSpeed*/ false);

Completed in 108 milliseconds