Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:active

59     if (mFront.active != mFront.requested) {
64 mFront.active = mFront.requested;
71 // because State::active is only accessed from this thread.
72 mCurrent.active = mFront.active;
94 " drawing={ active ={ wh={%4u,%4u} crop={%4d,%4d,%4d,%4d} (%4d,%4d) "
97 mName, bufWidth, bufHeight, item.mTransform, item.mScalingMode, mFront.active.w,
98 mFront.active.h, mFront.crop.left, mFront.crop.top, mFront.crop.right,
104 if (mFront.active.w != bufWidth || mFront.active.h != bufHeight) {
107 "bufWidth=%d, bufHeight=%d, front.active.{w=%d, h=%d}",
108 mName, bufWidth, bufHeight, mFront.active.w, mFront.active.h);
129 // because State::active is only accessed from this thread.