Home
last modified time | relevance | path

Searched refs:hasFlashUnitLocked (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
DCameraFlashlight.cpp173 return hasFlashUnitLocked(cameraId); in hasFlashUnit()
176 bool CameraFlashlight::hasFlashUnitLocked(const String8& cameraId) { in hasFlashUnitLocked() function in android::CameraFlashlight
224 if (hasFlashUnitLocked(id8)) { in prepareDeviceOpen()
270 if (hasFlashUnitLocked(id8)) { in deviceClosed()
351 res = hasFlashUnitLocked(cameraId, &hasFlash, /*keepDeviceOpen*/true); in setTorchMode()
389 return hasFlashUnitLocked(cameraId, hasFlash, /*keepDeviceOpen*/false); in hasFlashUnit()
392 status_t CameraHardwareInterfaceFlashControl::hasFlashUnitLocked( in hasFlashUnitLocked() function in android::CameraHardwareInterfaceFlashControl
DCameraFlashlight.h89 bool hasFlashUnitLocked(const String8& cameraId);
163 status_t hasFlashUnitLocked(const String8& cameraId, bool *hasFlash, bool keepDeviceOpen);