Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_VoiceManager.cpp241 Voice* dropVoice = &m_PrioVoiceList.GetFront(); in DropLowestPriorityVoice() local
242 if ( dropVoice->GetPriority() > priority ) return 0; in DropLowestPriorityVoice()
245 int dropCount = dropVoice->GetPhysicalVoiceCount(); in DropLowestPriorityVoice()
247 Voice::VoiceCallback callbackFunc = dropVoice->m_Callback; in DropLowestPriorityVoice()
248 void* callbackData = dropVoice->m_pCallbackData; in DropLowestPriorityVoice()
250 dropVoice->Stop(); in DropLowestPriorityVoice()
251 dropVoice->Free(); in DropLowestPriorityVoice()
256 dropVoice, in DropLowestPriorityVoice()
Dsnd_Voice.cpp874 HardwareChannel* dropVoice, in HardwareChannelCallbackFunc() argument
901 if ( pChannel == dropVoice ) in HardwareChannelCallbackFunc()