Searched refs:m_ActiveList (Results 1 – 2 of 2) sorted by relevance
72 while ( ! m_ActiveList.IsEmpty() ) in Finalize()74 HardwareChannel& channel = m_ActiveList.GetFront(); in Finalize()75 m_ActiveList.PopFront(); in Finalize()95 m_ActiveList.PopFront(); in Finalize()166 m_ActiveList.PushBack( ptr ); in Alloc()184 m_ActiveList.Erase( pChannel ); in Free()194 m_ActiveList.Erase( pChannel ); in ReserveForFree()
53 unsigned long GetActiveVoiceCount() const { return m_ActiveList.GetSize(); } in GetActiveVoiceCount()65 HardwareChannelList m_ActiveList; // プライオリティの低い順 variable