Home
last modified time | relevance | path

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

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