HomeSort by relevance Sort by last modified time
    Searched refs:hasFlashUnitLocked (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/camera/libcameraservice/
CameraFlashlight.h 90 bool hasFlashUnitLocked(const String8& cameraId);
166 status_t hasFlashUnitLocked(const String8& cameraId, bool *hasFlash, bool keepDeviceOpen);
CameraFlashlight.cpp 175 return hasFlashUnitLocked(cameraId);
178 bool CameraFlashlight::hasFlashUnitLocked(const String8& cameraId) {
223 if (hasFlashUnitLocked(String8::format("%d", i))) {
231 // close flash control that may be opened by calling hasFlashUnitLocked.
268 if (hasFlashUnitLocked(String8::format("%d", i))) {
351 res = hasFlashUnitLocked(cameraId, &hasFlash, /*keepDeviceOpen*/true);
354 // hasFlashUnitLocked() returns BAD_INDEX if mDevice is connected to
391 return hasFlashUnitLocked(cameraId, hasFlash, /*keepDeviceOpen*/false);
394 status_t CameraHardwareInterfaceFlashControl::hasFlashUnitLocked(

Completed in 108 milliseconds