Home
last modified time | relevance | path

Searched refs:SetCurrentPlaylist (Results 1 – 25 of 28) sorted by relevance

12

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DAutorun.cpp128 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(PLAYLIST_MUSIC); in PlayDisc()
206 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(PLAYLIST_VIDEO); in RunDisc()
228 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(PLAYLIST_VIDEO); in RunDisc()
337 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(PLAYLIST_VIDEO); in RunDisc()
360 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(PLAYLIST_VIDEO); in RunDisc()
419 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(PLAYLIST_VIDEO); in RunDisc()
H A DXBApplicationEx.cpp51 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(0); in Run()
H A DPlayListPlayer.h102 void SetCurrentPlaylist(int playlist);
H A DPlayListPlayer.cpp273 SetCurrentPlaylist(playlist); in Play()
392 void CPlayListPlayer::SetCurrentPlaylist(int iPlaylist) in SetCurrentPlaylist() function in CPlayListPlayer
902 SetCurrentPlaylist(playlist); in OnApplicationMessage()
937 SetCurrentPlaylist(pMsg->param1); in OnApplicationMessage()
H A DPartyModeManager.cpp194 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(iPlaylist); in Enable()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/music/windows/
H A DGUIWindowMusicPlaylist.cpp164 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(PLAYLIST_MUSIC); in OnMessage()
171 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(PLAYLIST_MUSIC); in OnMessage()
176 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(PLAYLIST_MUSIC); in OnMessage()
336 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(PLAYLIST_NONE); in ClearPlayList()
431 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist( iPlaylist ); in OnPlayMedia()
440 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(PLAYLIST_NONE); in OnPlayMedia()
H A DGUIWindowMusicBase.cpp425 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(playlist); in OnQueueItem()
807 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(PLAYLIST_MUSIC); in PlayItem()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/windows/
H A DGUIWindowVideoPlaylist.cpp136 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(PLAYLIST_VIDEO); in OnMessage()
143 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(PLAYLIST_VIDEO); in OnMessage()
148 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(PLAYLIST_VIDEO); in OnMessage()
260 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(PLAYLIST_NONE); in ClearPlayList()
323 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(PLAYLIST_VIDEO); in OnPlayMedia()
H A DGUIWindowVideoBase.cpp474 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(playlist); in OnQueueItem()
1153 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(PLAYLIST_NONE); in OnPlayMedia()
1284 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(PLAYLIST_VIDEO); in PlayItem()
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/playlist/
H A Dplaylistmanager.cpp133 SetCurrentPlaylist(id); in AddPlaylist()
153 SetCurrentPlaylist(id); in New()
309 if (id == current_) SetCurrentPlaylist(next_id); in Close()
336 void PlaylistManager::SetCurrentPlaylist(int id) { in SetCurrentPlaylist() function in PlaylistManager
571 SetCurrentPlaylist(id); in SetCurrentOrOpen()
H A Dplaylistmanager.h91 virtual void SetCurrentPlaylist(int id) = 0;
199 void SetCurrentPlaylist(int id);
H A Dplaylistcontainer.cpp155 SLOT(SetCurrentPlaylist(int))); in SetManager()
336 manager_->SetCurrentPlaylist(id_next); in GoToNextPlaylistTab()
345 manager_->SetCurrentPlaylist(id_previous); in GoToPreviousPlaylistTab()
H A Dplaylisttabbar.cpp166 manager_->SetCurrentPlaylist(manager_->current()->id()); in HideEditor()
/dports/audio/strawberry/strawberry-1.0.0/src/playlist/
H A Dplaylistmanager.cpp171 SetCurrentPlaylist(id); in AddPlaylist()
192 SetCurrentPlaylist(id); in New()
356 if (id == current_) SetCurrentPlaylist(next_id); in Close()
386 void PlaylistManager::SetCurrentPlaylist(const int id) { in SetCurrentPlaylist() function in PlaylistManager
624 SetCurrentPlaylist(id); in SetCurrentOrOpen()
H A Dplaylistmanager.h95 virtual void SetCurrentPlaylist(const int id) = 0;
194 void SetCurrentPlaylist(const int id) override;
H A Dplaylistcontainer.cpp159 …ct(ui_->tab_bar, &PlaylistTabBar::CurrentIdChanged, manager, &PlaylistManager::SetCurrentPlaylist); in SetManager()
368 manager_->SetCurrentPlaylist(id_next); in GoToNextPlaylistTab()
377 manager_->SetCurrentPlaylist(id_previous); in GoToPreviousPlaylistTab()
H A Dplaylisttabbar.cpp201 manager_->SetCurrentPlaylist(manager_->current()->id()); in HideEditor()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/
H A DContextMenus.cpp198 player.SetCurrentPlaylist(playlist); in QueueRecordings()
235 player.SetCurrentPlaylist(PLAYLIST_VIDEO); in PlayAndQueueRecordings()
277 player.SetCurrentPlaylist(PLAYLIST_VIDEO); in SetPathAndPlay()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/legacy/
H A DPlayer.cpp108 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(iPlayList); in playCurrent()
123 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(iPlayList); in playPlaylist()
167 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(iPlayList); in playselected()
/dports/audio/clementine-player/Clementine-1.4.0rc1/tests/
H A Dmock_playlistmanager.h61 MOCK_METHOD1(SetCurrentPlaylist, void(int));
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/builtins/
H A DPlayerBuiltins.cpp86 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(iPlaylist); in PlayOffset()
498 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(playlist); in PlayMedia()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/network/upnp/
H A DUPnPRenderer.cpp593 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(playlist); in OnSetNextAVTransportURI()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/profiles/
H A DProfileManager.cpp386 playlistManager.SetCurrentPlaylist(PLAYLIST_NONE); in FinalizeLoadProfile()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windows/
H A DGUIMediaWindow.cpp1490 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(PLAYLIST_NONE); in OnPlayMedia()
1568 CServiceBroker::GetPlaylistPlayer().SetCurrentPlaylist(iPlaylist); in OnPlayAndQueueMedia()
/dports/audio/strawberry/strawberry-1.0.0/src/core/
H A Dplayer.cpp431 app_->playlist_manager()->SetCurrentPlaylist(playlist->id()); in PlayPlaylistInternal()

12