Home
last modified time | relevance | path

Searched defs:frontend (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/tv/tuner/1.0/vts/functional/
DFrontendTests.cpp50 void FrontendCallback::tuneTestOnEventReceive(sp<IFrontend>& frontend, FrontendSettings settings) { in tuneTestOnEventReceive()
65 void FrontendCallback::tuneTestOnLock(sp<IFrontend>& frontend, FrontendSettings settings) { in tuneTestOnLock()
80 void FrontendCallback::scanTest(sp<IFrontend>& frontend, FrontendConfig config, in scanTest()
218 mService->openFrontendById(frontendId, [&](Result result, const sp<IFrontend>& frontend) { in openFrontendById()
/hardware/interfaces/tv/tuner/1.1/vts/functional/
DFrontendTests.cpp101 void FrontendCallback::tuneTestOnLock(sp<IFrontend>& frontend, FrontendSettings settings, in tuneTestOnLock()
124 void FrontendCallback::scanTest(sp<IFrontend>& frontend, FrontendConfig1_1 config, in scanTest()
265 mService->openFrontendById(frontendId, [&](Result result, const sp<IFrontend>& frontend) { in openFrontendById()
/hardware/interfaces/tv/tuner/aidl/vts/functional/
DFrontendTests.cpp107 void FrontendCallback::tuneTestOnLock(std::shared_ptr<IFrontend>& frontend, in tuneTestOnLock()
123 void FrontendCallback::scanTest(std::shared_ptr<IFrontend>& frontend, FrontendConfig config, in scanTest()