Searched refs:thre (Results 1 – 4 of 4) sorted by relevance
83 void SetAverIntervalDiffThre(const uint32_t thre);84 void SetDynamicBalanceThre(const uint8_t thre);85 void SetPushOnceDiffThre(const uint32_t thre);86 void SetTimeStampOnceDiffThre(const uint32_t thre);90 void SetWaitClockThre(const int64_t thre);91 void SetTrackClockThre(const int64_t thre);92 void SetSleepThre(const int64_t thre);
688 averIntervalDiffThre_ = thre; in SetAverIntervalDiffThre()693 dynamicBalanceThre_ = thre; in SetDynamicBalanceThre()696 void OutputController::SetPushOnceDiffThre(const uint32_t thre) in SetPushOnceDiffThre() argument698 pushOnceDiffThre_ = thre; in SetPushOnceDiffThre()703 timeStampOnceDiffThre_ = thre; in SetTimeStampOnceDiffThre()721 void OutputController::SetWaitClockThre(const int64_t thre) in SetWaitClockThre() argument723 waitClockThre_ = thre; in SetWaitClockThre()726 void OutputController::SetTrackClockThre(const int64_t thre) in SetTrackClockThre() argument728 trackClockThre_ = thre; in SetTrackClockThre()731 void OutputController::SetSleepThre(const int64_t thre) in SetSleepThre() argument[all …]
273 void IFeedingSmoother::SetDynamicBalanceThre(const uint8_t thre) in SetDynamicBalanceThre() argument275 dynamicBalanceThre_ = thre; in SetDynamicBalanceThre()283 void IFeedingSmoother::SetAverIntervalDiffThre(const uint32_t thre) in SetAverIntervalDiffThre() argument285 averIntervalDiffThre_ = thre; in SetAverIntervalDiffThre()288 void IFeedingSmoother::SetFeedOnceDiffThre(const uint32_t thre) in SetFeedOnceDiffThre() argument290 feedOnceDiffThre_ = thre; in SetFeedOnceDiffThre()
47 void SetAverIntervalDiffThre(const uint32_t thre);48 void SetDynamicBalanceThre(const uint8_t thre);49 void SetFeedOnceDiffThre(const uint32_t thre);