Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraFlashlight.h43 virtual status_t hasFlashUnit(const String8& cameraId,
67 bool hasFlashUnit(const String8& cameraId);
118 status_t hasFlashUnit(const String8& cameraId, bool *hasFlash);
139 status_t hasFlashUnit(const String8& cameraId, bool *hasFlash);
DCameraFlashlight.cpp150 res = mFlashControl->hasFlashUnit(id, &hasFlash); in findFlashUnits()
171 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
300 *hasFlash = mProviderManager->hasFlashUnit(cameraId.string()); in hasFlashUnit()
385 status_t CameraHardwareInterfaceFlashControl::hasFlashUnit( in hasFlashUnit() function in android::CameraHardwareInterfaceFlashControl
DCameraService.cpp340 if (mFlashlight->hasFlashUnit(id)) { in addStates()
353 if (mFlashlight->hasFlashUnit(id)) { in removeStates()
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.h193 bool hasFlashUnit(const std::string &id) const;
452 bool hasFlashUnit() const { return mHasFlashUnit; } in hasFlashUnit() function
DCameraProviderManager.cpp230 bool CameraProviderManager::hasFlashUnit(const std::string &id) const { in hasFlashUnit() function in android::CameraProviderManager
236 return deviceInfo->hasFlashUnit(); in hasFlashUnit()
1611 device->hasFlashUnit() ? "true" : "false"); in dump()