Lines Matching refs:WaveSoundPlayer
39 WaveSoundPlayer::WaveSoundPlayer() in WaveSoundPlayer() function in nw::snd::internal::driver::WaveSoundPlayer
43 void WaveSoundPlayer::Initialize() in Initialize()
74 void WaveSoundPlayer::Finalize() in Finalize()
101 bool WaveSoundPlayer::Prepare( in Prepare()
147 void WaveSoundPlayer::Start() in Start()
164 void WaveSoundPlayer::Stop() in Stop()
179 void WaveSoundPlayer::Pause( bool flag ) in Pause()
202 void WaveSoundPlayer::SetPanRange( float panRange ) in SetPanRange()
216 void WaveSoundPlayer::SetChannelPriority( int priority ) in SetChannelPriority()
222 void WaveSoundPlayer::SetReleasePriorityFix( bool fix ) in SetReleasePriorityFix()
237 void WaveSoundPlayer::InvalidateData( const void* start, const void* end ) in InvalidateData()
258 void WaveSoundPlayer::FinishPlayer() in FinishPlayer()
277 bool WaveSoundPlayer::ReadWaveSoundDataInfo( WaveSoundDataInfo* info ) const in ReadWaveSoundDataInfo()
313 s32 WaveSoundPlayer::GetPlaySamplePosition() const in GetPlaySamplePosition()
329 void WaveSoundPlayer::Update() in Update()
368 bool WaveSoundPlayer::StartChannel( const WaveSoundCallback* callback, u32 callbackData ) in StartChannel()
442 void WaveSoundPlayer::CloseChannel() in CloseChannel()
468 void WaveSoundPlayer::UpdateChannel() in UpdateChannel()
564 void WaveSoundPlayer::ChannelCallbackFunc( in ChannelCallbackFunc()
570 WaveSoundPlayer* player = reinterpret_cast<WaveSoundPlayer*>( userData ); in ChannelCallbackFunc()