Home
last modified time | relevance | path

Searched refs:mFlashlight (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/powermodel/src/com/android/powermodel/
DPowerProfile.java94 private final FlashlightProfile mFlashlight = new FlashlightProfile(); field in PowerProfile.Parser
150 mResult.mComponents.put(Component.FLASHLIGHT, mFlashlight); in parse()
179 mFlashlight.onMa = value; in onItem()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp197 if (nullptr == mFlashlight.get()) { in enumerateProviders()
198 mFlashlight = new CameraFlashlight(mCameraProviderManager, this); in enumerateProviders()
201 res = mFlashlight->findFlashUnits(); in enumerateProviders()
299 if (mFlashlight->hasFlashUnit(id)) { in addStates()
312 if (mFlashlight->hasFlashUnit(id)) { in removeStates()
1478 mFlashlight->prepareDeviceOpen(cameraId); in connectHelper()
1639 status_t err = mFlashlight->setTorchMode(id, enabled); in setTorchMode()
2441 sCameraService->mFlashlight->deviceClosed(mCameraIdStr); in disconnect()
3234 status_t res = mFlashlight->setTorchMode(cameraId, false); in handleTorchClientBinderDied()
DCameraService.h881 sp<CameraFlashlight> mFlashlight; variable