HomeSort by relevance Sort by last modified time
    Searched defs:mCameraService (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
CameraBinderTestUtils.java 15 private final ICameraService mCameraService;
38 this.mCameraService = ICameraService.Stub.asInterface(cameraServiceBinder);
88 return mCameraService;
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 189 sp<CameraService> mCameraService; // immutable after constructor
  /frameworks/base/core/java/android/hardware/camera2/
CameraManager.java 68 private ICameraService mCameraService;
583 * <p>Sets mCameraService to a valid pointer or null if the connection does not succeed.</p>
586 mCameraService = null;
589 // Camera service is now down, leave mCameraService as null
595 // Camera service is now down, leave mCameraService as null
616 mCameraService = cameraService;
622 // Camera service is now down, leave mCameraService as null
634 if (mCameraService == null) {
637 if (mCameraService == null) {
641 return mCameraService;
    [all...]

Completed in 1296 milliseconds