Home
last modified time | relevance | path

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

/hardware/interfaces/tv/tuner/1.1/vts/functional/
DFrontendTests.h82 void scanTest(sp<IFrontend>& frontend, FrontendConfig1_1 config, FrontendScanType type);
86 void resetBlindScanStartingFrequency(FrontendConfig1_1& config, uint32_t resetingFreq);
117 AssertionResult scanFrontend(FrontendConfig1_1 config, FrontendScanType type);
119 AssertionResult tuneFrontend(FrontendConfig1_1 config, bool testWithDemux);
130 void tuneTest(FrontendConfig1_1 frontendConf);
131 void scanTest(FrontendConfig1_1 frontend, FrontendScanType type);
DVtsHalTvTunerV1_1TargetTest.h69 void configSingleFilterInDemuxTest(FilterConfig1_1 filterConf, FrontendConfig1_1 frontendConf);
71 FrontendConfig1_1 frontendConf);
98 void recordSingleFilterTest(FilterConfig1_1 filterConf, FrontendConfig1_1 frontendConf,
156 FrontendConfig1_1 frontendConf);
DFrontendTests.cpp124 void FrontendCallback::scanTest(sp<IFrontend>& frontend, FrontendConfig1_1 config, in scanTest()
212 void FrontendCallback::resetBlindScanStartingFrequency(FrontendConfig1_1& config, in resetBlindScanStartingFrequency()
279 AssertionResult FrontendTests::scanFrontend(FrontendConfig1_1 config, FrontendScanType type) { in scanFrontend()
431 AssertionResult FrontendTests::tuneFrontend(FrontendConfig1_1 config, bool testWithDemux) { in tuneFrontend()
491 void FrontendTests::tuneTest(FrontendConfig1_1 frontendConf) { in tuneTest()
507 void FrontendTests::scanTest(FrontendConfig1_1 frontendConf, FrontendScanType scanType) { in scanTest()
DVtsHalTvTunerV1_1TargetTest.cpp26 FrontendConfig1_1 frontendConf) { in configSingleFilterInDemuxTest()
65 FrontendConfig1_1 frontendConf) { in reconfigSingleFilterInDemuxTest()
101 FrontendConfig1_1 frontendConf) { in mediaFilterUsingSharedMemoryTest()
138 FrontendConfig1_1 frontendConf, in recordSingleFilterTest()
DVtsHalTvTunerV1_1TestConfigurations.h61 static map<string, FrontendConfig1_1> frontendMap;
/hardware/interfaces/tv/tuner/config/
DTunerTestingConfigReaderV1_1.h30 struct FrontendConfig1_1 { struct
50 static void readFrontendConfig1_1(map<string, FrontendConfig1_1>& frontendMap) { in readFrontendConfig1_1() argument