Lines Matching refs:WaveSoundPlayer
41 WaveSoundPlayer::WaveSoundPlayer() in WaveSoundPlayer() function in nw::snd::internal::driver::WaveSoundPlayer
45 void WaveSoundPlayer::Initialize() in Initialize()
76 void WaveSoundPlayer::Finalize() in Finalize()
103 bool WaveSoundPlayer::Prepare( in Prepare()
149 void WaveSoundPlayer::Start() in Start()
166 void WaveSoundPlayer::Stop() in Stop()
181 void WaveSoundPlayer::Pause( bool flag ) in Pause()
204 void WaveSoundPlayer::SetPanRange( float panRange ) in SetPanRange()
218 void WaveSoundPlayer::SetChannelPriority( int priority ) in SetChannelPriority()
224 void WaveSoundPlayer::SetReleasePriorityFix( bool fix ) in SetReleasePriorityFix()
239 void WaveSoundPlayer::InvalidateData( const void* start, const void* end ) in InvalidateData()
260 void WaveSoundPlayer::FinishPlayer() in FinishPlayer()
279 bool WaveSoundPlayer::ReadWaveSoundDataInfo( WaveSoundDataInfo* info ) const in ReadWaveSoundDataInfo()
319 s32 WaveSoundPlayer::GetPlaySamplePosition() const in GetPlaySamplePosition()
335 void WaveSoundPlayer::Update() in Update()
374 bool WaveSoundPlayer::StartChannel( const WaveSoundCallback* callback, u32 callbackData ) in StartChannel()
452 void WaveSoundPlayer::CloseChannel() in CloseChannel()
478 void WaveSoundPlayer::UpdateChannel() in UpdateChannel()
574 void WaveSoundPlayer::ChannelCallbackFunc( in ChannelCallbackFunc()
580 WaveSoundPlayer* player = reinterpret_cast<WaveSoundPlayer*>( userData ); in ChannelCallbackFunc()