Searched refs:getBand (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/broadcastradio/1.0/vts/functional/ |
D | VtsHalBroadcastradioV1_0TargetTest.cpp | 246 const BandConfig& getBand(unsigned idx); 338 auto hidlReturn = mRadio->openTuner(getBand(0), true, mTunerCallback, openCb); in openTuner() 366 const BandConfig& BroadcastRadioHidlTest::getBand(unsigned idx) { in getBand() function in BroadcastRadioHidlTest 434 auto hidlReturn = mRadio->openTuner(getBand(0), true, mTunerCallback, openCb); in TEST_P() 463 Return<Result> hidlResult = mTuner->setConfiguration(getBand(1)); in TEST_P() 468 EXPECT_EQ(getBand(1), mBandConfigCallbackData); in TEST_P() 482 EXPECT_EQ(getBand(1), halConfig); in TEST_P() 515 setResult = mTuner->setConfiguration(getBand(0)); in TEST_P() 599 auto& band = getBand(0); in TEST_P()
|
/hardware/interfaces/broadcastradio/1.1/vts/functional/ |
D | VtsHalBroadcastradioV1_1TargetTest.cpp | 116 const BandConfig& getBand(unsigned idx); 184 auto hidlResult = mRadioModule->openTuner(getBand(0), true, mCallback, openCb); in openTuner() 206 const BandConfig& BroadcastRadioHalTest::getBand(unsigned idx) { in getBand() function in android::hardware::broadcastradio::V1_1::vts::BroadcastRadioHalTest 232 auto hidlResult = mTuner->setConfiguration(getBand(currentBandIndex)); in nextBand() 235 EXPECT_EQ(getBand(currentBandIndex), bandCb); in nextBand()
|
/hardware/interfaces/broadcastradio/common/utils2x/ |
D | Utils.cpp | 82 FrequencyBand getBand(uint64_t freq) { in getBand() function
|
/hardware/interfaces/broadcastradio/2.0/vts/functional/ |
D | VtsHalBroadcastradioV2_0TargetTest.cpp | 297 if (utils::getBand(range.lowerBound) == utils::FrequencyBand::FM) return true; in supportsFM()
|