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

/frameworks/av/services/camera/libcameraservice/
H A DCameraFlashlight.cpp150 res = mFlashControl->hasFlashUnit(id, &hasFlash);
171 bool CameraFlashlight::hasFlashUnit(const String8& cameraId) { function in class:android::CameraFlashlight
296 status_t ProviderFlashControl::hasFlashUnit(const String8& cameraId, bool *hasFlash) { function in class:android::ProviderFlashControl
300 *hasFlash = mProviderManager->hasFlashUnit(cameraId.string());
385 status_t CameraHardwareInterfaceFlashControl::hasFlashUnit( function in class:android::CameraHardwareInterfaceFlashControl
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.h147 bool hasFlashUnit(const std::string &id) const;
297 bool hasFlashUnit() const { return mHasFlashUnit; } function in struct:android::CameraProviderManager::ProviderInfo::DeviceInfo
H A DCameraProviderManager.cpp147 bool CameraProviderManager::hasFlashUnit(const std::string &id) const { function in class:android::CameraProviderManager
153 return deviceInfo->hasFlashUnit();
678 device->hasFlashUnit() ? "true" : "false");

Completed in 74 milliseconds