Home
last modified time | relevance | path

Searched refs:lnb (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/tv/tuner/1.0/default/
DTuner.cpp130 sp<ILnb> lnb = new Lnb(); in openLnbById() local
132 _hidl_cb(Result::SUCCESS, lnb); in openLnbById()
145 sp<ILnb> lnb = new Lnb(); in openLnbByName() local
147 _hidl_cb(Result::SUCCESS, 1234, lnb); in openLnbByName()
DFrontend.h63 virtual Return<Result> setLnb(uint32_t lnb) override;
/hardware/interfaces/tv/tuner/1.0/
DILnb.hal28 * Set the lnb callback.
45 * Set the lnb's power voltage.
56 * Set the lnb's tone mode.
67 * Select the lnb's position.
DITuner.hal123 * @return lnb the newly created Lnb interface.
125 openLnbById(LnbId lnbId) generates (Result result, ILnb lnb);
140 * @return lnb the newly created Lnb interface.
142 openLnbByName(string lnbName) generates (Result result, LnbId lnbId, ILnb lnb);