Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTimer.cpp80 if (!enabled_.load()) counter_ = new GuardedTimer[ResourceTimer::counterSize]; in enable()
95 ScopedTimer t(counter_[toIndex(api_)]); in record()
101 ScopedTimer t(counter_[counter]); in copy()
113 ScopedTimer t(counter_[i]); in reset()
265 std::atomic<ResourceTimer::GuardedTimer *> ResourceTimer::counter_(nullptr);
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTimer.h216 static std::atomic<GuardedTimer *> counter_; variable