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

/frameworks/av/services/camera/libcameraservice/
H A DCameraFlashlight.cpp152 res = mFlashControl->hasFlashUnit(id, &hasFlash);
173 bool CameraFlashlight::hasFlashUnit(const String8& cameraId) { function in class:android::CameraFlashlight
295 status_t ProviderFlashControl::hasFlashUnit(const String8& cameraId, bool *hasFlash) { function in class:android::ProviderFlashControl
299 *hasFlash = mProviderManager->hasFlashUnit(cameraId.string());
387 status_t CameraHardwareInterfaceFlashControl::hasFlashUnit( function in class:android::CameraHardwareInterfaceFlashControl
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.h149 bool hasFlashUnit(const std::string &id) const;
292 bool hasFlashUnit() const { return mHasFlashUnit; } function in struct:android::CameraProviderManager::ProviderInfo::DeviceInfo
H A DCameraProviderManager.cpp136 bool CameraProviderManager::hasFlashUnit(const std::string &id) const { function in class:android::CameraProviderManager
142 return deviceInfo->hasFlashUnit();
619 device->hasFlashUnit() ? "true" : "false");

Completed in 86 milliseconds