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

/frameworks/av/services/camera/libcameraservice/
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 26 milliseconds