Home
last modified time | relevance | path

Searched refs:resetProfileInfo (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
DRenderProxy.h102 void resetProfileInfo();
DRenderProxy.cpp431 CREATE_BRIDGE1(resetProfileInfo, CanvasContext* context) { in CREATE_BRIDGE1() argument
436 void RenderProxy::resetProfileInfo() { in resetProfileInfo() function in android::uirenderer::renderthread::RenderProxy
437 SETUP_TASK(resetProfileInfo); in resetProfileInfo()
/frameworks/base/libs/hwui/tests/
Dmain.cpp109 proxy->resetProfileInfo(); in run()