Lines Matching refs:VoiceManager
35 VoiceManager& VoiceManager::GetInstance() in GetInstance()
37 static VoiceManager instance; in GetInstance()
42 VoiceManager::VoiceManager() in VoiceManager() function in nw::snd::internal::driver::VoiceManager
47 size_t VoiceManager::GetRequiredMemSize( int voiceCount ) in GetRequiredMemSize()
52 void VoiceManager::Initialize( void* mem, size_t memSize ) in Initialize()
70 void VoiceManager::Finalize() in Finalize()
87 void VoiceManager::StopAllVoices() in StopAllVoices()
106 Voice* VoiceManager::AllocVoice( in AllocVoice()
134 void VoiceManager::FreeVoice( Voice* voice ) in FreeVoice()
141 void VoiceManager::UpdateAllVoices() in UpdateAllVoices()
171 void VoiceManager::AppendVoiceList( Voice* voice ) in AppendVoiceList()
189 void VoiceManager::RemoveVoiceList( Voice* voice ) in RemoveVoiceList()
195 void VoiceManager::ChangeVoicePriority( Voice* voice ) in ChangeVoicePriority()
205 void VoiceManager::UpdateEachVoicePriority( in UpdateEachVoicePriority()
226 void VoiceManager::UpdateAllVoicesSync( u32 syncFlag ) in UpdateAllVoicesSync()
237 int VoiceManager::DropLowestPriorityVoice( int priority ) in DropLowestPriorityVoice()
265 int VoiceManager::GetVoiceCount() const in GetVoiceCount()
282 unsigned long VoiceManager::GetActiveCount() const in GetActiveCount()
289 unsigned long VoiceManager::GetFreeCount() const in GetFreeCount()
296 const VoiceManager::VoiceList& VoiceManager::GetVoiceList() const in GetVoiceList()