Home
last modified time | relevance | path

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

/hardware/interfaces/tv/tuner/aidl/vts/functional/
DFrontendTests.h90 AssertionResult tuneFrontend(FrontendConfig config, bool testWithDemux);
93 AssertionResult stopTuneFrontend(bool testWithDemux);
DFrontendTests.cpp469 AssertionResult FrontendTests::tuneFrontend(FrontendConfig config, bool testWithDemux) { in tuneFrontend() argument
481 if (mIsSoftwareFe && testWithDemux) { in tuneFrontend()
506 AssertionResult FrontendTests::stopTuneFrontend(bool testWithDemux) { in stopTuneFrontend() argument
510 if (mIsSoftwareFe && testWithDemux) { in stopTuneFrontend()
/hardware/interfaces/tv/tuner/1.1/vts/functional/
DFrontendTests.h119 AssertionResult tuneFrontend(FrontendConfig1_1 config, bool testWithDemux);
122 AssertionResult stopTuneFrontend(bool testWithDemux);
DFrontendTests.cpp431 AssertionResult FrontendTests::tuneFrontend(FrontendConfig1_1 config, bool testWithDemux) { in tuneFrontend() argument
440 if (mIsSoftwareFe && testWithDemux) { in tuneFrontend()
457 AssertionResult FrontendTests::stopTuneFrontend(bool testWithDemux) { in stopTuneFrontend() argument
461 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.cpp364 AssertionResult FrontendTests::tuneFrontend(FrontendConfig config, bool testWithDemux) { in tuneFrontend() argument
373 if (mIsSoftwareFe && testWithDemux) { in tuneFrontend()
398 AssertionResult FrontendTests::stopTuneFrontend(bool testWithDemux) { in stopTuneFrontend() argument
402 if (mIsSoftwareFe && testWithDemux) { in stopTuneFrontend()