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;
562 FrontendModulation modulation; in onScanMessageExt1_1()
565 modulation.set<FrontendModulation::dvbc>(static_cast<FrontendDvbcModulation>(m.dvbc())); in onScanMessageExt1_1()
569 modulation.set<FrontendModulation::dvbt>( in onScanMessageExt1_1()
574 modulation.set<FrontendModulation::dvbs>(static_cast<FrontendDvbsModulation>(m.dvbs())); in onScanMessageExt1_1()
578 modulation.set<FrontendModulation::isdbs>( in onScanMessageExt1_1()
583 modulation.set<FrontendModulation::isdbs3>( in onScanMessageExt1_1()
588 modulation.set<FrontendModulation::isdbt>( in onScanMessageExt1_1()
593 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.java352 public @interface FrontendModulation {} annotation in FrontendStatus
620 @FrontendModulation
950 @FrontendModulation
/frameworks/base/media/jni/
Dandroid_media_tv_Tuner.cpp284 using ::aidl::android::hardware::tv::tuner::FrontendModulation;
1155 FrontendModulation modulation = message.get<FrontendScanMessage::modulation>(); in executeOnScanMessage()
1157 case FrontendModulation::Tag::dvbc: { in executeOnScanMessage()
1158 modulationType = (jint)modulation.get<FrontendModulation::Tag::dvbc>(); in executeOnScanMessage()
1161 case FrontendModulation::Tag::dvbt: { in executeOnScanMessage()
1162 modulationType = (jint)modulation.get<FrontendModulation::Tag::dvbt>(); in executeOnScanMessage()
1165 case FrontendModulation::Tag::dvbs: { in executeOnScanMessage()
1166 modulationType = (jint)modulation.get<FrontendModulation::Tag::dvbs>(); in executeOnScanMessage()
1169 case FrontendModulation::Tag::isdbs: { in executeOnScanMessage()
1170 modulationType = (jint)modulation.get<FrontendModulation::Tag::isdbs>(); in executeOnScanMessage()
[all …]