Lines Matching refs:BasicSound
61 internal::BasicSound,
62 offsetof(internal::BasicSound,m_SoundPlayerPlayLink)
67 internal::BasicSound,
68 offsetof(internal::BasicSound,m_SoundPlayerPriorityLink)
404 bool detail_AppendSound( internal::BasicSound* pSound );
406 void detail_RemoveSound( internal::BasicSound* pSound );
412 void detail_SortPriorityList( internal::BasicSound* pSound );
421 internal::PlayerHeap* detail_AllocPlayerHeap( internal::BasicSound* pSound );
423 void detail_FreePlayerHeap( internal::BasicSound* pSound );
429 internal::BasicSound* GetLowestPrioritySound() { return &m_PriorityList.GetFront(); } in GetLowestPrioritySound()
430 void InsertPriorityList( internal::BasicSound* pSound );
431 void RemovePriorityList( internal::BasicSound* pSound );
432 void RemoveSoundList( internal::BasicSound* pSound );