Home
last modified time | relevance | path

Searched refs:recorderProfiles (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/recorder_profiles/client/
H A Drecorder_profiles_client.cpp31 …std::shared_ptr<RecorderProfilesClient> recorderProfiles = std::make_shared<RecorderProfilesClient… in Create() local
32 …CHECK_AND_RETURN_RET_LOG(recorderProfiles != nullptr, nullptr, "failed to new RecorderProfilesClie… in Create()
34 return recorderProfiles; in Create()
/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/client/
H A Dmedia_client.cpp94 …MediaClient::DestroyMediaProfileService(std::shared_ptr<IRecorderProfilesService> recorderProfiles) in DestroyMediaProfileService() argument
97 …CHECK_AND_RETURN_RET_LOG(recorderProfiles != nullptr, MSERR_NO_MEMORY, "input recorderProfiles is … in DestroyMediaProfileService()
98 recorderProfilesClientList_.remove(recorderProfiles); in DestroyMediaProfileService()
122 …std::shared_ptr<RecorderProfilesClient> recorderProfiles = RecorderProfilesClient::Create(recorder… in CreateRecorderProfilesService() local
123 …CHECK_AND_RETURN_RET_LOG(recorderProfiles != nullptr, nullptr, "failed to create recorderProfiles … in CreateRecorderProfilesService()
125 recorderProfilesClientList_.push_back(recorderProfiles); in CreateRecorderProfilesService()
126 return recorderProfiles; in CreateRecorderProfilesService()
H A Dmedia_local.cpp116 … MediaLocal::DestroyMediaProfileService(std::shared_ptr<IRecorderProfilesService> recorderProfiles) in DestroyMediaProfileService() argument
118 (void)recorderProfiles; in DestroyMediaProfileService()
H A Dmedia_local.h44 …int32_t DestroyMediaProfileService(std::shared_ptr<IRecorderProfilesService> recorderProfiles) ove…
H A Dmedia_client.h55 …int32_t DestroyMediaProfileService(std::shared_ptr<IRecorderProfilesService> recorderProfiles) ove…
/ohos5.0/foundation/multimedia/player_framework/services/include/
H A Di_media_service.h91 …int32_t DestroyMediaProfileService(std::shared_ptr<IRecorderProfilesService> recorderProfiles) = 0;