Searched refs:Frontend (Results 1 – 10 of 10) sorted by relevance
/hardware/interfaces/tv/tuner/1.0/default/ |
D | Frontend.cpp | 30 Frontend::Frontend(FrontendType type, FrontendId id, sp<Tuner> tuner) { in Frontend() function in android::hardware::tv::tuner::V1_0::implementation::Frontend 38 Frontend::~Frontend() {} in ~Frontend() 40 Return<Result> Frontend::close() { in close() 48 Return<Result> Frontend::setCallback(const sp<IFrontendCallback>& callback) { in setCallback() 59 Return<Result> Frontend::tune(const FrontendSettings& /* settings */) { in tune() 73 Return<Result> Frontend::stopTune() { in stopTune() 81 Return<Result> Frontend::scan(const FrontendSettings& /* settings */, FrontendScanType /* type */) { in scan() 87 Return<Result> Frontend::stopScan() { in stopScan() 93 Return<void> Frontend::getStatus(const hidl_vec<FrontendStatusType>& /* statusTypes */, in getStatus() 103 Return<Result> Frontend::setLna(bool /* bEnable */) { in setLna() [all …]
|
D | Tuner.cpp | 41 mFrontends[0] = new Frontend(FrontendType::DVBT, 0, this); in Tuner() 42 mFrontends[1] = new Frontend(FrontendType::ATSC, 1, this); in Tuner() 43 mFrontends[2] = new Frontend(FrontendType::DVBC, 2, this); in Tuner() 44 mFrontends[3] = new Frontend(FrontendType::DVBS, 3, this); in Tuner() 45 mFrontends[4] = new Frontend(FrontendType::DVBT, 4, this); in Tuner() 46 mFrontends[5] = new Frontend(FrontendType::ISDBT, 5, this); in Tuner() 47 mFrontends[6] = new Frontend(FrontendType::ANALOG, 6, this); in Tuner() 48 mFrontends[7] = new Frontend(FrontendType::ATSC, 7, this); in Tuner() 136 sp<Frontend> Tuner::getFrontendById(uint32_t frontendId) { in getFrontendById()
|
D | Tuner.h | 34 class Frontend; variable 61 sp<Frontend> getFrontendById(uint32_t frontendId); 70 vector<sp<Frontend>> mFrontends;
|
D | Frontend.h | 42 class Frontend : public IFrontend { 44 Frontend(FrontendType type, FrontendId id, sp<Tuner> tuner); 72 virtual ~Frontend();
|
D | Demux.h | 52 class Frontend; variable 98 sp<Frontend> mFrontend;
|
D | Android.bp | 8 "Frontend.cpp",
|
D | Dvr.h | 49 class Frontend; variable
|
/hardware/interfaces/tv/tuner/1.0/ |
D | types.hal | 34 * Frontend ID. 39 * Frontend Types. 55 * DVB Cable Frontend Standard ETSI EN 300 468 V1.15.1. 60 * DVB Satellite Frontend Standard ETSI EN 300 468 V1.15.1 and 66 * DVB Terresttrial Frontend Standard ETSI EN 300 468 V1.15.1 and 258 * Signal Setting for ATSC Frontend. 270 * Capabilities for ATSC Frontend. 369 * Demodulator Output Format for an ATSC3 Frontend. 388 * PLP basis Signal Settings for an ATSC3 Frontend. 403 * Signal Settings for an ATSC3 Frontend. [all …]
|
D | IFrontend.hal | 23 * A Tuner Frontend is used to tune to a frequency and lock signal. It provide 30 * It is used by the client to receive events from the Frontend. 31 * Only one callback for one Frontend instance is supported. The callback 34 * @param callback Callback object to pass Frontend events to the system. 45 * Tuning Frontend 74 * Release the Frontend instance
|
D | ITuner.hal | 25 * Top level interface to manage Frontend, Demux and Decrambler hardware 30 * Get Frontend IDs 42 * Create a new instance of Frontend given a frontendId. 116 * It is used by the client to create a Lnb instance for satellite Frontend.
|