Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:phase

39 // vsync event model or phase issues.
64 void updateModel(nsecs_t period, nsecs_t phase) {
67 mPhase = phase;
147 status_t addEventListener(nsecs_t phase, const sp<DispSync::Callback>& callback) {
157 listener.mPhase = phase;
249 nsecs_t phase = mPhase + listener.mPhase;
250 nsecs_t t = (((ref - phase) / mPeriod) + 1) * mPeriod + phase;
302 // Even if we're just ignoring the fences, the zero-phase tracing is
385 status_t DispSync::addEventListener(nsecs_t phase,
389 return mThread->addEventListener(phase, callback);
450 ATRACE_INT64("DispSync:Phase", mPhase);