Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/broadcastradio/1.1/default/
H A DVirtualRadio.cpp39 using utils::make_selector;
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"},
H A DTuner.cpp79 mCurrentProgram = utils::make_selector(mAmfmConfig.type, mAmfmConfig.lowerLimit); in setConfigurationInternalLocked()
265 tuneInternalLocked(utils::make_selector(mAmfmConfig.type, current)); in step()
279 return tuneByProgramSelector(utils::make_selector(band, channel, subChannel)); in tune()
/aosp12/hardware/interfaces/broadcastradio/common/utils1x/include/broadcastradio-utils-1x/
H A DUtils.h68 V1_1::ProgramSelector make_selector(V1_0::Band band, uint32_t channel, uint32_t subChannel = 0);
/aosp12/hardware/interfaces/broadcastradio/common/utils1x/
H A DUtils.cpp166 ProgramSelector make_selector(Band band, uint32_t channel, uint32_t subChannel) { in make_selector() function
/aosp12/frameworks/base/services/core/jni/BroadcastRadio/
H A DTunerCallback.cpp209 auto selector = utils::make_selector(mBand, info.channel, info.subChannel); in tuneComplete()
H A Dconvert.cpp632 auto selector = utils::make_selector(band, info.channel, info.subChannel); in ProgramInfoFromHal()