MythTV master
|
#include <chrono>
#include <thread>
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/programinfo.h"
#include "cardutil.h"
#include "inputinfo.h"
#include "remoteencoder.h"
#include "tv_rec.h"
#include "tvremoteutil.h"
Go to the source code of this file.
Definition at line 129 of file tvremoteutil.cpp.
Referenced by TV::HandleOSDAskAllow().
RemoteEncoder * RemoteGetExistingRecorder | ( | const ProgramInfo * | pginfo | ) |
Definition at line 313 of file tvremoteutil.cpp.
Referenced by FlagCommercials(), TV::HandleStateChange(), RemoteRequestFreeRecorderFromList(), RemoteRequestNextFreeRecorder(), RemoteRequestRecorder(), TV::RequestNextRecorder(), and Transcode::TranscodeFile().
RemoteEncoder * RemoteGetExistingRecorder | ( | int | recordernum | ) |
Definition at line 338 of file tvremoteutil.cpp.
Definition at line 14 of file tvremoteutil.cpp.
int RemoteGetFreeRecorderCount | ( | void | ) |
Definition at line 169 of file tvremoteutil.cpp.
Referenced by isLiveTVAvailable(), TV::MenuLazyInit(), and TV::StartTV().
bool RemoteGetRecordingStatus | ( | std::vector< TunerStatus > * | tunerList, |
bool | list_inactive | ||
) |
Definition at line 401 of file tvremoteutil.cpp.
Definition at line 32 of file tvremoteutil.cpp.
Referenced by TVRec::StartRecording().
Definition at line 363 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 51 of file tvremoteutil.cpp.
Referenced by TVRec::CancelNextRecording(), and TVRec::RecordPending().
Definition at line 138 of file tvremoteutil.cpp.
Referenced by TV::IsTunableOn(), TV::MenuItemDisplayPlayback(), RemoteGetFreeRecorderCount(), RemoteRequestFreeInputList(), RemoteRequestFreeRecorderFromList(), RemoteRequestFreeRecorderList(), RemoteRequestNextFreeRecorder(), RemoteRequestRecorder(), and TV::SwitchSource().
Definition at line 246 of file tvremoteutil.cpp.
Referenced by GuideGrid::RunProgramGuide().
RemoteEncoder * RemoteRequestFreeRecorderFromList | ( | const QStringList & | qualifiedRecorders, |
uint | excluded_input | ||
) |
Definition at line 264 of file tvremoteutil.cpp.
Referenced by TV::ChangeChannel(), TV::HandleStateChange(), and TV::SwitchInputs().
Definition at line 228 of file tvremoteutil.cpp.
RemoteEncoder * RemoteRequestNextFreeRecorder | ( | int | inputid | ) |
Definition at line 181 of file tvremoteutil.cpp.
Referenced by TV::RequestNextRecorder(), and TV::SwitchInputs().
RemoteEncoder * RemoteRequestRecorder | ( | void | ) |
Definition at line 292 of file tvremoteutil.cpp.
Definition at line 77 of file tvremoteutil.cpp.
void RemoteStopRecording | ( | const ProgramInfo * | pginfo | ) |
Definition at line 121 of file tvremoteutil.cpp.
Definition at line 99 of file tvremoteutil.cpp.
Referenced by ScheduleCommon::customEvent(), PBHEventHandler::event(), and TVRec::StartRecording().