Searched refs:lnb (Results 1 – 6 of 6) 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 | 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 | 67 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()
|