Lines Matching refs:m_SoundIndex
118 u32 m_SoundIndex; member in HioSoundArchiveApp
146 m_SoundIndex = 0; in OnInitialize()
277 m_SoundIndex = 0; in OpenSoundArchive()
320 m_SoundIndex = 0; in CloseSoundArchive()
349 nw::snd::SoundArchive::ItemId id = m_Archive.GetSoundIdFromIndex( m_SoundIndex ); in OnDrawUpLCD()
376 if ( m_SoundIndex == 0 ) in OnUpdatePad()
378 m_SoundIndex = m_SoundCount - 1; in OnUpdatePad()
382 m_SoundIndex -= 1; in OnUpdatePad()
387 if ( m_SoundIndex == m_SoundCount - 1 ) in OnUpdatePad()
389 m_SoundIndex = 0; in OnUpdatePad()
393 m_SoundIndex += 1; in OnUpdatePad()
410 nw::snd::SoundArchive::ItemId id = m_Archive.GetSoundIdFromIndex( m_SoundIndex ); in OnUpdatePad()