Searched refs:m_ActiveList (Results 1 – 2 of 2) sorted by relevance
74 while ( ! m_ActiveList.IsEmpty() ) in Finalize()76 HardwareChannel& channel = m_ActiveList.GetFront(); in Finalize()77 m_ActiveList.PopFront(); in Finalize()97 m_ActiveList.PopFront(); in Finalize()168 m_ActiveList.PushBack( ptr ); in Alloc()186 m_ActiveList.Erase( pChannel ); in Free()196 m_ActiveList.Erase( pChannel ); in ReserveForFree()
55 unsigned long GetActiveVoiceCount() const { return m_ActiveList.GetSize(); } in GetActiveVoiceCount()67 HardwareChannelList m_ActiveList; // プライオリティの低い順 variable