Searched defs:lnbSp (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/tuner/ |
D | TunerService.cpp | 263 mTuner->openLnbById(id, [&](Result result, const sp<ILnb>& lnbSp){ in openLnb() 284 mTuner->openLnbByName(lnbName, [&](Result r, LnbId id, const sp<ILnb>& lnbSp) { in openLnbByName()
|
/frameworks/base/media/jni/tuner/ |
D | TunerClient.cpp | 423 mTuner->openLnbById(id, [&](Result r, const sp<ILnb>& lnbSp) { in openHidlLnbById() 438 mTuner->openLnbByName(name, [&](Result r, LnbId id, const sp<ILnb>& lnbSp) { in openHidlLnbByName()
|