Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:waitTime

333             nsecs_t waitTime = freezeDisplayTimeout - (now - mFreezeDisplayTime);
334 timeout = waitTime>0 ? waitTime : 0;