Searched refs:GetPriority (Results 1 – 2 of 2) sorted by relevance
217 if ( itr->GetPriority() <= Voice::PRIORITY_RELEASE ) return; in UpdateEachVoicePriority()220 if ( itr->GetPriority() == Voice::PRIORITY_NODROP ) continue; in UpdateEachVoicePriority()242 if ( dropVoice->GetPriority() > priority ) return 0; in DropLowestPriorityVoice()
170 int GetPriority() const { return m_Priority; } in GetPriority() function