Home
last modified time | relevance | path

Searched refs:hasFlashUnit (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/
H A DCameraFlashlight.h41 virtual status_t hasFlashUnit(const String8& cameraId,
65 bool hasFlashUnit(const String8& cameraId);
116 status_t hasFlashUnit(const String8& cameraId, bool *hasFlash);
H A DCameraFlashlight.cpp149 res = mFlashControl->hasFlashUnit(id, &hasFlash); in findFlashUnits()
170 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
299 *hasFlash = mProviderManager->hasFlashUnit(cameraId.string()); in hasFlashUnit()
H A DCameraService.cpp387 if (mFlashlight->hasFlashUnit(id)) { in addStates()
400 if (mFlashlight->hasFlashUnit(id)) { in removeStates()
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.h205 bool hasFlashUnit(const std::string &id) const;
477 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
236 return deviceInfo->hasFlashUnit(); in hasFlashUnit()
1700 device->hasFlashUnit() ? "true" : "false"); in dump()