HomeSort by relevance Sort by last modified time
    Searched refs:UNLOCK (Results 1 - 20 of 20) sorted by null

  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraActions.java 24 public static final int UNLOCK = 4;
66 case UNLOCK:
67 return "UNLOCK";
CameraAgent.java 413 * @see android.hardware.Camera#unlock()
415 public void unlock() { method in class:CameraAgent.CameraProxy
420 getCameraHandler().sendEmptyMessage(CameraActions.UNLOCK);
422 }}, bundle.mWaitLock, CAMERA_OPERATION_TIMEOUT_MS, "camera unlock");
455 // unlock the sizes when stopPreview() is invoked (see related FIXME on
    [all...]
AndroidCameraAgentImpl.java 397 case CameraActions.UNLOCK: {
398 mCamera.unlock();
434 // TODO: Unlock the CameraSettings object's sizes
    [all...]