Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraFlashlight.cpp171 bool CameraFlashlight::hasFlashUnit(const String8& cameraId) { in hasFlashUnit() function in android::CameraFlashlight
296 status_t ProviderFlashControl::hasFlashUnit(const String8& cameraId, bool *hasFlash) { in hasFlashUnit() function in android::ProviderFlashControl
385 status_t CameraHardwareInterfaceFlashControl::hasFlashUnit( in hasFlashUnit() function in android::CameraHardwareInterfaceFlashControl
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.h387 bool hasFlashUnit() const { return mHasFlashUnit; } in hasFlashUnit() function
DCameraProviderManager.cpp166 bool CameraProviderManager::hasFlashUnit(const std::string &id) const { in hasFlashUnit() function in android::CameraProviderManager