Searched refs:StopPlaying (Results 1 - 24 of 24) sorted by relevance

/haiku/src/tests/kits/game/push_game_sound_test/
H A Dpush_game_sound_triangle.cpp81 pushGameSound.StopPlaying();
H A Dpush_game_sound_sine.cpp99 pushGameSound.StopPlaying();
H A Dpush_game_sound_test.cpp187 pushGameSound.StopPlaying();
/haiku/src/kits/game/
H A DGameSoundDevice.cpp106 fSounds[i]->StopPlaying();
207 fSounds[sound - 1]->StopPlaying();
249 BGameSoundDevice::StopPlaying(gs_id sound) function in class:BGameSoundDevice
257 return fSounds[sound - 1]->StopPlaying();
H A DGameSoundDevice.h65 virtual status_t StopPlaying(gs_id sound);
H A DGameSoundBuffer.h38 status_t StopPlaying();
H A DFileGameSound.cpp146 StopPlaying();
154 BFileGameSound::StopPlaying() function in class:BFileGameSound
156 status_t error = BStreamingGameSound::StopPlaying();
408 StopPlaying();
H A DGameProducer.h117 status_t StopPlaying(GameSoundBuffer* sound);
H A DGameSound.cpp106 BGameSound::StopPlaying() function in class:BGameSound
108 fDevice->StopPlaying(fSound);
H A DGameSoundBuffer.cpp454 GameSoundBuffer::StopPlaying() function in class:GameSoundBuffer
/haiku/src/tests/kits/media/playsound/
H A Dplaysound.cpp144 err = snd.StopPlaying();
/haiku/src/tests/kits/game/file_game_sound_test/
H A DFileSoundWindow.cpp169 status_t stoperror = fileSound -> StopPlaying();
271 fileSound -> StopPlaying();
/haiku/headers/os/media/
H A DSoundPlayer.h104 status_t StopPlaying(play_id id);
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.h159 status_t StopPlaying();
H A DRecorderWindow.cpp539 StopPlaying();
557 StopPlaying();
759 StopPlaying();
1000 RecorderWindow::StopPlaying() function in class:RecorderWindow
1048 StopPlaying();
/haiku/headers/os/game/
H A DFileGameSound.h42 virtual status_t StopPlaying();
H A DGameSound.h29 virtual status_t StopPlaying();
/haiku/src/tests/kits/game/simple_game_sound_test/
H A DSimpleSoundTest.cpp186 fSound->StopPlaying();
/haiku/src/apps/mediaplayer/media_node_framework/
H A DPlaybackManager.h69 void StopPlaying();
H A DPlaybackManager.cpp299 PlaybackManager::StopPlaying() function in class:PlaybackManager
301 TRACE("PlaybackManager::StopPlaying()\n");
1711 StopPlaying();
/haiku/src/kits/media/
H A DSoundPlayer.cpp524 BSoundPlayer::StopPlaying(play_id id) function in class:BSoundPlayer
702 player->StopPlaying(sound->id);
/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFileReader.cpp410 s->StopPlaying();
/haiku/src/preferences/sounds/
H A DHWindow.cpp204 fPlayer->StopPlaying();
/haiku/src/apps/mediaplayer/
H A DController.cpp629 StopPlaying();

Completed in 99 milliseconds