Home
last modified time | relevance | path

Searched refs:m_ActiveList (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_HardwareChannelManager.cpp72 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()
/NW4C-1.2.23/include/nw/snd/
Dsnd_HardwareChannelManager.h53 unsigned long GetActiveVoiceCount() const { return m_ActiveList.GetSize(); } in GetActiveVoiceCount()
65 HardwareChannelList m_ActiveList; // プライオリティの低い順 variable