Home
last modified time | relevance | path

Searched defs:lnb (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/tv/tuner/1.0/vts/functional/
DLnbTests.cpp44 mService->openLnbById(lnbId, [&](Result result, const sp<ILnb>& lnb) { in openLnbById()
53 mService->openLnbByName(lnbName, [&](Result result, uint32_t lnbId, const sp<ILnb>& lnb) { in openLnbByName()
/hardware/interfaces/tv/tuner/1.0/default/
DTuner.cpp226 sp<ILnb> lnb = new Lnb(); in openLnbByName() local
/hardware/interfaces/tv/tuner/1.1/default/
DTuner.cpp315 sp<V1_0::ILnb> lnb = new Lnb(); in openLnbByName() local