Home
last modified time | relevance | path

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

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/
H A DPVRItem.cpp37 else if (m_item->IsPVRTimer()) in GetEpgInfoTag()
60 else if (m_item->IsPVRTimer()) in GetNextEpgInfoTag()
83 else if (m_item->IsPVRTimer()) in GetChannel()
96 if (m_item->IsPVRTimer()) in GetTimerInfoTag()
146 else if (m_item->IsPVRTimer()) in IsRadio()
H A DPVRContextMenus.cpp620 return item.IsPVRTimer(); in IsVisible()
639 else if (item->IsPVRTimer()) in Execute()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/guilib/guiinfo/
H A DPVRGUIInfo.cpp474 if (item->IsPVRChannel() || item->IsEPG() || item->IsPVRTimer()) in GetListItemAndPlayerLabel()
1066 if (item->IsPVRChannel() || item->IsEPG() || item->IsPVRTimer()) in GetFallbackLabel()
1203 else if (item->IsEPG() || item->IsPVRTimer()) in GetListItemAndPlayerBool()
1235 if (item->IsPVRChannel() || item->IsEPG() || item->IsPVRTimer()) in GetListItemAndPlayerBool()
1244 if (item->IsPVRChannel() || item->IsEPG() || item->IsPVRTimer()) in GetListItemAndPlayerBool()
1253 if (item->IsPVRChannel() || item->IsEPG() || item->IsPVRTimer()) in GetListItemAndPlayerBool()
1298 if (item->IsPVRChannel() || item->IsEPG() || item->IsPVRTimer()) in GetListItemAndPlayerBool()
1328 else if (item->IsPVRTimer() && item->GetPVRTimerInfoTag()->GetEpgInfoTag()) in GetListItemAndPlayerBool()
1351 else if (item->IsPVRTimer() && item->GetPVRTimerInfoTag()->GetEpgInfoTag()) in GetListItemAndPlayerBool()
1374 else if (item->IsPVRTimer() && item->GetPVRTimerInfoTag()->GetEpgInfoTag()) in GetListItemAndPlayerBool()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DFileItem.h239 bool IsPVRTimer() const;
H A DFileItem.cpp893 bool CFileItem::IsPVRTimer() const in IsPVRTimer() function in CFileItem
1392 else if (IsPVRTimer()) in FillInDefaultIcon()