HomeSort by relevance Sort by last modified time
    Searched refs:openCamera (Results 76 - 100 of 100) sorted by null

1 2 34

  /development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
HdrViewfinderActivity.java 416 mCameraOps.openCamera(id);
  /frameworks/base/core/java/android/hardware/camera2/
CameraManager.java 369 * {@link #openCamera}, or if a higher-priority camera API client begins using the
426 public void openCamera(@NonNull String cameraId,
437 * <p>The behavior of this method matches that of {@link #openCamera}, except that it allows
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
Camera2SurfaceViewTestCase.java 605 mCamera = CameraTestUtils.openCamera(
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Util.java 257 public static android.hardware.Camera openCamera(Activity activity, int cameraId)
272 throw new RuntimeException("openCamera failed", e);
Camera.java     [all...]
VideoCamera.java 388 mCameraDevice = Util.openCamera(VideoCamera.this, mCameraId);
    [all...]
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CameraControlPane.java 430 mCameraOps.openCamera(mCurrentCameraId, mCameraListener);
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
CameraOps.java 185 mCamera = mBlockingCameraManager.openCamera(devices[0],
  /device/google/marlin/camera/QCamera2/HAL/test/
qcamera_test.cpp     [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
AllocationTest.java     [all...]
PerformanceTest.java     [all...]
CameraDeviceTest.java 588 mCameraManager.openCamera(mCameraIds[i], cameraListener, mHandler);
    [all...]
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCamera2AgentImpl.java 249 mCameraManager.openCamera(mCameraId, mCameraDeviceStateCallback, this);
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWI.cpp 371 // Release the timed perf lock acquired in openCamera
    [all...]
QCameraMuxer.cpp     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsService.java 330 mCamera = mBlockingCameraManager.openCamera(devices[cameraId],
    [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3HWI.cpp 654 * FUNCTION : openCamera
665 int QCamera3HardwareInterface::openCamera(struct hw_device_t **hw_device)
677 rc = openCamera();
694 * FUNCTION : openCamera
704 int QCamera3HardwareInterface::openCamera()
837 //but avoid calling the same during bootup. Refer to openCamera
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3HWI.cpp 630 * FUNCTION : openCamera
641 int QCamera3HardwareInterface::openCamera(struct hw_device_t **hw_device)
649 rc = openCamera();
660 * FUNCTION : openCamera
670 int QCamera3HardwareInterface::openCamera()
    [all...]