Home
last modified time | relevance | path

Searched refs:SoundIDManager (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsound_id_manager.cpp23 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, LOG_DOMAIN_SOUNDPOOL, "SoundIDManager"};
30 SoundIDManager::SoundIDManager() : isParsingThreadPoolStarted_(false), quitQueue_(false) in SoundIDManager() function in OHOS::Media::SoundIDManager
32 MEDIA_LOGI("Construction SoundIDManager"); in SoundIDManager()
36 SoundIDManager::~SoundIDManager() in ~SoundIDManager()
38 MEDIA_LOGI("Destruction SoundIDManager"); in ~SoundIDManager()
64 int32_t SoundIDManager::InitThreadPool() in InitThreadPool()
77 int32_t SoundIDManager::Load(std::string url) in Load()
107 int32_t SoundIDManager
[all...]
H A Dsound_id_manager.h28 class SoundIDManager { class
30 SoundIDManager();
31 ~SoundIDManager();
H A Dsoundpool.h63 std::shared_ptr<SoundIDManager> soundIDManager_;
H A Dsoundpool.cpp62 soundIDManager_ = std::make_shared<SoundIDManager>(); in Init()

Completed in 2 milliseconds