Home
last modified time | relevance | path

Searched refs:Stop (Results 1 – 25 of 46) sorted by relevance

12

/NW4C-1.2.23/demos/snd/simple/sources/
DSimpleApp.cpp139 m_Handle.Stop( 0 ); in OnUpdatePad()
146 m_Handle.Stop( 0 ); in OnUpdatePad()
153 m_Handle.Stop( 0 ); in OnUpdatePad()
160 m_Handle.Stop( 3 ); in OnUpdatePad()
/NW4C-1.2.23/demos/snd/labelString/sources/
DLabelStringApp.cpp171 m_Handle.Stop( 0 ); in OnUpdatePad()
178 m_Handle.Stop( 0 ); in OnUpdatePad()
185 m_Handle.Stop( 0 ); in OnUpdatePad()
192 m_Handle.Stop( 3 ); in OnUpdatePad()
/NW4C-1.2.23/demos/snd/memorySoundArchive/sources/
DMemorySoundArchiveApp.cpp114 m_Handle.Stop( 0 ); in OnUpdatePad()
121 m_Handle.Stop( 0 ); in OnUpdatePad()
128 m_Handle.Stop( 3 ); in OnUpdatePad()
/NW4C-1.2.23/include/nw/font/
Dfont_Stopwatch.h44 void Stop() in Stop() function
80 #define NW_FONT_STOPWATCH_STOP(sw) (sw).Stop()
/NW4C-1.2.23/demos/snd/externalFile/sources/
DexternalFileApp.cpp157 m_Handle.Stop(0); in OnUpdatePad()
164 m_Handle.Stop(0); in OnUpdatePad()
171 m_Handle.Stop( 3 ); in OnUpdatePad()
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Stopwatch.h48 nw::lyt::internal::Stopwatch::Instance<no>().Stop()
95 void Stop() in Stop() function
301 m_Stopwatch.Stop(); in ~Measure()
/NW4C-1.2.23/include/nw/snd/
Dsnd_WaveSoundPlayer.h126 virtual void Stop();
153 virtual void OnShutdownSoundThread() { Stop(); } in OnShutdownSoundThread()
Dsnd_WaveSoundHandle.h143 void Stop( int fadeFrames ) in Stop() function
145 if ( IsAttachedSound() ) m_pSound->Stop( fadeFrames ); in Stop()
Dsnd_SoundHandle.h141 void Stop( int fadeFrames ) in Stop() function
143 if ( IsAttachedSound() ) m_pSound->Stop( fadeFrames ); in Stop()
Dsnd_StreamSoundHandle.h139 void Stop( int fadeFrames ) in Stop() function
141 if ( IsAttachedSound() ) m_pSound->Stop( fadeFrames ); in Stop()
Dsnd_SequenceSoundHandle.h137 void Stop( int fadeFrames ) in Stop() function
139 if ( IsAttachedSound() ) m_pSound->Stop( fadeFrames ); in Stop()
Dsnd_StreamSoundPlayer.h123 virtual void Stop();
171 virtual void OnShutdownSoundThread() { Stop(); } in OnShutdownSoundThread()
Dsnd_SequenceSoundPlayer.h182 virtual void Stop();
260 virtual void OnShutdownSoundThread() { Stop(); } in OnShutdownSoundThread()
Dsnd_BasicSoundPlayer.h63 virtual void Stop() = 0;
/NW4C-1.2.23/demos/snd/filter/sources/
Dmain.cpp246 m_Handle.Stop( 0 ); in OnUpdatePad()
254 m_Handle.Stop( 0 ); in OnUpdatePad()
262 m_Handle.Stop( 0 ); in OnUpdatePad()
333 m_Handle.Stop( 3 ); in OnUpdatePad()
/NW4C-1.2.23/include/nw/dev/
Ddev_ParticleProfile.h88 static void Stop();
140 #define NW_PARTICLE_PROFILE_STOP() if(ret) nw::dev::ParticleProfileCenter::Stop()
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_HardwareChannelManager.cpp78 channel.Stop(); in Finalize()
98 channel.Stop(); in Finalize()
Dsnd_Channel.cpp215 Stop(); in Update()
223 Stop(); in Update()
492 void Channel::Stop() in Stop() function in nw::snd::internal::driver::Channel
496 m_pVoice->Stop(); in Stop()
728 m_pChannel->Stop(); in InvalidateData()
Dsnd_VoiceManager.cpp93 voice.Stop(); in StopAllVoices()
250 dropVoice->Stop(); in DropLowestPriorityVoice()
Dsnd_ChannelManager.cpp67 curItr->Stop(); in Finalize()
/NW4C-1.2.23/demos/snd/effect/sources/
Dmain.cpp229 m_Handle.Stop( 0 ); in OnUpdatePad()
238 m_Handle.Stop( 0 ); in OnUpdatePad()
247 m_Handle.Stop( 0 ); in OnUpdatePad()
256 m_Handle.Stop( 3 ); in OnUpdatePad()
/NW4C-1.2.23/demos/snd/originalSoundHeap/sources/
DOriginalSoundHeapApp.cpp144 m_Handle.Stop( 0 ); in OnUpdatePad()
151 m_Handle.Stop( 3 ); in OnUpdatePad()
/NW4C-1.2.23/demos/snd/withSdk/sources/
Dmain.cpp324 m_Handle.Stop( 0 ); in OnUpdatePad()
331 m_Handle.Stop( 0 ); in OnUpdatePad()
338 m_Handle.Stop( 3 ); in OnUpdatePad()
/NW4C-1.2.23/demos/snd/createSoundThreadManually/sources/
Dmain.cpp350 m_Handle.Stop( 0 ); in OnUpdatePad()
357 m_Handle.Stop( 0 ); in OnUpdatePad()
364 m_Handle.Stop( 3 ); in OnUpdatePad()
/NW4C-1.2.23/sources/libraries/dev/
Ddev_ParticleProfile.cpp103 void ParticleProfileCenter::Stop() in Stop() function in nw::dev::ParticleProfileCenter

12