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

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
CameraBinderTestUtils.java 16 private final ICameraService mCameraService;
34 this.mCameraService = ICameraService.Stub.asInterface(cameraServiceBinder);
84 return mCameraService;
  /frameworks/av/camera/ndk/impl/
ACameraManager.cpp 55 if (mCameraService != nullptr) {
56 IInterface::asBinder(mCameraService)->unlinkToDeath(mDeathNotifier);
57 mCameraService->removeListener(mCameraServiceListener);
67 mCameraService.clear();
78 if (mCameraService.get() == nullptr) {
80 return mCameraService;
97 mCameraService = interface_cast<hardware::ICameraService>(binder);
124 mCameraService->addListener(mCameraServiceListener, &cameraStatuses);
131 binder::Status ret = mCameraService->getCameraVendorTagDescriptor(/*out*/desc.get());
144 mCameraService->getCameraVendorTagCache
    [all...]
ACameraManager.h 62 sp<hardware::ICameraService> mCameraService;
  /frameworks/av/camera/tests/
CameraZSLTests.cpp 70 sp<ICameraService> mCameraService;
84 mCameraService = interface_cast<ICameraService>(binder);
85 rc = mCameraService->getNumberOfCameras(
94 mCameraService.clear();
174 rc = mCameraService->supportsCameraApi(cameraIdStr,
184 rc = mCameraService->getCameraCharacteristics(cameraIdStr, &metadata);
208 rc = mCameraService->connect(this, cameraId,
  /frameworks/base/core/java/android/hardware/camera2/
CameraManager.java     [all...]

Completed in 81 milliseconds