Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DFrameMetricsReporter.cpp31 if (CC_UNLIKELY(surfaceControlId < observer->attachedSurfaceControlId())) { in reportFrameMetrics()
36 } else if (CC_UNLIKELY(surfaceControlId == observer->attachedSurfaceControlId() && in reportFrameMetrics()
DFrameMetricsObserver.h34 int32_t attachedSurfaceControlId() const { return mSurfaceControlId; }; in attachedSurfaceControlId() function