Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.h149 ProfileDataContainer& globalProfileData() { return mGlobalProfileData; } in globalProfileData()
237 ProfileDataContainer mGlobalProfileData; variable
H A DRenderThread.cpp203 , mGlobalProfileData(mJankDataMutex) { in RenderThread()