Searched refs:dropVoice (Results 1 – 2 of 2) sorted by relevance
243 Voice* dropVoice = &m_PrioVoiceList.GetFront(); in DropLowestPriorityVoice() local244 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()
876 HardwareChannel* dropVoice, in HardwareChannelCallbackFunc() argument903 if ( pChannel == dropVoice ) in HardwareChannelCallbackFunc()