Searched refs:isShortFrames (Results 1 – 10 of 10) sorted by relevance
34 private DvbsCodeRate(long fec, boolean isLinear, boolean isShortFrames, int bitsPer1000Symbol) { in DvbsCodeRate() argument37 mIsShortFrames = isShortFrames; in DvbsCodeRate()107 public Builder setShortFrameEnabled(boolean isShortFrames) { in setShortFrameEnabled() argument108 mIsShortFrames = isShortFrames; in setShortFrameEnabled()
36 boolean isShortFrames;
186 boolean isShortFrames;
831 case FrontendStatusExt1_1::hidl_discriminator::isShortFrames: { in getAidlFrontendStatusExt()832 status.set<TunerFrontendStatus::isShortFrames>(s.isShortFrames()); in getAidlFrontendStatusExt()871 bool isShortFrames = codeRate.isShortFrames; in getDvbsCodeRate() local876 .isShortFrames = isShortFrames, in getDvbsCodeRate()
769 case TunerFrontendStatus::isShortFrames: { in getHidlStatusExt()770 status.isShortFrames(s.get<TunerFrontendStatus::isShortFrames>()); in getHidlStatusExt()868 .isShortFrames = settings.dvbs().coderate.isShortFrames, in getAidlDvbsSettings()
419 ASSERT_TRUE(realStatuses[i].isShortFrames() == expectStatuses[i].isShortFrames()); in verifyFrontendStatusExt1_1()
633 status.isShortFrames(true); in getStatusExt1_1()
729 bool isShortFrames;
2401 case FrontendStatusExt1_1::hidl_discriminator::isShortFrames: { in getFrontendStatus()2404 booleanClazz, initBoolean, static_cast<jboolean>(s.isShortFrames())); in getFrontendStatus()2693 bool isShortFrames = in getDvbsCodeRate() local2705 .isShortFrames = isShortFrames, in getDvbsCodeRate()
520 bool isShortFrames;