Searched refs:FrontendModulation (Results 1 – 4 of 4) sorted by relevance
77 using ::aidl::android::hardware::tv::tuner::FrontendModulation;164 using HidlFrontendModulation = ::android::hardware::tv::tuner::V1_1::FrontendModulation;508 FrontendModulation modulation; in onScanMessageExt1_1()511 modulation.set<FrontendModulation::dvbc>(static_cast<FrontendDvbcModulation>(m.dvbc())); in onScanMessageExt1_1()515 modulation.set<FrontendModulation::dvbt>( in onScanMessageExt1_1()520 modulation.set<FrontendModulation::dvbs>(static_cast<FrontendDvbsModulation>(m.dvbs())); in onScanMessageExt1_1()524 modulation.set<FrontendModulation::isdbs>( in onScanMessageExt1_1()529 modulation.set<FrontendModulation::isdbs3>( in onScanMessageExt1_1()534 modulation.set<FrontendModulation::isdbt>( in onScanMessageExt1_1()539 modulation.set<FrontendModulation::atsc>(static_cast<FrontendAtscModulation>(m.atsc())); in onScanMessageExt1_1()[all …]
93 default void onModulationReported(@FrontendStatus.FrontendModulation int modulation) {} in onModulationReported()
386 public @interface FrontendModulation {} annotation in FrontendStatus659 @FrontendModulation989 @FrontendModulation
299 using ::aidl::android::hardware::tv::tuner::FrontendModulation;1281 FrontendModulation modulation = message.get<FrontendScanMessage::modulation>(); in executeOnScanMessage()1283 case FrontendModulation::Tag::dvbc: { in executeOnScanMessage()1284 modulationType = (jint)modulation.get<FrontendModulation::Tag::dvbc>(); in executeOnScanMessage()1287 case FrontendModulation::Tag::dvbt: { in executeOnScanMessage()1288 modulationType = (jint)modulation.get<FrontendModulation::Tag::dvbt>(); in executeOnScanMessage()1291 case FrontendModulation::Tag::dvbs: { in executeOnScanMessage()1292 modulationType = (jint)modulation.get<FrontendModulation::Tag::dvbs>(); in executeOnScanMessage()1295 case FrontendModulation::Tag::isdbs: { in executeOnScanMessage()1296 modulationType = (jint)modulation.get<FrontendModulation::Tag::isdbs>(); in executeOnScanMessage()[all …]