Searched refs:idle_count_ (Results 1 – 1 of 1) sorted by relevance
72 idle_count_ = 0; in MakeScopedProfiler()156 idle_count_ = 0; in SetLatencyProfiler()209 latency_profiler_->Start(kIdleString, idle_count_++); in IdleStartLocked()214 if (latency_profiler_ != nullptr && idle_count_ > 0) { in IdleEndLocked()215 latency_profiler_->End(kIdleString, idle_count_ - 1); in IdleEndLocked()242 uint8_t idle_count_; member in android::hardware::camera::implementation::__anon187dbcd30111::HidlProfilerImpl