Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/tv/tuner/1.0/vts/functional/
H A DFrontendTests.h81 void scanTest(sp<IFrontend>& frontend, FrontendConfig config, FrontendScanType type);
125 void scanTest(FrontendConfig frontend, FrontendScanType type);
H A 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
H A DVtsHalTvTunerV1_0TargetTest.cpp422 mFrontendTests.scanTest(frontendMap[scan.frontendId], FrontendScanType::SCAN_AUTO); in TEST_P()
430 mFrontendTests.scanTest(frontendMap[scan.frontendId], FrontendScanType::SCAN_BLIND); in TEST_P()
/aosp12/hardware/interfaces/tv/tuner/1.1/vts/functional/
H A DFrontendTests.h82 void scanTest(sp<IFrontend>& frontend, FrontendConfig1_1 config, FrontendScanType type);
131 void scanTest(FrontendConfig1_1 frontend, FrontendScanType type);
H A 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
H A DVtsHalTvTunerV1_1TargetTest.cpp263 mFrontendTests.scanTest(frontendMap[scan.frontendId], FrontendScanType::SCAN_BLIND); in TEST_P()