Home
last modified time | relevance | path

Searched refs:GetCameraDeviceList (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp324 return new (std::nothrow) ProfessionSession(session, GetCameraDeviceList()); in CreateCaptureSessionImpl()
346 return new(std::nothrow) TimeLapsePhotoSession(session, GetCameraDeviceList()); in CreateCaptureSessionImpl()
962 auto cameraDeviceList = GetCameraDeviceList(); in CameraServerDied()
1105 auto cameraDeviceList = GetCameraDeviceList(); in GetCameraDeviceFromId()
1263 auto cameraDeviceList = GetCameraDeviceList(); in GetSupportedCameras()
2090 cameraDeviceList = GetCameraDeviceList(); in IsCameraMuteSupported()
2195 cameraDeviceList = GetCameraDeviceList(); in IsTorchSupported()
2368 auto cameraDeviceList = GetCameraDeviceList(); in GetSupportedCamerasWithFoldStatus()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_manager.h798 inline std::vector<sptr<CameraDevice>> GetCameraDeviceList() in GetCameraDeviceList() function