Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/client/
H A Dmedia_client.cpp119 …sptr<IStandardRecorderProfilesService> recorderProfilesProxy = iface_cast<IStandardRecorderProfile… in CreateRecorderProfilesService() local
120 …CHECK_AND_RETURN_RET_LOG(recorderProfilesProxy != nullptr, nullptr, "recorderProfiles proxy is nul… in CreateRecorderProfilesService()
122 …r<RecorderProfilesClient> recorderProfiles = RecorderProfilesClient::Create(recorderProfilesProxy); in CreateRecorderProfilesService()