|
MythTV master
|
#include <algorithm>#include <chrono>#include <thread>#include "libmythbase/mythcorecontext.h"#include "libmythbase/mythlogging.h"#include "cardutil.h"#include "inputinfo.h"#include "programinfo.h"#include "remoteencoder.h"#include "tv_rec.h"#include "tvremoteutil.h"Go to the source code of this file.
| void RemoteCancelNextRecording | ( | uint | inputid, |
| bool | cancel | ||
| ) |
Definition at line 130 of file tvremoteutil.cpp.
Referenced by TV::HandleOSDAskAllow().
| RemoteEncoder * RemoteGetExistingRecorder | ( | const ProgramInfo * | pginfo | ) |
Definition at line 318 of file tvremoteutil.cpp.
Referenced by FlagCommercials(), TV::HandleStateChange(), RemoteRequestFreeRecorderFromList(), RemoteRequestNextFreeRecorder(), RemoteRequestRecorder(), TV::RequestNextRecorder(), and Transcode::TranscodeFile().
| RemoteEncoder * RemoteGetExistingRecorder | ( | int | recordernum | ) |
Definition at line 343 of file tvremoteutil.cpp.
Definition at line 15 of file tvremoteutil.cpp.
| int RemoteGetFreeRecorderCount | ( | void | ) |
Definition at line 170 of file tvremoteutil.cpp.
Referenced by isLiveTVAvailable(), TV::MenuLazyInit(), and TV::StartTV().
| int RemoteGetRecordingMask | ( | void | ) |
Definition at line 484 of file tvremoteutil.cpp.
Referenced by main(), and reloadTheme().
| bool RemoteGetRecordingStatus | ( | std::vector< TunerStatus > * | tunerList, |
| bool | list_inactive | ||
| ) |
Definition at line 406 of file tvremoteutil.cpp.
Referenced by StartPrompter::backendRunningPrompt(), isRecording(), LCDProcClient::updateRecordingList(), WelcomeDialog::updateRecordingList(), and IdleScreen::UpdateStatus().
Definition at line 33 of file tvremoteutil.cpp.
Referenced by TVRec::StartRecording().
Definition at line 368 of file tvremoteutil.cpp.
Referenced by ChannelBase::IsInputAvailable(), TVRec::run(), TV::ShowOSDAskAllow(), and TVRec::StartRecording().
| bool RemoteRecordPending | ( | uint | inputid, |
| const ProgramInfo * | pginfo, | ||
| std::chrono::seconds | secsleft, | ||
| bool | hasLater | ||
| ) |
Definition at line 52 of file tvremoteutil.cpp.
Referenced by TVRec::CancelNextRecording(), and TVRec::RecordPending().
Definition at line 139 of file tvremoteutil.cpp.
Referenced by TV::IsTunableOn(), TV::MenuItemDisplayPlayback(), RemoteGetFreeRecorderCount(), RemoteRequestFreeInputList(), RemoteRequestFreeRecorderFromList(), RemoteRequestFreeRecorderList(), RemoteRequestNextFreeRecorder(), RemoteRequestRecorder(), and TV::SwitchSource().
Definition at line 247 of file tvremoteutil.cpp.
Referenced by GuideGrid::RunProgramGuide().
| RemoteEncoder * RemoteRequestFreeRecorderFromList | ( | const QStringList & | qualifiedRecorders, |
| uint | excluded_input | ||
| ) |
Definition at line 265 of file tvremoteutil.cpp.
Referenced by TV::ChangeChannel(), TV::HandleStateChange(), and TV::SwitchInputs().
Definition at line 229 of file tvremoteutil.cpp.
| RemoteEncoder * RemoteRequestNextFreeRecorder | ( | int | inputid | ) |
Definition at line 182 of file tvremoteutil.cpp.
Referenced by TV::RequestNextRecorder(), and TV::SwitchInputs().
| RemoteEncoder * RemoteRequestRecorder | ( | void | ) |
Definition at line 297 of file tvremoteutil.cpp.
| bool RemoteStopLiveTV | ( | uint | inputid | ) |
Definition at line 78 of file tvremoteutil.cpp.
| void RemoteStopRecording | ( | const ProgramInfo * | pginfo | ) |
Definition at line 122 of file tvremoteutil.cpp.
| bool RemoteStopRecording | ( | uint | inputid | ) |
Definition at line 100 of file tvremoteutil.cpp.
Referenced by ScheduleCommon::customEvent(), PBHEventHandler::event(), and TVRec::StartRecording().