Searched refs:CreateRecorderProfilesService (Results 1 – 6 of 6) sorted by relevance
36 std::shared_ptr<IRecorderProfilesService> CreateRecorderProfilesService() override;
70 std::shared_ptr<IRecorderProfilesService> MediaLocal::CreateRecorderProfilesService() in CreateRecorderProfilesService() function in OHOS::Media::MediaLocal
54 std::shared_ptr<IRecorderProfilesService> CreateRecorderProfilesService() override;
110 std::shared_ptr<IRecorderProfilesService> MediaClient::CreateRecorderProfilesService() in CreateRecorderProfilesService() function in OHOS::Media::MediaClient
79 virtual std::shared_ptr<IRecorderProfilesService> CreateRecorderProfilesService() = 0;
43 … recorderProfilesService_ = MediaServiceFactory::GetInstance().CreateRecorderProfilesService(); in Init()