Home
last modified time | relevance | path

Searched refs:IsPremiere (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/recordings/
H A DPVRRecording.h368 bool IsPremiere() const;
H A DPVRRecording.cpp609 bool CPVRRecording::IsPremiere() const in IsPremiere() function in CPVRRecording
/dports/multimedia/kodi-addon-pvr.iptvsimple/pvr.iptvsimple-19.0.3-Matrix/src/iptvsimple/data/
H A DEpgEntry.h97 bool IsPremiere() const { return m_premiere; } in IsPremiere() function
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/epg/
H A DEpgInfoTag.h399 bool IsPremiere() const;
H A DEpgInfoTag.cpp651 bool CPVREpgInfoTag::IsPremiere() const in IsPremiere() function in CPVREpgInfoTag
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/guilib/guiinfo/
H A DPVRGUIInfo.cpp1343 bValue = item->GetEPGInfoTag()->IsPremiere(); in GetListItemAndPlayerBool()
1348 bValue = item->GetPVRRecordingInfoTag()->IsPremiere(); in GetListItemAndPlayerBool()
1353 bValue = item->GetPVRTimerInfoTag()->GetEpgInfoTag()->IsPremiere(); in GetListItemAndPlayerBool()
1359 bValue = epgNow ? epgNow->IsPremiere() : false; in GetListItemAndPlayerBool()