Home
last modified time | relevance | path

Searched refs:programType (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/broadcastradio/1.1/default/
DVirtualProgram.cpp82 if (l.programType != r.programType) return l.programType < r.programType; in operator <()
DTuner.cpp288 auto programType = utils::getType(sel); in tuneByProgramSelector() local
289 if (utils::isAmFm(programType)) { in tuneByProgramSelector()
299 } else if (programType == ProgramType::DAB) { in tuneByProgramSelector()
301 } else if (programType == ProgramType::DRMO) { in tuneByProgramSelector()
303 } else if (programType == ProgramType::SXM) { in tuneByProgramSelector()
/hardware/interfaces/broadcastradio/common/utils1x/
DUtils.cpp66 if (!isCompatibleProgramType(a.programType, b.programType)) return false; in tunesTo()
104 return static_cast<ProgramType>(sel.programType); in getType()
182 sel.programType = static_cast<uint32_t>(type); in make_selector()
/hardware/interfaces/broadcastradio/1.1/
Dtypes.hal217 * It must not be used in any other programType than corresponding VENDOR
248 * The uint32_t programType field maps to ProgramType enum. It's not straight,
261 * The primaryId of a given programType MUST be of a specific type:
270 uint32_t programType; // ProgramType
/hardware/interfaces/broadcastradio/1.1/vts/functional/
DVtsHalBroadcastradioV1_1TargetTest.cpp366 sel.programType = static_cast<uint32_t>(ptype); in TEST_P()