Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/jni/
H A Dandroid_media_tv_Tuner.cpp1261 jint modulationType = -1; in executeOnScanMessage() local
1265 modulationType = (jint)modulation.get<FrontendModulation::Tag::dvbc>(); in executeOnScanMessage()
1269 modulationType = (jint)modulation.get<FrontendModulation::Tag::dvbt>(); in executeOnScanMessage()
1273 modulationType = (jint)modulation.get<FrontendModulation::Tag::dvbs>(); in executeOnScanMessage()
1277 modulationType = (jint)modulation.get<FrontendModulation::Tag::isdbs>(); in executeOnScanMessage()
1285 modulationType = (jint)modulation.get<FrontendModulation::Tag::isdbt>(); in executeOnScanMessage()
1289 modulationType = (jint)modulation.get<FrontendModulation::Tag::atsc>(); in executeOnScanMessage()
1293 modulationType = (jint)modulation.get<FrontendModulation::Tag::atsc3>(); in executeOnScanMessage()
1297 modulationType = (jint)modulation.get<FrontendModulation::Tag::dtmb>(); in executeOnScanMessage()
1304 if (modulationType > 0) { in executeOnScanMessage()
[all …]