Home | History | Annotate | Download | only in ios

Lines Matching refs:pulse_time_

254         pulse_time_(0) {}
265 if (pulse_time_ == 0) {
266 pulse_time_ = clock_->TimeInMilliseconds();
282 if (pulse_time_ == 0) {
284 // been transmitted (sets |pulse_time_| to value larger than zero).
298 PRINTD("[%d]", static_cast<int>(now_time - pulse_time_));
305 latencies_.push_back(now_time - pulse_time_ + extra_delay);
306 pulse_time_ = 0;
355 int64_t pulse_time_;