Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/tv/tuner/frontend/
H A DScanCallback.java93 default void onModulationReported(@FrontendStatus.FrontendModulation int modulation) {} in onModulationReported()
H A DFrontendStatus.java386 public @interface FrontendModulation {} annotation in FrontendStatus
659 @FrontendModulation
989 @FrontendModulation
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_tv_Tuner.cpp299 using ::aidl::android::hardware::tv::tuner::FrontendModulation;
1264 case FrontendModulation::Tag::dvbc: { in executeOnScanMessage()
1268 case FrontendModulation::Tag::dvbt: { in executeOnScanMessage()
1272 case FrontendModulation::Tag::dvbs: { in executeOnScanMessage()
1276 case FrontendModulation::Tag::isdbs: { in executeOnScanMessage()
1280 case FrontendModulation::Tag::isdbs3: { in executeOnScanMessage()
1284 case FrontendModulation::Tag::isdbt: { in executeOnScanMessage()
1288 case FrontendModulation::Tag::atsc: { in executeOnScanMessage()
1292 case FrontendModulation::Tag::atsc3: { in executeOnScanMessage()
1296 case FrontendModulation::Tag::dtmb: { in executeOnScanMessage()
[all …]