/hardware/interfaces/tv/tuner/1.0/default/ |
D | Tuner.cpp | 36 Tuner::Tuner() { in Tuner() function in android::hardware::tv::tuner::V1_0::implementation::Tuner 51 Tuner::~Tuner() {} in ~Tuner() 53 Return<void> Tuner::getFrontendIds(getFrontendIds_cb _hidl_cb) { in getFrontendIds() 66 Return<void> Tuner::openFrontendById(uint32_t frontendId, openFrontendById_cb _hidl_cb) { in openFrontendById() 79 Return<void> Tuner::openDemux(openDemux_cb _hidl_cb) { in openDemux() 91 Return<void> Tuner::getDemuxCaps(getDemuxCaps_cb _hidl_cb) { in getDemuxCaps() 100 Return<void> Tuner::openDescrambler(openDescrambler_cb _hidl_cb) { in openDescrambler() 109 Return<void> Tuner::getFrontendInfo(FrontendId /* frontendId */, getFrontendInfo_cb _hidl_cb) { in getFrontendInfo() 118 Return<void> Tuner::getLnbIds(getLnbIds_cb _hidl_cb) { in getLnbIds() 127 Return<void> Tuner::openLnbById(LnbId /* lnbId */, openLnbById_cb _hidl_cb) { in openLnbById() [all …]
|
D | Tuner.h | 37 class Tuner : public ITuner { 39 Tuner(); 68 virtual ~Tuner();
|
D | Frontend.h | 40 class Tuner; variable 44 Frontend(FrontendType type, FrontendId id, sp<Tuner> tuner); 74 sp<Tuner> mTunerService;
|
D | service.cpp | 33 using android::hardware::tv::tuner::V1_0::implementation::Tuner; 45 android::sp<ITuner> service = new Tuner(); in main()
|
D | Demux.h | 54 class Tuner; variable 58 Demux(uint32_t demuxId, sp<Tuner> tuner); 95 sp<Tuner> mTunerService;
|
D | Android.bp | 13 "Tuner.cpp",
|
D | Frontend.cpp | 30 Frontend::Frontend(FrontendType type, FrontendId id, sp<Tuner> tuner) { in Frontend()
|
D | Dvr.h | 50 class Tuner; variable
|
D | Demux.cpp | 31 Demux::Demux(uint32_t demuxId, sp<Tuner> tuner) { in Demux()
|
/hardware/interfaces/broadcastradio/1.0/default/ |
D | Tuner.cpp | 33 void Tuner::onCallback(radio_hal_event_t *halEvent) in onCallback() 79 void Tuner::callback(radio_hal_event_t *halEvent, void *cookie) in callback() 81 wp<Tuner> weak(reinterpret_cast<Tuner*>(cookie)); in callback() 82 sp<Tuner> tuner = weak.promote(); in callback() 87 Tuner::Tuner(const sp<ITunerCallback>& callback, const wp<BroadcastRadio>& parentDevice) in Tuner() function in android::hardware::broadcastradio::V1_0::implementation::Tuner 94 Tuner::~Tuner() in ~Tuner() 104 Return<Result> Tuner::setConfiguration(const BandConfig& config) { in setConfiguration() 115 Return<void> Tuner::getConfiguration(getConfiguration_cb _hidl_cb) { in getConfiguration() 135 Return<Result> Tuner::scan(Direction direction, bool skipSubChannel) { in scan() 143 Return<Result> Tuner::step(Direction direction, bool skipSubChannel) { in step() [all …]
|
D | Tuner.h | 32 struct Tuner : public ITuner { struct 34 Tuner(const sp<ITunerCallback>& callback, const wp<BroadcastRadio>& mParentDevice); 52 ~Tuner();
|
D | BroadcastRadio.cpp | 122 sp<Tuner> tunerImpl = new Tuner(callback, this); in openTuner() 128 Tuner::callback, tunerImpl.get(), in openTuner()
|
D | Android.bp | 29 "Tuner.cpp",
|
/hardware/interfaces/broadcastradio/1.1/default/ |
D | Tuner.cpp | 61 Tuner::Tuner(const sp<BroadcastRadio> module, V1_0::Class classId, in Tuner() function in android::hardware::broadcastradio::V1_1::implementation::Tuner 70 void Tuner::forceClose() { in forceClose() 76 void Tuner::setConfigurationInternalLocked(const BandConfig& config) { in setConfigurationInternalLocked() 92 bool Tuner::autoConfigureLocked(uint64_t frequency) { in autoConfigureLocked() 104 Return<Result> Tuner::setConfiguration(const BandConfig& config) { in setConfiguration() 125 Return<void> Tuner::getConfiguration(getConfiguration_cb _hidl_cb) { in getConfiguration() 149 HalRevision Tuner::getHalRev() const { in getHalRev() 157 void Tuner::tuneInternalLocked(const ProgramSelector& sel) { in tuneInternalLocked() 176 Return<Result> Tuner::scan(Direction direction, bool skipSubChannel __unused) { in scan() 231 Return<Result> Tuner::step(Direction direction, bool skipSubChannel) { in step() [all …]
|
D | Tuner.h | 33 struct Tuner : public ITuner { struct 34 Tuner(const sp<BroadcastRadio> module, V1_0::Class classId,
|
D | BroadcastRadio.cpp | 144 sp<Tuner> newTuner = new Tuner(this, mClassId, callback); in openTuner()
|
D | BroadcastRadio.h | 74 wp<Tuner> mTuner;
|
D | Android.bp | 30 "Tuner.cpp",
|
/hardware/interfaces/tv/tuner/1.0/ |
D | IFrontend.hal | 23 * A Tuner Frontend is used to tune to a frequency and lock signal. It provide 24 * live data feed to Tuner Demux interface.
|
D | ILnb.hal | 22 * A Tuner LNB (low-noise block downconverter) is used by satellite frontend
|
/hardware/interfaces/tv/cec/2.0/ |
D | types.hal | 52 BACKUP_1 = 12, // backup1 for Playback/Recording/Tuner/Processor device 53 BACKUP_2 = 13, // backup2 for Playback/Recording/Tuner/Processor device
|
/hardware/interfaces/tv/input/1.0/ |
D | types.hal | 33 TUNER = 2, // Tuner. e.g. built-in terrestrial tuner
|
/hardware/interfaces/broadcastradio/2.0/ |
D | types.hal | 202 * Tuner may first quickly check every n-th channel and if it detects echo
|