Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsound_id_manager.cpp30 SoundIDManager::SoundIDManager() : isParsingThreadPoolStarted_(false), quitQueue_(false) in SoundIDManager()
59 if (isParsingThreadPoolStarted_) { in ~SoundIDManager()
63 isParsingThreadPoolStarted_ = false; in ~SoundIDManager()
69 if (isParsingThreadPoolStarted_) { in InitThreadPool()
75 isParsingThreadPoolStarted_ = true; in InitThreadPool()
135 if (!isParsingThreadPoolStarted_) { in DoLoad()
H A Dsound_id_manager.h53 std::atomic<bool> isParsingThreadPoolStarted_; variable