Lines Matching refs:VoiceManager
37 VoiceManager& VoiceManager::GetInstance() in GetInstance()
39 static VoiceManager instance; in GetInstance()
44 VoiceManager::VoiceManager() in VoiceManager() function in nw::snd::internal::driver::VoiceManager
49 size_t VoiceManager::GetRequiredMemSize( int voiceCount ) in GetRequiredMemSize()
54 void VoiceManager::Initialize( void* mem, size_t memSize ) in Initialize()
72 void VoiceManager::Finalize() in Finalize()
89 void VoiceManager::StopAllVoices() in StopAllVoices()
108 Voice* VoiceManager::AllocVoice( in AllocVoice()
136 void VoiceManager::FreeVoice( Voice* voice ) in FreeVoice()
143 void VoiceManager::UpdateAllVoices() in UpdateAllVoices()
173 void VoiceManager::AppendVoiceList( Voice* voice ) in AppendVoiceList()
191 void VoiceManager::RemoveVoiceList( Voice* voice ) in RemoveVoiceList()
197 void VoiceManager::ChangeVoicePriority( Voice* voice ) in ChangeVoicePriority()
207 void VoiceManager::UpdateEachVoicePriority( in UpdateEachVoicePriority()
228 void VoiceManager::UpdateAllVoicesSync( u32 syncFlag ) in UpdateAllVoicesSync()
239 int VoiceManager::DropLowestPriorityVoice( int priority ) in DropLowestPriorityVoice()
267 int VoiceManager::GetVoiceCount() const in GetVoiceCount()
284 unsigned long VoiceManager::GetActiveCount() const in GetActiveCount()
291 unsigned long VoiceManager::GetFreeCount() const in GetFreeCount()
298 const VoiceManager::VoiceList& VoiceManager::GetVoiceList() const in GetVoiceList()