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