Home
last modified time | relevance | path

Searched refs:idle_start_count_ (Results 1 – 2 of 2) sorted by relevance

/hardware/google/camera/common/hal/utils/profiling/
Dtracked_profiler.cc157 if (idle_start_count_ > idle_end_count_) { in IdleStartLocked()
160 } else if (idle_start_count_ < idle_end_count_) { in IdleStartLocked()
165 profiler_->Start(kIdleString, idle_start_count_++); in IdleStartLocked()
175 if (profiler_ != nullptr && idle_start_count_ - 1 == idle_end_count_) { in IdleEndLocked()
Dtracked_profiler.h67 uint8_t idle_start_count_ = 0; variable