Home
last modified time | relevance | path

Searched refs:IsPrelaunchSupported (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/input/
H A Dcamera_manager_napi.h142 static napi_value IsPrelaunchSupported(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcamera_service.h240 bool IsPrelaunchSupported(string cameraId);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/
H A Dcamera_manager_napi.cpp648 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::CameraManagerNapi
1540 … bool isPrelaunchSupported = cameraManagerNapi->cameraManager_->IsPrelaunchSupported(cameraInfo); in IsPrelaunchSupported()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_manager.h593 bool IsPrelaunchSupported(sptr<CameraDevice> camera);
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_service.cpp1170 …Ids_.begin(), cameraIds_.end(), cameraId) != cameraIds_.end()) && IsPrelaunchSupported(cameraId)) { in SetPrelaunchConfig()
1243 bool HCameraService::IsPrelaunchSupported(string cameraId) in IsPrelaunchSupported() function in OHOS::CameraStandard::HCameraService
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp2167 bool CameraManager::IsPrelaunchSupported(sptr<CameraDevice> camera) in IsPrelaunchSupported() function in OHOS::CameraStandard::CameraManager
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp7141 bool isPreLaunchSupported = camManagerObj->IsPrelaunchSupported(cameras_[0]);