Searched refs:IsPrelaunchSupported (Results 1 – 7 of 7) sorted by relevance
142 static napi_value IsPrelaunchSupported(napi_env env, napi_callback_info info);
240 bool IsPrelaunchSupported(string cameraId);
648 DECLARE_NAPI_FUNCTION("isPrelaunchSupported", IsPrelaunchSupported), in Init()1523 napi_value CameraManagerNapi::IsPrelaunchSupported(napi_env env, napi_callback_info info) in IsPrelaunchSupported() function in OHOS::CameraStandard::CameraManagerNapi1540 … bool isPrelaunchSupported = cameraManagerNapi->cameraManager_->IsPrelaunchSupported(cameraInfo); in IsPrelaunchSupported()
593 bool IsPrelaunchSupported(sptr<CameraDevice> camera);
1170 …Ids_.begin(), cameraIds_.end(), cameraId) != cameraIds_.end()) && IsPrelaunchSupported(cameraId)) { in SetPrelaunchConfig()1243 bool HCameraService::IsPrelaunchSupported(string cameraId) in IsPrelaunchSupported() function in OHOS::CameraStandard::HCameraService
2167 bool CameraManager::IsPrelaunchSupported(sptr<CameraDevice> camera) in IsPrelaunchSupported() function in OHOS::CameraStandard::CameraManager
7141 bool isPreLaunchSupported = camManagerObj->IsPrelaunchSupported(cameras_[0]);