Searched refs:isShortFrames (Results 1 – 2 of 2) 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()
2802 case FrontendStatus::Tag::isShortFrames: { in getFrontendStatus()2806 s.get<FrontendStatus::Tag::isShortFrames>())); in getFrontendStatus()3173 bool isShortFrames = in getDvbsCodeRate() local3180 .isShortFrames = isShortFrames, in getDvbsCodeRate()