Lines Matching refs:CPVRChannel

103 bool CPVRChannelGroup::Load(std::vector<std::shared_ptr<CPVRChannel>>& channelsToRemove)  in Load()
145 bool CPVRChannelGroup::Update(std::vector<std::shared_ptr<CPVRChannel>>& channelsToRemove) in Update()
177 bool CPVRChannelGroup::SetChannelNumber(const std::shared_ptr<CPVRChannel>& channel, const CPVRChan… in SetChannelNumber()
304 std::shared_ptr<CPVRChannel> CPVRChannelGroup::GetByUniqueID(int iUniqueChannelId, int iClientID) c… in GetByUniqueID()
309 std::shared_ptr<CPVRChannel> CPVRChannelGroup::GetByChannelID(int iChannelID) const in GetByChannelID()
322 std::shared_ptr<CPVRChannel> CPVRChannelGroup::GetByChannelEpgID(int iEpgID) const in GetByChannelEpgID()
335 std::shared_ptr<CPVRChannel> CPVRChannelGroup::GetLastPlayedChannel(int iCurrentChannel /* = -1 */)… in GetLastPlayedChannel()
339 std::shared_ptr<CPVRChannel> returnChannel, channel; in GetLastPlayedChannel()
355 CPVRChannelNumber CPVRChannelGroup::GetChannelNumber(const std::shared_ptr<CPVRChannel>& channel) c… in GetChannelNumber()
362 CPVRChannelNumber CPVRChannelGroup::GetClientChannelNumber(const std::shared_ptr<CPVRChannel>& chan… in GetClientChannelNumber()
369 std::shared_ptr<CPVRChannel> CPVRChannelGroup::GetByChannelNumber(const CPVRChannelNumber& channelN… in GetByChannelNumber()
383 std::shared_ptr<CPVRChannel> CPVRChannelGroup::GetNextChannel(const std::shared_ptr<CPVRChannel>& c… in GetNextChannel()
385 std::shared_ptr<CPVRChannel> nextChannel; in GetNextChannel()
410 std::shared_ptr<CPVRChannel> CPVRChannelGroup::GetPreviousChannel(const std::shared_ptr<CPVRChannel in GetPreviousChannel()
412 std::shared_ptr<CPVRChannel> previousChannel; in GetPreviousChannel()
595 std::vector<std::shared_ptr<CPVRChannel>> CPVRChannelGroup::RemoveDeletedChannels(const CPVRChannel… in RemoveDeletedChannels()
597 std::vector<std::shared_ptr<CPVRChannel>> removedChannels; in RemoveDeletedChannels()
603 const std::shared_ptr<CPVRChannel> channel = (*it)->channel; in RemoveDeletedChannels()
627 …pEntries(const CPVRChannelGroup& channels, std::vector<std::shared_ptr<CPVRChannel>>& channelsToRe… in UpdateGroupEntries()
664 bool CPVRChannelGroup::RemoveFromGroup(const std::shared_ptr<CPVRChannel>& channel) in RemoveFromGroup()
693 bool CPVRChannelGroup::AddToGroup(const std::shared_ptr<CPVRChannel>& channel, const CPVRChannelNum… in AddToGroup()
729 bool CPVRChannelGroup::AppendToGroup(const std::shared_ptr<CPVRChannel>& channel) in AppendToGroup()
743 bool CPVRChannelGroup::IsGroupMember(const std::shared_ptr<CPVRChannel>& channel) const in IsGroupMember()
957 std::shared_ptr<CPVRChannel> channel; in GetEPGDate()