Searched refs:endConfigure (Results 1 - 9 of 9) 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.
76 * endConfigure must be called after stream configuration is complete (i.e. after
84 void endConfigure(int operatingMode, in CameraMetadataNative sessionParams);
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DICameraDeviceUserWrapper.java109 public void endConfigure(int operatingMode, CameraMetadataNative sessionParams) method in class:ICameraDeviceUserWrapper
112 mRemoteDevice.endConfigure(operatingMode, (sessionParams == null) ?
H A DCameraDeviceImpl.java472 mRemoteDevice.endConfigure(operatingMode, sessionParams.getNativeCopy());
474 mRemoteDevice.endConfigure(operatingMode, null);
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.h89 virtual binder::Status endConfigure(int operatingMode,
H A DCameraDeviceClient.cpp456 binder::Status CameraDeviceClient::endConfigure(int operatingMode, function in class:android::CameraDeviceClient
/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp489 res = device->endConfigure(/*isConstrainedHighSpeed*/ false, sessionParams);
587 res = device->endConfigure(/*isConstrainedHighSpeed*/ false, sessionParams);
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCameraDeviceUserShim.java504 public void endConfigure(int operatingMode, CameraMetadataNative sessionParams) { method in class:CameraDeviceUserShim
506 Log.d(TAG, "endConfigure called.");
/frameworks/av/camera/ndk/impl/
H A DACameraDevice.cpp724 remoteRet = mRemote->endConfigure(/*isConstrainedHighSpeed*/ false, params);
/frameworks/base/config/
H A Dboot-image-profile.txt2328 HPLandroid/hardware/camera2/ICameraDeviceUser$Stub$Proxy;->endConfigure(ILandroid/hardware/camera2/impl/CameraMetadataNative;)V
2338 HPLandroid/hardware/camera2/ICameraDeviceUser;->endConfigure(ILandroid/hardware/camera2/impl/CameraMetadataNative;)V
2488 HPLandroid/hardware/camera2/impl/ICameraDeviceUserWrapper;->endConfigure(ILandroid/hardware/camera2/impl/CameraMetadataNative;)V
[all...]

Completed in 56 milliseconds