Searched refs:lnb (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/tv/tuner/1.0/vts/functional/ |
D | LnbTests.cpp | 44 mService->openLnbById(lnbId, [&](Result result, const sp<ILnb>& lnb) { in openLnbById() argument 45 mLnb = lnb; in openLnbById() 53 mService->openLnbByName(lnbName, [&](Result result, uint32_t lnbId, const sp<ILnb>& lnb) { in openLnbByName() argument 54 mLnb = lnb; in openLnbByName()
|
/hardware/interfaces/tv/tuner/1.0/ |
D | ILnb.hal | 28 * Set the lnb callback. 45 * Set the lnb's power voltage. 56 * Set the lnb's tone mode. 67 * Select the lnb's position.
|
D | ITuner.hal | 123 * @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);
|
/hardware/interfaces/tv/tuner/1.0/default/ |
D | Frontend.h | 63 virtual Return<Result> setLnb(uint32_t lnb) override;
|
D | Tuner.cpp | 226 sp<ILnb> lnb = new Lnb(); in openLnbByName() local 228 _hidl_cb(Result::SUCCESS, 1234, lnb); in openLnbByName()
|
/hardware/interfaces/tv/tuner/1.1/default/ |
D | Frontend.h | 68 virtual Return<Result> setLnb(uint32_t lnb) override;
|
D | Tuner.cpp | 315 sp<V1_0::ILnb> lnb = new Lnb(); in openLnbByName() local 317 _hidl_cb(Result::SUCCESS, 1234, lnb); in openLnbByName()
|