Home
last modified time | relevance | path

Searched refs:FrontendConfig (Results 1 – 7 of 7) 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);
85 void resetBlindScanStartingFrequency(FrontendConfig& config, uint32_t resetingFreq);
114 AssertionResult scanFrontend(FrontendConfig config, FrontendScanType type);
116 AssertionResult tuneFrontend(FrontendConfig config, bool testWithDemux);
124 void tuneTest(FrontendConfig frontendConf);
125 void scanTest(FrontendConfig frontend, FrontendScanType type);
H A DVtsHalTvTunerV1_0TargetTest.h147 void configSingleFilterInDemuxTest(FilterConfig filterConf, FrontendConfig frontendConf);
209 void broadcastSingleFilterTest(FilterConfig filterConf, FrontendConfig frontendConf);
210 void broadcastSingleFilterTestWithLnb(FilterConfig filterConf, FrontendConfig frontendConf,
269 void attachSingleFilterToRecordDvrTest(FilterConfig filterConf, FrontendConfig frontendConf,
271 void recordSingleFilterTest(FilterConfig filterConf, FrontendConfig frontendConf,
273 void recordSingleFilterTestWithLnb(FilterConfig filterConf, FrontendConfig frontendConf,
311 FrontendConfig frontendConf, DescramblerConfig descConfig);
H A DFrontendTests.cpp80 void FrontendCallback::scanTest(sp<IFrontend>& frontend, FrontendConfig config, in scanTest()
161 void FrontendCallback::resetBlindScanStartingFrequency(FrontendConfig& config, in resetBlindScanStartingFrequency()
231 AssertionResult FrontendTests::scanFrontend(FrontendConfig config, FrontendScanType type) { in scanFrontend()
363 AssertionResult FrontendTests::tuneFrontend(FrontendConfig config, bool testWithDemux) { in tuneFrontend()
429 void FrontendTests::tuneTest(FrontendConfig frontendConf) { in tuneTest()
441 void FrontendTests::scanTest(FrontendConfig frontendConf, FrontendScanType scanType) { in scanTest()
H A DVtsHalTvTunerV1_0TargetTest.cpp34 FrontendConfig frontendConf) { in configSingleFilterInDemuxTest()
76 FrontendConfig frontendConf) { in broadcastSingleFilterTest()
111 FrontendConfig frontendConf, in broadcastSingleFilterTestWithLnb()
160 FrontendConfig frontendConf, DvrConfig dvrConf) { in recordSingleFilterTest()
240 FrontendConfig frontendConf, in recordSingleFilterTestWithLnb()
265 FrontendConfig frontendConf, in attachSingleFilterToRecordDvrTest()
317 FrontendConfig frontendConf, in scrambledBroadcastTest()
H A DVtsHalTvTunerV1_0TestConfigurations.h47 static map<string, FrontendConfig> frontendMap;
/aosp12/hardware/interfaces/tv/tuner/config/
H A DTunerTestingConfigReaderV1_1.h31 FrontendConfig config1_0;
51 map<string, FrontendConfig> frontendMap1_0; in readFrontendConfig1_1()
H A DTunerTestingConfigReaderV1_0.h85 struct FrontendConfig { struct
215 static void readFrontendConfig1_0(map<string, FrontendConfig>& frontendMap) { in readFrontendConfig1_0()