Lines Matching refs:mFrontend
256 status = mService->openFrontendById(frontendId, &mFrontend); in openFrontendById()
261 EXPECT_TRUE(mFrontend) << "Test with openFrontendById first."; in setFrontendCallback()
263 auto callbackStatus = mFrontend->setCallback(mFrontendCallback); in setFrontendCallback()
274 mFrontendCallback->scanTest(mFrontend, config, type); in scanFrontend()
279 EXPECT_TRUE(mFrontend) << "Test with openFrontendById first."; in stopScanFrontend()
281 status = mFrontend->stopScan(); in stopScanFrontend()
291 return AssertionResult(mFrontend->setLnb(lnbId).isOk()); in setLnb()
297 status = mFrontend->linkCiCam(ciCamId, <sId); in linkCiCam()
303 status = mFrontend->removeOutputPid(removePid); in removeOutputPid()
309 ndk::ScopedAStatus status = mFrontend->unlinkCiCam(ciCamId); in unlinkCiCam()
315 ASSERT_TRUE(mFrontend) << "Frontend is not opened yet."; in verifyFrontendStatus()
319 status = mFrontend->getStatus(statusTypes, &realStatuses); in verifyFrontendStatus()
499 mFrontendCallback->tuneTestOnLock(mFrontend, config.settings); in tuneFrontend()
507 EXPECT_TRUE(mFrontend) << "Test with openFrontendById first."; in stopTuneFrontend()
509 status = mFrontend->stopTune(); in stopTuneFrontend()
519 EXPECT_TRUE(mFrontend) << "Test with openFrontendById first."; in closeFrontend()
521 status = mFrontend->close(); in closeFrontend()
522 mFrontend = nullptr; in closeFrontend()
541 EXPECT_TRUE(mFrontend) << "Test with openFrontendById first."; in verifyHardwareInfo()
543 ndk::ScopedAStatus status = mFrontend->getHardwareInfo(&info); in verifyHardwareInfo()
643 ndk::ScopedAStatus status = mFrontend->getFrontendStatusReadiness(allTypes, &readiness); in statusReadinessTest()