Home
last modified time | relevance | path

Searched refs:supportSetTorchMode (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
DCameraFlashlight.cpp59 if (mProviderManager->supportSetTorchMode(cameraId.string())) { in createFlashlightControl()
197 !mProviderManager->supportSetTorchMode(cameraId.string())) { in isBackwardCompatibleMode()
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.h196 bool supportSetTorchMode(const std::string &id) const;
DCameraProviderManager.cpp259 bool CameraProviderManager::supportSetTorchMode(const std::string &id) const { in supportSetTorchMode() function in android::CameraProviderManager