Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/
H A DCameraFlashlight.cpp170 bool CameraFlashlight::hasFlashUnit(const String8& cameraId) { in hasFlashUnit() function in android::CameraFlashlight
295 status_t ProviderFlashControl::hasFlashUnit(const String8& cameraId, bool *hasFlash) { in hasFlashUnit() function in android::ProviderFlashControl
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.h477 bool hasFlashUnit() const { return mHasFlashUnit; } in hasFlashUnit() function
H A DCameraProviderManager.cpp230 bool CameraProviderManager::hasFlashUnit(const std::string &id) const { in hasFlashUnit() function in android::CameraProviderManager