Searched refs:SystemTonePlayerImpl (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_tone_player/ |
H A D | system_tone_player_impl.cpp | 84 SystemTonePlayerImpl::SystemTonePlayerImpl(const shared_ptr<Context> &context, in SystemTonePlayerImpl() function in OHOS::Media::SystemTonePlayerImpl 100 SystemTonePlayerImpl::~SystemTonePlayerImpl() in ~SystemTonePlayerImpl() 198 void SystemTonePlayerImpl::UpdateStreamId() in UpdateStreamId() 313 bool SystemTonePlayerImpl::InitDataShareHelper() in InitDataShareHelper() 322 void SystemTonePlayerImpl::ReleaseDataShareHelper() in ReleaseDataShareHelper() 388 int32_t SystemTonePlayerImpl::Prepare() in Prepare() 407 int32_t SystemTonePlayerImpl::Start() in Start() 467 int32_t SystemTonePlayerImpl::Release() in Release() 489 std::string SystemTonePlayerImpl::GetTitle() const in GetTitle() 512 void SystemTonePlayerImpl::DeleteAllPlayer() in DeleteAllPlayer() [all …]
|
H A D | system_tone_player_impl.h | 26 class SystemTonePlayerImpl : public SystemTonePlayer, public std::enable_shared_from_this<SystemTon… 28 SystemTonePlayerImpl(const std::shared_ptr<AbilityRuntime::Context> &context, 30 ~SystemTonePlayerImpl(); 98 …explicit SystemTonePlayerCallback(int32_t streamId, std::shared_ptr<SystemTonePlayerImpl> systemTo… 106 std::weak_ptr<SystemTonePlayerImpl> systemTonePlayerImpl_;
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/tone_player_test/src/ |
H A D | system_tone_player_unit_test.cpp | 40 …auto systemTonePlayerImpl_ = std::make_shared<SystemTonePlayerImpl>(context_, *systemSoundMgr_, sy… 56 …auto systemTonePlayerImpl_ = std::make_shared<SystemTonePlayerImpl>(context_, *systemSoundMgr_, sy… 74 …auto systemTonePlayerImpl_ = std::make_shared<SystemTonePlayerImpl>(context_, *systemSoundMgr_, sy… 92 …auto systemTonePlayerImpl_ = std::make_shared<SystemTonePlayerImpl>(context_, *systemSoundMgr_, sy… 110 …auto systemTonePlayerImpl_ = std::make_shared<SystemTonePlayerImpl>(context_, *systemSoundMgr_, sy… 128 …auto systemTonePlayerImpl_ = std::make_shared<SystemTonePlayerImpl>(context_, *systemSoundMgr_, sy… 148 …auto systemTonePlayerImpl_ = std::make_shared<SystemTonePlayerImpl>(context_, *systemSoundMgr_, sy… 180 …auto systemTonePlayerImpl_ = std::make_shared<SystemTonePlayerImpl>(context_, *systemSoundMgr_, sy… 196 …auto systemTonePlayerImpl_ = std::make_shared<SystemTonePlayerImpl>(context_, *systemSoundMgr_, sy… 212 …auto systemTonePlayerImpl_ = std::make_shared<SystemTonePlayerImpl>(context_, *systemSoundMgr_, sy… [all …]
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/ |
H A D | system_sound_manager_impl.cpp | 632 std::make_shared<SystemTonePlayerImpl>(context, *this, systemToneType); in GetSystemTonePlayer()
|