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);
206 status_t hasFlashUnitLocked(const String8& cameraId, bool *hasFlash);
H A DCameraFlashlight.cpp198 return hasFlashUnitLocked(cameraId);
201 bool CameraFlashlight::hasFlashUnitLocked(const String8& cameraId) { function in class:android::CameraFlashlight
235 if (hasFlashUnitLocked(String8::format("%d", i))) {
243 // close flash control that may be opened by calling hasFlashUnitLocked.
279 if (hasFlashUnitLocked(String8::format("%d", i))) {
521 return hasFlashUnitLocked(cameraId, hasFlash);
525 status_t CameraDeviceClientFlashControl::hasFlashUnitLocked( function in class:android::CameraDeviceClientFlashControl
592 status_t res = hasFlashUnitLocked(cameraId, &hasFlash);
679 res = hasFlashUnitLocked(cameraId, &hasFlash);
682 // hasFlashUnitLocked() return
719 status_t CameraHardwareInterfaceFlashControl::hasFlashUnitLocked( function in class:android::CameraHardwareInterfaceFlashControl
[all...]

Completed in 164 milliseconds