Searched refs:lnbClient (Results 1 – 4 of 4) sorted by relevance
96 Result FrontendClient::setLnb(sp<LnbClient> lnbClient) { in setLnb() argument98 Status s = mTunerFrontend->setLnb(lnbClient->getAidlLnb()); in setLnb()
100 Result setLnb(sp<LnbClient> lnbClient);
1832 sp<LnbClient> lnbClient; in openLnbByHandle() local1834 lnbClient = sTunerClient->openLnb(handle); in openLnbByHandle()1835 if (lnbClient == nullptr) { in openLnbByHandle()1840 if (lnbClient->setCallback(callback) != Result::SUCCESS) { in openLnbByHandle()1850 lnbClient->incStrong(lnbObj); in openLnbByHandle()1851 env->SetLongField(lnbObj, gFields.lnbContext, (jlong)lnbClient.get()); in openLnbByHandle()1864 sp<LnbClient> lnbClient; in openLnbByName() local1866 lnbClient = sTunerClient->openLnbByName(lnbName); in openLnbByName()1867 if (lnbClient == nullptr) { in openLnbByName()1872 if (lnbClient->setCallback(callback) != Result::SUCCESS) { in openLnbByName()[all …]
221 int setLnb(sp<LnbClient> lnbClient);