Home
last modified time | relevance | path

Searched refs:scanTest (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/tv/tuner/1.1/vts/functional/
DFrontendTests.h82 void scanTest(sp<IFrontend>& frontend, FrontendConfig1_1 config, FrontendScanType type);
131 void scanTest(FrontendConfig1_1 frontend, FrontendScanType type);
DFrontendTests.cpp124 void FrontendCallback::scanTest(sp<IFrontend>& frontend, FrontendConfig1_1 config, in scanTest() function in FrontendCallback
285 mFrontendCallback->scanTest(mFrontend, config, type); in scanFrontend()
504 void FrontendTests::scanTest(FrontendConfig1_1 frontendConf, FrontendScanType scanType) { in scanTest() function in FrontendTests
DVtsHalTvTunerV1_1TargetTest.cpp263 mFrontendTests.scanTest(frontendMap[scan.frontendId], FrontendScanType::SCAN_BLIND); in TEST_P()
/hardware/interfaces/tv/tuner/1.0/vts/functional/
DFrontendTests.h81 void scanTest(sp<IFrontend>& frontend, FrontendConfig config, FrontendScanType type);
125 void scanTest(FrontendConfig frontend, FrontendScanType type);
DFrontendTests.cpp80 void FrontendCallback::scanTest(sp<IFrontend>& frontend, FrontendConfig config, in scanTest() function in FrontendCallback
238 mFrontendCallback->scanTest(mFrontend, config, type); in scanFrontend()
441 void FrontendTests::scanTest(FrontendConfig frontendConf, FrontendScanType scanType) { in scanTest() function in FrontendTests