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 88 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);
CameraFlashlight.cpp 197 return hasFlashUnitLocked(cameraId);
200 bool CameraFlashlight::hasFlashUnitLocked(const String8& cameraId) {
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(
595 status_t res = hasFlashUnitLocked(cameraId, &hasFlash);
683 res = hasFlashUnitLocked(cameraId, &hasFlash, /*keepDeviceOpen*/true);
686 // hasFlashUnitLocked() returns BAD_INDEX if mDevice is connected t
    [all...]

Completed in 3081 milliseconds