Home
last modified time | relevance | path

Searched refs:hasFlashUnit (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
DCameraFlashlight.h42 virtual status_t hasFlashUnit(const String8& cameraId,
66 bool hasFlashUnit(const String8& cameraId);
112 status_t hasFlashUnit(const String8& cameraId, bool *hasFlash);
132 status_t hasFlashUnit(const String8& cameraId, bool *hasFlash);
186 status_t hasFlashUnit(const String8& cameraId, bool *hasFlash);
DCameraFlashlight.cpp174 res = mFlashControl->hasFlashUnit(id, &hasFlash); in findFlashUnits()
195 bool CameraFlashlight::hasFlashUnit(const String8& cameraId) { in hasFlashUnit() function in android::CameraFlashlight
310 status_t ModuleFlashControl::hasFlashUnit(const String8& cameraId, bool *hasFlash) { in hasFlashUnit() function in android::ModuleFlashControl
518 status_t CameraDeviceClientFlashControl::hasFlashUnit(const String8& cameraId, in hasFlashUnit() function in android::CameraDeviceClientFlashControl
719 status_t CameraHardwareInterfaceFlashControl::hasFlashUnit( in hasFlashUnit() function in android::CameraHardwareInterfaceFlashControl
DCameraService.cpp261 if (mFlashlight->hasFlashUnit(cameraId)) { in onFirstRef()