Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.h151 ProfileDataContainer& globalProfileData() { return mGlobalProfileData; } in globalProfileData()
243 ProfileDataContainer mGlobalProfileData; variable
H A DRenderThread.cpp233 , mGlobalProfileData(mJankDataMutex) { in RenderThread()