Home
last modified time | relevance | path

Searched refs:testWithDemux (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/tv/tuner/1.1/vts/functional/
DFrontendTests.h119 AssertionResult tuneFrontend(FrontendConfig1_1 config, bool testWithDemux);
122 AssertionResult stopTuneFrontend(bool testWithDemux);
DFrontendTests.cpp430 AssertionResult FrontendTests::tuneFrontend(FrontendConfig1_1 config, bool testWithDemux) { in tuneFrontend() argument
439 if (mIsSoftwareFe && testWithDemux) { in tuneFrontend()
454 AssertionResult FrontendTests::stopTuneFrontend(bool testWithDemux) { in stopTuneFrontend() argument
458 if (mIsSoftwareFe && testWithDemux) { in stopTuneFrontend()
/hardware/interfaces/tv/tuner/1.0/vts/functional/
DFrontendTests.h116 AssertionResult tuneFrontend(FrontendConfig config, bool testWithDemux);
120 AssertionResult stopTuneFrontend(bool testWithDemux);
DFrontendTests.cpp363 AssertionResult FrontendTests::tuneFrontend(FrontendConfig config, bool testWithDemux) { in tuneFrontend() argument
372 if (mIsSoftwareFe && testWithDemux) { in tuneFrontend()
395 AssertionResult FrontendTests::stopTuneFrontend(bool testWithDemux) { in stopTuneFrontend() argument
399 if (mIsSoftwareFe && testWithDemux) { in stopTuneFrontend()