Searched refs:mFlashlight (Results 1 – 3 of 3) sorted by relevance
94 private final FlashlightProfile mFlashlight = new FlashlightProfile(); field in PowerProfile.Parser150 mResult.mComponents.put(Component.FLASHLIGHT, mFlashlight); in parse()179 mFlashlight.onMa = value; in onItem()
288 if (nullptr == mFlashlight.get()) { in enumerateProviders()289 mFlashlight = new CameraFlashlight(mCameraProviderManager, this); in enumerateProviders()292 res = mFlashlight->findFlashUnits(); in enumerateProviders()489 if (mFlashlight->hasFlashUnit(cameraId)) { in addStates()502 if (mFlashlight->hasFlashUnit(cameraId)) { in removeStates()2514 mFlashlight->prepareDeviceOpen(cameraId); in connectHelper()2913 status_t err = mFlashlight->turnOnTorchWithStrengthLevel(cameraId, torchStrength); in turnOnTorchWithStrengthLevel()3048 status_t err = mFlashlight->setTorchMode(cameraId, enabled); in setTorchMode()4170 sCameraService->mFlashlight->deviceClosed(mCameraIdStr); in disconnect()5588 status_t res = mFlashlight->setTorchMode(cameraId, false); in handleTorchClientBinderDied()
1334 sp<CameraFlashlight> mFlashlight; variable