Searched refs:FrontendBandwidth (Results 1 – 2 of 2) sorted by relevance
451 public @interface FrontendBandwidth {} annotation in FrontendStatus845 @FrontendBandwidth
241 using ::aidl::android::hardware::tv::tuner::FrontendBandwidth;2572 const FrontendBandwidth &bandwidth = s.get<FrontendStatus::Tag::bandwidth>(); in getFrontendStatus()2576 case FrontendBandwidth::Tag::atsc3: { in getFrontendStatus()2578 static_cast<jint>(bandwidth.get<FrontendBandwidth::Tag::atsc3>()); in getFrontendStatus()2581 case FrontendBandwidth::Tag::dvbt: { in getFrontendStatus()2583 static_cast<jint>(bandwidth.get<FrontendBandwidth::Tag::dvbt>()); in getFrontendStatus()2586 case FrontendBandwidth::Tag::dvbc: { in getFrontendStatus()2588 static_cast<jint>(bandwidth.get<FrontendBandwidth::Tag::dvbc>()); in getFrontendStatus()2591 case FrontendBandwidth::Tag::isdbt: { in getFrontendStatus()2596 case FrontendBandwidth::Tag::dtmb: { in getFrontendStatus()[all …]