Home
last modified time | relevance | path

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

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