/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/google/av/media/codecs/amr_nb_wb/ |
D | C2SoftAmrDec.cpp | 204 static size_t getFrameSize(bool isWide, unsigned FM) { in getFrameSize() argument 219 if (FM > 15 || (isWide && FM > 9 && FM < 14) || (!isWide && FM > 11 && FM < 15)) { in getFrameSize() 220 ALOGE("illegal AMR frame mode %d", FM); in getFrameSize() 224 return (isWide ? kFrameSizeWB[FM] : kFrameSizeNB[FM]) + 1; in getFrameSize() 230 int16_t FM = ((input[0] >> 3) & 0x0f); in calculateNumFrames() local 231 size_t frameSize = getFrameSize(isWide, FM); in calculateNumFrames() 327 int16_t FM = ((*input >> 3) & 0x0f); in process() local 330 (Frame_Type_3GPP) FM, in process() 339 if (FM >= 9) { in process() 349 mInputSampleBuffer, &FT, &FM, 1, &rx_state); in process() [all …]
|
/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/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/1.0/vts/functional/ |
D | VtsHalBroadcastradioV1_0TargetTest.cpp | 283 } else if (l.type == Band::FM || l.type == Band::FM_HD) { in operator ==() 500 badConfig.type = Band::FM; in TEST_P()
|
/hardware/interfaces/broadcastradio/1.1/vts/functional/ |
D | VtsHalBroadcastradioV1_1TargetTest.cpp | 71 ProgramType::AM, ProgramType::FM, ProgramType::AM_HD, ProgramType::FM_HD, 565 EXPECT_LE(val, static_cast<uint32_t>(Modulation::FM)); in verifyIdentifier()
|
/hardware/interfaces/broadcastradio/common/utils2x/ |
D | Utils.cpp | 90 if (freq < 110000) return FrequencyBand::FM; in getBand()
|
/hardware/interfaces/broadcastradio/2.0/vts/functional/ |
D | VtsHalBroadcastradioV2_0TargetTest.cpp | 296 if (utils::getBand(range.lowerBound) == utils::FrequencyBand::FM) return true; in supportsFM()
|
/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/audio/common/5.0/ |
D | types.hal | 596 /** FM transmitter out */ 629 /** FM tuner input */
|