Home
last modified time | relevance | path

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

/hardware/interfaces/tv/tuner/aidl/vts/functional/
DFrontendTests.cpp250 status = mService->getFrontendInfo(frontendId, &mFrontendInfo); in getFrontendInfo()
271 EXPECT_TRUE(mFrontendInfo.type == config.type) in scanFrontend()
473 EXPECT_TRUE(mFrontendInfo.type == config.type) in tuneFrontend()
531 if (mFrontendInfo.type != feType) { in getFrontendIdByType()
583 status = mService->getMaxNumberOfFrontends(mFrontendInfo.type, &defaultMax); in maxNumberOfFrontendsTest()
587 status = mService->setMaxNumberOfFrontends(mFrontendInfo.type, -1); in maxNumberOfFrontendsTest()
591 status = mService->setMaxNumberOfFrontends(mFrontendInfo.type, defaultMax + 1); in maxNumberOfFrontendsTest()
595 status = mService->setMaxNumberOfFrontends(mFrontendInfo.type, 0); in maxNumberOfFrontendsTest()
599 status = mService->getMaxNumberOfFrontends(mFrontendInfo.type, &currentMax); in maxNumberOfFrontendsTest()
603 status = mService->setMaxNumberOfFrontends(mFrontendInfo.type, defaultMax); in maxNumberOfFrontendsTest()
[all …]
DFrontendTests.h136 FrontendInfo mFrontendInfo; variable
/hardware/interfaces/tv/tuner/1.0/vts/functional/
DFrontendTests.cpp210 mFrontendInfo = frontendInfo; in getFrontendInfo()
236 EXPECT_TRUE(mFrontendInfo.type == config.type) in scanFrontend()
368 EXPECT_TRUE(mFrontendInfo.type == config.type) in tuneFrontend()
423 if (mFrontendInfo.type != feType) { in getFrontendIdByType()
DFrontendTests.h155 FrontendInfo mFrontendInfo; variable
/hardware/interfaces/tv/tuner/1.1/vts/functional/
DFrontendTests.cpp257 mFrontendInfo = frontendInfo; in getFrontendInfo()
283 EXPECT_TRUE(mFrontendInfo.type == config.config1_0.type) in scanFrontend()
435 EXPECT_TRUE(mFrontendInfo.type == config.config1_0.type) in tuneFrontend()
482 if (mFrontendInfo.type != feType) { in getFrontendIdByType()
DFrontendTests.h161 FrontendInfo mFrontendInfo; variable