Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/include/androidfw/
DResourceTimer.h186 struct GuardedTimer { struct
195 ScopedTimer(GuardedTimer &g) : in ScopedTimer() argument
216 static std::atomic<GuardedTimer *> counter_;
/frameworks/base/libs/androidfw/
DResourceTimer.cpp80 if (!enabled_.load()) counter_ = new GuardedTimer[ResourceTimer::counterSize]; in enable()
265 std::atomic<ResourceTimer::GuardedTimer *> ResourceTimer::counter_(nullptr);