Searched defs:isTorchSupported (Results 1 – 5 of 5) sorted by relevance
375 bool* isTorchSupported) in OH_CameraManager_IsTorchSupported()390 Camera_TorchMode torchMode, bool* isTorchSupported) in OH_CameraManager_IsTorchSupportedByTorchMode()
776 Camera_ErrorCode Camera_Manager::IsTorchSupported(bool* isTorchSupported) in IsTorchSupported()785 …ode Camera_Manager::IsTorchSupportedByTorchMode(Camera_TorchMode torchMode, bool* isTorchSupported) in IsTorchSupportedByTorchMode()
3877 bool isTorchSupported = false; variable3938 bool isTorchSupported = false; variable
5447 bool isTorchSupported = cameraManager->IsTorchSupported(); variable5478 bool isTorchSupported = cameraManager->IsTorchSupported(); variable
1643 bool isTorchSupported = CameraManager::GetInstance()->IsTorchSupported(); in IsTorchSupported() local