Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
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
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.h471 bool hasFlashUnit() const { return mHasFlashUnit; } in hasFlashUnit() function
DCameraProviderManager.cpp230 bool CameraProviderManager::hasFlashUnit(const std::string &id) const { in hasFlashUnit() function in android::CameraProviderManager