Searched refs:isShortFrames (Results 1 – 3 of 3) 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()
926 case HidlFrontendStatusExt1_1::hidl_discriminator::isShortFrames: { in getAidlFrontendStatus()927 status.set<FrontendStatus::isShortFrames>(s.isShortFrames()); in getAidlFrontendStatus()965 bool isShortFrames = codeRate.isShortFrames; in getDvbsCodeRate() local970 .isShortFrames = isShortFrames, in getDvbsCodeRate()
2825 case FrontendStatus::Tag::isShortFrames: { in getFrontendStatus()2829 s.get<FrontendStatus::Tag::isShortFrames>())); in getFrontendStatus()3196 bool isShortFrames = in getDvbsCodeRate() local3203 .isShortFrames = isShortFrames, in getDvbsCodeRate()