Home
last modified time | relevance | path

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

/hardware/interfaces/broadcastradio/aidl/default/
DVirtualProgram.cpp33 IdentifierType programType = selector.primaryId.type; in operator ProgramInfo() local
34 bool isDigital = (programType != IdentifierType::AMFM_FREQUENCY_KHZ && in operator ProgramInfo()
35 programType != IdentifierType::RDS_PI); in operator ProgramInfo()
41 switch (programType) { in operator ProgramInfo()
72 LOG(FATAL) << "unsupported program type: " << toString(programType); in operator ProgramInfo()
/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.cpp353 sel.programType = static_cast<uint32_t>(ptype); in TEST_P()