Home
last modified time | relevance | path

Searched refs:PLAYER_REQUEST_STATE (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/
H A DDVDMessage.h50 PLAYER_REQUEST_STATE, enumerator
H A DVideoPlayerAudio.cpp381 else if (pMsg->IsType(CDVDMsg::PLAYER_REQUEST_STATE)) in Process()
H A DVideoPlayerVideo.cpp512 else if (pMsg->IsType(CDVDMsg::PLAYER_REQUEST_STATE)) in Process()
H A DVideoPlayer.cpp3547 …c_cast<IDVDStreamPlayerAudio*>(player)->SendMessage(new CDVDMsg(CDVDMsg::PLAYER_REQUEST_STATE), 1); in OpenAudioStream()
3646 …c_cast<IDVDStreamPlayerVideo*>(player)->SendMessage(new CDVDMsg(CDVDMsg::PLAYER_REQUEST_STATE), 1); in OpenVideoStream()