Searched defs:lnb (Results 1 – 2 of 2) sorted by relevance
44 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()
226 sp<ILnb> lnb = new Lnb(); in openLnbByName() local