Home
last modified time | relevance | path

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

/frameworks/av/services/tuner/hidl/
DTunerHidlFrontend.cpp77 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 …]
/frameworks/base/media/java/android/media/tv/tuner/frontend/
DScanCallback.java93 default void onModulationReported(@FrontendStatus.FrontendModulation int modulation) {} in onModulationReported()
DFrontendStatus.java386 public @interface FrontendModulation {} annotation in FrontendStatus
659 @FrontendModulation
989 @FrontendModulation
/frameworks/base/media/jni/
Dandroid_media_tv_Tuner.cpp299 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 …]