/hardware/interfaces/broadcastradio/1.1/default/ |
D | VirtualRadio.cpp | 42 {make_selector(Band::FM, 94900), "Wild 94.9", "Drake ft. Rihanna", "Too Good"}, 43 {make_selector(Band::FM, 96500), "KOIT", "Celine Dion", "All By Myself"}, 44 {make_selector(Band::FM, 97300), "Alice@97.3", "Drops of Jupiter", "Train"}, 45 {make_selector(Band::FM, 99700), "99.7 Now!", "The Chainsmokers", "Closer"}, 46 {make_selector(Band::FM, 101300), "101-3 KISS-FM", "Justin Timberlake", "Rock Your Body"}, 47 {make_selector(Band::FM, 103700), "iHeart80s @ 103.7", "Michael Jackson", "Billie Jean"}, 48 {make_selector(Band::FM, 106100), "106 KMEL", "Drake", "Marvins Room"},
|
D | BroadcastRadio.cpp | 59 Band::FM, 112 static_cast<uint32_t>(ProgramType::AM), static_cast<uint32_t>(ProgramType::FM), in getProperties_1_1()
|
/hardware/interfaces/broadcastradio/common/utils1x/ |
D | Utils.cpp | 41 if (a == ProgramType::FM && b == ProgramType::FM_HD) return true; in isCompatibleProgramType() 42 if (a == ProgramType::FM_HD && b == ProgramType::FM) return true; in isCompatibleProgramType() 73 case ProgramType::FM: in tunesTo() 110 case ProgramType::FM: in isAmFm() 124 return band == Band::FM || band == Band::FM_HD; in isFm() 169 ALOGW_IF((subChannel > 0) && (band == Band::AM || band == Band::FM), in make_selector() 177 type = ProgramType::FM; in make_selector() 216 case ProgramType::FM: in isDigital()
|
/hardware/interfaces/broadcastradio/2.0/ |
D | types.hal | 51 * stereo channels into one. Mainly for, but not limited to AM/FM. 58 * User may disable digital playback for FM HD Radio or hybrid FM/DAB with 96 /** Enables DAB-FM hard- and implicit-linking (the same content). */ 102 /** Enables DAB-FM soft-linking (related content). */ 140 * FM de-emphasis filter supported or configured. 151 * Regional configuration for AM/FM. 162 * All supported or configured AM/FM bands. 164 * AM/FM bands are identified by frequency value 168 * for capabilities check (AM and FM) and four ranges for specific region 169 * configuration (AM LW, AM MW, AM SW, FM). [all …]
|
D | IBroadcastRadio.hal | 38 * Fetches current or possible AM/FM region configuration. 43 * NOT_SUPPORTED if the tuner doesn't support AM/FM.
|
/hardware/interfaces/broadcastradio/1.0/ |
D | types.hal | 33 /** FM (including HD radio) and AM */ 45 /** Frequency Modulation band: FM */ 46 FM = 1, 47 /** FM HD Radio / DRM (IBOC) */ 61 /* FM deemphasis variant implemented. 78 /** Additional attributes for an FM band configuration */
|
D | IBroadcastRadioFactory.hal | 25 * (AM/FM, Satellite, DAB).
|
D | ITuner.hal | 83 * @param channel Channel to tune to. A frequency in kHz for AM/FM/HD Radio
|
/hardware/interfaces/broadcastradio/1.1/ |
D | types.hal | 125 FM, 142 FM, // analogue FM radio (with or without RDS) 144 FM_HD, // FM HD Radio 158 * it for secondary IDs. For example, a satellite program may set AM/FM fallback 159 * frequency, if a station broadcasts both via satellite and AM/FM. 244 * - AM/FM frequency 262 * - AM, FM: RDS_PI if the station broadcasts RDS, AMFM_FREQUENCY otherwise;
|
D | ITuner.hal | 26 * For AM/FM, it must be called when a valid configuration has been applied. 125 * User may disable digital playback for FM HD Radio or hybrid FM/DAB with
|
/hardware/interfaces/broadcastradio/aidl/default/test/ |
D | DefaultBroadcastRadioHalTest.cpp | 297 ASSERT_TRUE(getAmFmBandRange(utils::FrequencyBand::FM, &fmRange)); in TEST_F() 313 ASSERT_TRUE(getAmFmBandRange(utils::FrequencyBand::FM, &fmRange)); in TEST_F() 329 ASSERT_TRUE(getAmFmBandRange(utils::FrequencyBand::FM, &fmRange)); in TEST_F() 345 ASSERT_TRUE(getAmFmBandRange(utils::FrequencyBand::FM, &fmRange)); in TEST_F() 484 EXPECT_EQ(utils::getBand(utils::getAmFmFrequency(it->selector)), utils::FrequencyBand::FM); in TEST_F() 500 EXPECT_EQ(utils::getBand(utils::getAmFmFrequency(it->selector)), utils::FrequencyBand::FM); in TEST_F() 513 EXPECT_EQ(utils::getBand(utils::getAmFmFrequency(it->selector)), utils::FrequencyBand::FM); in TEST_F()
|
/hardware/interfaces/broadcastradio/1.0/default/ |
D | Utils.cpp | 47 static_assert(RADIO_BAND_FM == static_cast<int>(Band::FM), 156 if (config->type == Band::FM) { in convertBandConfigFromHal() 210 if (config->type == Band::FM) { in convertBandConfigToHal()
|
/hardware/interfaces/broadcastradio/common/utils2x/include/broadcastradio-utils-2x/ |
D | Utils.h | 33 FM, enumerator
|
/hardware/interfaces/broadcastradio/common/utilsaidl/include/broadcastradio-utils-aidl/ |
D | Utils.h | 39 FM, enumerator
|
/hardware/interfaces/broadcastradio/1.1/vts/functional/ |
D | VtsHalBroadcastradioV1_1TargetTest.cpp | 73 ProgramType::AM, ProgramType::FM, ProgramType::AM_HD, ProgramType::FM_HD, 545 EXPECT_LE(val, static_cast<uint32_t>(Modulation::FM)); in verifyIdentifier()
|
/hardware/interfaces/broadcastradio/1.0/vts/functional/ |
D | VtsHalBroadcastradioV1_0TargetTest.cpp | 284 } else if (l.type == Band::FM || l.type == Band::FM_HD) { in operator ==() 501 badConfig.type = Band::FM; in TEST_P()
|
/hardware/interfaces/broadcastradio/common/utils2x/ |
D | Utils.cpp | 90 if (freq < 110000) return FrequencyBand::FM; in getBand()
|
/hardware/interfaces/audio/common/6.0/ |
D | types.hal | 188 /** Virtual source for the built-in FM tuner. */ 645 /** FM transmitter out */ 678 /** FM tuner input */
|
/hardware/interfaces/broadcastradio/common/utilsaidl/src/ |
D | Utils.cpp | 116 if (freq < 110000) return FrequencyBand::FM; in getBand()
|
/hardware/interfaces/audio/common/2.0/ |
D | types.hal | 527 /** FM transmitter out */ 591 /** FM tuner input */
|
/hardware/interfaces/audio/common/4.0/ |
D | types.hal | 534 /** FM transmitter out */ 567 /** FM tuner input */
|
/hardware/interfaces/broadcastradio/common/utilsaidl/test/ |
D | BroadcastRadioUtilsTest.cpp | 64 .name = "fm_band", .frequency = 97900, .bandResult = utils::FrequencyBand::FM}, in getBandTestCases()
|
/hardware/interfaces/broadcastradio/2.0/vts/functional/ |
D | VtsHalBroadcastradioV2_0TargetTest.cpp | 304 if (utils::getBand(range.lowerBound) == utils::FrequencyBand::FM) return true; in supportsFM()
|
/hardware/interfaces/audio/common/5.0/ |
D | types.hal | 596 /** FM transmitter out */ 629 /** FM tuner input */
|
/hardware/interfaces/broadcastradio/aidl/vts/src/ |
D | VtsHalBroadcastradioAidlTargetTest.cpp | 101 if (bcutils::getBand(range.lowerBound) == bcutils::FrequencyBand::FM) { in supportsFM()
|