Searched refs:mFrontend (Results 1 – 3 of 3) sorted by relevance
653 sp<IFrontend> mFrontend; member in __anon08a452290111::TunerHidlTest705 mFrontend = frontend; in createFrontend()713 auto callbackStatus = mFrontend->setCallback(mFrontendCallback); in createFrontend()730 mFrontendCallback->testOnEvent(mFrontend, frontendSettings); in tuneFrontend()736 mFrontendCallback->testOnEvent(mFrontend, frontendSettings); in tuneFrontend()743 if (!mFrontend && createFrontend(frontendId) == ::testing::AssertionFailure()) { in stopTuneFrontend()747 status = mFrontend->stopTune(); in stopTuneFrontend()753 if (!mFrontend && createFrontend(frontendId) == ::testing::AssertionFailure()) { in closeFrontend()757 status = mFrontend->close(); in closeFrontend()758 mFrontend = nullptr; in closeFrontend()[all …]
45 mFrontend = mTunerService->getFrontendById(frontendId); in setFrontendDataSource()47 if (mFrontend == nullptr) { in setFrontendDataSource()51 mFrontendSourceFile = mFrontend->getSourceFile(); in setFrontendDataSource()
98 sp<Frontend> mFrontend; variable