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() 49 Return<Result> Frontend::setCallback(const sp<IFrontendCallback>& callback) { in setCallback() 60 Return<Result> Frontend::tune(const FrontendSettings& /* settings */) { in tune() 73 Return<Result> Frontend::stopTune() { in stopTune() 82 Return<Result> Frontend::scan(const FrontendSettings& settings, FrontendScanType type) { in scan() 117 Return<Result> Frontend::stopScan() { in stopScan() 124 Return<void> Frontend::getStatus(const hidl_vec<FrontendStatusType>& statusTypes, in getStatus() 249 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() 217 sp<Frontend> Tuner::getFrontendById(uint32_t frontendId) { in getFrontendById()
|
D | Tuner.h | 35 class Frontend; variable 62 sp<Frontend> getFrontendById(uint32_t frontendId); 72 vector<sp<Frontend>> mFrontends;
|
D | Frontend.h | 42 class Frontend : public IFrontend { 44 Frontend(FrontendType type, FrontendId id, sp<Tuner> tuner); 74 virtual ~Frontend();
|
D | Demux.h | 52 class Frontend; variable 110 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 Terrestrial Frontend Standard ETSI EN 300 468 V1.15.1 and 258 * Signal Settings for an 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 | 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.
|
/hardware/interfaces/tv/tuner/1.0/vts/functional/ |
D | VtsHalTvTunerV1_0TestConfigurations.h | 103 } Frontend; typedef
|