Searched refs:attachedSurfaceControlId (Results 1 – 2 of 2) sorted by relevance
31 if (CC_UNLIKELY(surfaceControlId < observer->attachedSurfaceControlId())) { in reportFrameMetrics()36 } else if (CC_UNLIKELY(surfaceControlId == observer->attachedSurfaceControlId() && in reportFrameMetrics()
34 int32_t attachedSurfaceControlId() const { return mSurfaceControlId; }; in attachedSurfaceControlId() function