Searched refs:GetCameraDeviceList (Results 1 – 2 of 2) sorted by relevance
324 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()
798 inline std::vector<sptr<CameraDevice>> GetCameraDeviceList() in GetCameraDeviceList() function