Searched refs:_SetPlaybackState (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/mediaplayer/interface/
H A DPlayPauseButton.h37 void _SetPlaybackState(uint32 state);
H A DPlayPauseButton.cpp149 _SetPlaybackState(kPlaying);
156 _SetPlaybackState(kPaused);
163 _SetPlaybackState(kStopped);
185 PlayPauseButton::_SetPlaybackState(uint32 state) function in class:PlayPauseButton
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistListView.h66 void _SetPlaybackState(uint32 state);
H A DPlaylistListView.cpp314 _SetPlaybackState(state);
622 _SetPlaybackState(fController->PlaybackState());
666 PlaylistListView::_SetPlaybackState(uint32 state) function in class:PlaylistListView

Completed in 66 milliseconds