Searched refs:peak_found_ (Results 1 – 2 of 2) sorted by relevance
27 : peak_found_(false), in DelayPeakDetector()34 peak_found_ = false; in Reset()46 return peak_found_; in peak_found()110 peak_found_ = true; in CheckPeakConditions()112 peak_found_ = false; in CheckPeakConditions()114 return peak_found_; in CheckPeakConditions()
68 bool peak_found_; variable