Searched refs:CameraServiceBinderDecorator (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/core/java/android/hardware/camera2/
H A DCameraManager.java26 import android.hardware.camera2.utils.CameraServiceBinderDecorator;
530 if (res != CameraServiceBinderDecorator.NO_ERROR) {
650 CameraServiceBinderDecorator.newInstance(cameraServiceRaw);
653 CameraServiceBinderDecorator.throwOnError(
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DCameraServiceBinderDecorator.java31 public class CameraServiceBinderDecorator extends CameraBinderDecorator { class in inherits:CameraBinderDecorator
33 private static final String TAG = "CameraServiceBinderDecorator";

Completed in 94 milliseconds