Home
last modified time | relevance | path

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

/hardware/interfaces/broadcastradio/1.1/default/
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"},
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()
/hardware/interfaces/broadcastradio/common/utils1x/include/broadcastradio-utils-1x/
DUtils.h68 V1_1::ProgramSelector make_selector(V1_0::Band band, uint32_t channel, uint32_t subChannel = 0);
/hardware/interfaces/broadcastradio/common/utils1x/
DUtils.cpp166 ProgramSelector make_selector(Band band, uint32_t channel, uint32_t subChannel) { in make_selector() function