Home
last modified time | relevance | path

Searched refs:GENERAL_SYNCHRONIZE (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/
H A DDVDMessage.cpp39 CDVDMsg(GENERAL_SYNCHRONIZE), in CDVDMsgGeneralSynchronize()
H A DDVDMessage.h35 GENERAL_SYNCHRONIZE, // enumerator
H A DVideoPlayerAudio.cpp294 if (pMsg->IsType(CDVDMsg::GENERAL_SYNCHRONIZE)) in Process()
H A DVideoPlayerVideo.cpp399 if (pMsg->IsType(CDVDMsg::GENERAL_SYNCHRONIZE)) in Process()
H A DVideoPlayer.cpp2924 else if (pMsg->IsType(CDVDMsg::GENERAL_SYNCHRONIZE)) in HandleMessages()