Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_media_tv_Tuner.cpp1280 jint modulationType = -1; in executeOnScanMessage() local
1284 modulationType = (jint)modulation.get<FrontendModulation::Tag::dvbc>(); in executeOnScanMessage()
1288 modulationType = (jint)modulation.get<FrontendModulation::Tag::dvbt>(); in executeOnScanMessage()
1292 modulationType = (jint)modulation.get<FrontendModulation::Tag::dvbs>(); in executeOnScanMessage()
1296 modulationType = (jint)modulation.get<FrontendModulation::Tag::isdbs>(); in executeOnScanMessage()
1300 modulationType = (jint)modulation.get<FrontendModulation::Tag::isdbs3>(); in executeOnScanMessage()
1304 modulationType = (jint)modulation.get<FrontendModulation::Tag::isdbt>(); in executeOnScanMessage()
1308 modulationType = (jint)modulation.get<FrontendModulation::Tag::atsc>(); in executeOnScanMessage()
1312 modulationType = (jint)modulation.get<FrontendModulation::Tag::atsc3>(); in executeOnScanMessage()
1316 modulationType = (jint)modulation.get<FrontendModulation::Tag::dtmb>(); in executeOnScanMessage()
[all …]