Searched refs:mCameraService (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
H A DCameraBinderTestUtils.java15 private final ICameraService mCameraService; field in class:CameraBinderTestUtils
38 this.mCameraService = ICameraService.Stub.asInterface(cameraServiceBinder);
88 return mCameraService;
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraManager.java589 private ICameraService mCameraService; field in class:CameraManager.CameraManagerGlobal
613 if (mCameraService == null) {
616 if (mCameraService == null) {
620 return mCameraService;
627 * <p>Sets mCameraService to a valid pointer or null if the connection does not succeed.</p>
630 mCameraService = null;
633 // Camera service is now down, leave mCameraService as null
639 // Camera service is now down, leave mCameraService as null
661 mCameraService = cameraService;
667 // Camera service is now down, leave mCameraService a
[all...]
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp103 Mutex* lock = mCameraService->getClientLockById(mCameraId);
439 mCameraService->playSound(CameraService::SOUND_RECORDING);
468 mCameraService->playSound(CameraService::SOUND_RECORDING);
646 mCameraService->playSound(CameraService::SOUND_RECORDING);
802 mCameraService->playSound(CameraService::SOUND_SHUTTER);
H A DCamera2Client.cpp1037 mCameraService->playSound(CameraService::SOUND_RECORDING);
1209 mCameraService->playSound(CameraService::SOUND_RECORDING);
1629 mCameraService->playSound(CameraService::SOUND_RECORDING);
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1389 mCameraService->releaseSound();
1402 mCameraService = cameraService;
1420 mCameraService->removeClientByRemote(mRemoteBinder);
1451 mCameraService->updateStatus(ICameraServiceListener::STATUS_NOT_AVAILABLE,
1474 mCameraService->updateStatus(ICameraServiceListener::STATUS_PRESENT,
1549 mCameraService->setCameraFree(mCameraId);
H A DCameraService.h189 sp<CameraService> mCameraService; // immutable after constructor member in class:android::CameraService::BasicClient
/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.cpp298 return TClientBase::mCameraService;

Completed in 177 milliseconds