Home
last modified time | relevance | path

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

/hardware/interfaces/tv/tuner/1.0/vts/functional/
DLnbTests.cpp44 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/
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);
/hardware/interfaces/tv/tuner/1.0/default/
DFrontend.h63 virtual Return<Result> setLnb(uint32_t lnb) override;
DTuner.cpp226 sp<ILnb> lnb = new Lnb(); in openLnbByName() local
228 _hidl_cb(Result::SUCCESS, 1234, lnb); in openLnbByName()
/hardware/interfaces/tv/tuner/1.1/default/
DFrontend.h68 virtual Return<Result> setLnb(uint32_t lnb) override;
DTuner.cpp315 sp<V1_0::ILnb> lnb = new Lnb(); in openLnbByName() local
317 _hidl_cb(Result::SUCCESS, 1234, lnb); in openLnbByName()