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()
220 if (nullptr == mFlashlight.get()) { in enumerateProviders()221 mFlashlight = new CameraFlashlight(mCameraProviderManager, this); in enumerateProviders()224 res = mFlashlight->findFlashUnits(); in enumerateProviders()387 if (mFlashlight->hasFlashUnit(id)) { in addStates()400 if (mFlashlight->hasFlashUnit(id)) { in removeStates()1765 mFlashlight->prepareDeviceOpen(cameraId); in connectHelper()2046 status_t err = mFlashlight->setTorchMode(id, enabled); in setTorchMode()3064 sCameraService->mFlashlight->deviceClosed(mCameraIdStr); in disconnect()4140 status_t res = mFlashlight->setTorchMode(cameraId, false); in handleTorchClientBinderDied()
1047 sp<CameraFlashlight> mFlashlight; variable