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

/frameworks/av/services/camera/libcameraservice/
H A DCameraFlashlight.h88 bool hasFlashUnitLocked(const String8& cameraId);
152 status_t hasFlashUnitLocked(const String8& cameraId, bool *hasFlash);
210 status_t hasFlashUnitLocked(const String8& cameraId, bool *hasFlash, bool keepDeviceOpen);
H A DCameraFlashlight.cpp197 return hasFlashUnitLocked(cameraId);
200 bool CameraFlashlight::hasFlashUnitLocked(const String8& cameraId) { function in class:android::CameraFlashlight
236 if (hasFlashUnitLocked(String8::format("%d", i))) {
244 // close flash control that may be opened by calling hasFlashUnitLocked.
281 if (hasFlashUnitLocked(String8::format("%d", i))) {
524 return hasFlashUnitLocked(cameraId, hasFlash);
528 status_t CameraDeviceClientFlashControl::hasFlashUnitLocked( function in class:android::CameraDeviceClientFlashControl
595 status_t res = hasFlashUnitLocked(cameraId, &hasFlash);
683 res = hasFlashUnitLocked(cameraId, &hasFlash, /*keepDeviceOpen*/true);
686 // hasFlashUnitLocked() return
726 status_t CameraHardwareInterfaceFlashControl::hasFlashUnitLocked( function in class:android::CameraHardwareInterfaceFlashControl
[all...]

Completed in 66 milliseconds