Searched refs:mCameraService (Results 1 – 7 of 7) sorted by relevance
15 private final ICameraService mCameraService; field in CameraBinderTestUtils38 this.mCameraService = ICameraService.Stub.asInterface(cameraServiceBinder); in CameraBinderTestUtils()88 return mCameraService; in getCameraService()
589 private ICameraService mCameraService; field in CameraManager.CameraManagerGlobal613 if (mCameraService == null) { in getCameraService()616 if (mCameraService == null) { in getCameraService()620 return mCameraService; in getCameraService()630 mCameraService = null; in connectCameraServiceLocked()661 mCameraService = cameraService; in connectCameraServiceLocked()843 if (mCameraService == null) return; in binderDied()845 mCameraService = null; in binderDied()
103 Mutex* lock = mCameraService->getClientLockById(mCameraId); in ~CameraClient()439 mCameraService->playSound(CameraService::SOUND_RECORDING); in startRecordingMode()468 mCameraService->playSound(CameraService::SOUND_RECORDING); in stopRecording()646 mCameraService->playSound(CameraService::SOUND_RECORDING); in sendCommand()802 mCameraService->playSound(CameraService::SOUND_SHUTTER); in handleShutter()
1037 mCameraService->playSound(CameraService::SOUND_RECORDING); in startRecordingL()1209 mCameraService->playSound(CameraService::SOUND_RECORDING); in stopRecording()1629 mCameraService->playSound(CameraService::SOUND_RECORDING); in commandPlayRecordingSoundL()
1389 mCameraService->releaseSound(); in ~Client()1402 mCameraService = cameraService; in BasicClient()1420 mCameraService->removeClientByRemote(mRemoteBinder); in disconnect()1451 mCameraService->updateStatus(ICameraServiceListener::STATUS_NOT_AVAILABLE, in startCameraOps()1474 mCameraService->updateStatus(ICameraServiceListener::STATUS_PRESENT, in finishCameraOps()1549 mCameraService->setCameraFree(mCameraId); in disconnect()
189 sp<CameraService> mCameraService; // immutable after constructor variable
298 return TClientBase::mCameraService; in getCameraService()