Searched refs:feId (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/tv/tuner/1.1/vts/functional/ |
D | VtsHalTvTunerV1_1TargetTest.cpp | 27 uint32_t feId; in configSingleFilterInDemuxTest() local 32 mFrontendTests.getFrontendIdByType(frontendConf.config1_0.type, feId); in configSingleFilterInDemuxTest() 33 ASSERT_TRUE(feId != INVALID_ID); in configSingleFilterInDemuxTest() 34 ASSERT_TRUE(mFrontendTests.openFrontendById(feId)); in configSingleFilterInDemuxTest() 37 ASSERT_TRUE(mDemuxTests.setDemuxFrontendDataSource(feId)); in configSingleFilterInDemuxTest() 60 uint32_t feId; in reconfigSingleFilterInDemuxTest() local 65 mFrontendTests.getFrontendIdByType(frontendConf.config1_0.type, feId); in reconfigSingleFilterInDemuxTest() 66 ASSERT_TRUE(feId != INVALID_ID); in reconfigSingleFilterInDemuxTest() 67 ASSERT_TRUE(mFrontendTests.openFrontendById(feId)); in reconfigSingleFilterInDemuxTest() 73 ASSERT_TRUE(mDemuxTests.setDemuxFrontendDataSource(feId)); in reconfigSingleFilterInDemuxTest() [all …]
|
D | FrontendTests.cpp | 474 void FrontendTests::getFrontendIdByType(FrontendType feType, uint32_t& feId) { in getFrontendIdByType() argument 482 feId = mFeIds[i]; in getFrontendIdByType() 485 feId = INVALID_ID; in getFrontendIdByType() 489 uint32_t feId; in tuneTest() local 490 getFrontendIdByType(frontendConf.config1_0.type, feId); in tuneTest() 491 ASSERT_TRUE(feId != INVALID_ID); in tuneTest() 492 ASSERT_TRUE(openFrontendById(feId)); in tuneTest() 505 uint32_t feId; in scanTest() local 506 getFrontendIdByType(frontendConf.config1_0.type, feId); in scanTest() 507 ASSERT_TRUE(feId != INVALID_ID); in scanTest() [all …]
|
D | FrontendTests.h | 129 void getFrontendIdByType(FrontendType feType, uint32_t& feId);
|
/hardware/interfaces/tv/tuner/1.0/vts/functional/ |
D | FrontendTests.cpp | 415 void FrontendTests::getFrontendIdByType(FrontendType feType, uint32_t& feId) { in getFrontendIdByType() argument 423 feId = mFeIds[i]; in getFrontendIdByType() 426 feId = INVALID_ID; in getFrontendIdByType() 430 uint32_t feId; in tuneTest() local 431 getFrontendIdByType(frontendConf.type, feId); in tuneTest() 432 ASSERT_TRUE(feId != INVALID_ID); in tuneTest() 433 ASSERT_TRUE(openFrontendById(feId)); in tuneTest() 442 uint32_t feId; in scanTest() local 443 getFrontendIdByType(frontendConf.type, feId); in scanTest() 444 ASSERT_TRUE(feId != INVALID_ID); in scanTest() [all …]
|
D | FrontendTests.h | 123 void getFrontendIdByType(FrontendType feType, uint32_t& feId);
|