Home
last modified time | relevance | path

Searched refs:SystemSoundManager_ (Results 1 - 2 of 2) sorted by relevance

/base/telephony/call_manager/services/audio/src/
H A Dring.cpp43 SystemSoundManager_ = Media::SystemSoundManagerFactory::CreateSystemSoundManager(); in Init()
44 if (SystemSoundManager_ == nullptr) { in Init()
52 if (SystemSoundManager_ == nullptr || audioPlayer_ == nullptr) { in Play()
53 TELEPHONY_LOGE("SystemSoundManager_ or audioPlayer_ is nullptr"); in Play()
59 RingtonePlayer_ = SystemSoundManager_->GetRingtonePlayer(context, type); in Play()
/base/telephony/call_manager/services/audio/include/
H A Dring.h54 std::shared_ptr<Media::SystemSoundManager> SystemSoundManager_ = nullptr; member in OHOS::Telephony::Ring

Completed in 1 milliseconds