Home
last modified time | relevance | path

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

/hardware/interfaces/tv/tuner/aidl/vts/functional/
DFrontendTests.h53 void scanTest(std::shared_ptr<IFrontend>& frontend, FrontendConfig config,
103 void scanTest(FrontendConfig frontend, FrontendScanType type);
DFrontendTests.cpp123 void FrontendCallback::scanTest(std::shared_ptr<IFrontend>& frontend, FrontendConfig config, in scanTest() function in FrontendCallback
274 mFrontendCallback->scanTest(mFrontend, config, type); in scanFrontend()
611 void FrontendTests::scanTest(FrontendConfig frontendConf, FrontendScanType scanType) { in scanTest() function in FrontendTests
DVtsHalTvTunerTargetTest.cpp1201 mFrontendTests.scanTest(frontendMap[scan.frontendId], FrontendScanType::SCAN_AUTO); in TEST_P()
1221 mFrontendTests.scanTest(frontendMap[scan.frontendId], FrontendScanType::SCAN_BLIND); in TEST_P()
1253 mFrontendTests.scanTest(frontendMap[scan.frontendId], FrontendScanType::SCAN_BLIND); in TEST_P()
/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
286 mFrontendCallback->scanTest(mFrontend, config, type); in scanFrontend()
507 void FrontendTests::scanTest(FrontendConfig1_1 frontendConf, FrontendScanType scanType) { in scanTest() function in FrontendTests
DVtsHalTvTunerV1_1TargetTest.cpp269 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
239 mFrontendCallback->scanTest(mFrontend, config, type); in scanFrontend()
444 void FrontendTests::scanTest(FrontendConfig frontendConf, FrontendScanType scanType) { in scanTest() function in FrontendTests
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()