Searched refs:next_trace_index_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ash/touch/
H A Dtouch_hud_debug.cc186 TouchLog() : next_trace_index_(0) {
196 next_trace_index_ = 0;
221 // |next_trace_index_| is pointing to.
222 int old_trace_index = next_trace_index_;
224 if (!traces_[next_trace_index_].active())
226 next_trace_index_ = (next_trace_index_ + 1) % kMaxPaths;
227 } while (next_trace_index_ != old_trace_index);
229 traces_[next_trace_index_].Reset();
230 touch_id_to_trace_index_[touch_id] = next_trace_index_;
241 int next_trace_index_; member in class:ash::TouchLog
[all...]

Completed in 102 milliseconds