Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_VoiceManager.cpp243 Voice* dropVoice = &m_PrioVoiceList.GetFront(); in DropLowestPriorityVoice() local
244 if ( dropVoice->GetPriority() > priority ) return 0; in DropLowestPriorityVoice()
247 int dropCount = dropVoice->GetPhysicalVoiceCount(); in DropLowestPriorityVoice()
249 Voice::VoiceCallback callbackFunc = dropVoice->m_Callback; in DropLowestPriorityVoice()
250 void* callbackData = dropVoice->m_pCallbackData; in DropLowestPriorityVoice()
252 dropVoice->Stop(); in DropLowestPriorityVoice()
253 dropVoice->Free(); in DropLowestPriorityVoice()
258 dropVoice, in DropLowestPriorityVoice()
Dsnd_Voice.cpp876 HardwareChannel* dropVoice, in HardwareChannelCallbackFunc() argument
903 if ( pChannel == dropVoice ) in HardwareChannelCallbackFunc()