Searched refs:addResyncSample (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DDispSync.h40 // the addResyncSample method.
47 // false to indicate that a resynchronization (via addResyncSample) is not
69 // addResyncSample method, the timestamps of consecutive fences need not
76 // The beginResync, addResyncSample, and endResync methods are used to re-
79 // calling addResyncSample with a sequence of consecutive hardware vsync
80 // event timestamps, and finally calling endResync when addResyncSample
88 bool addResyncSample(nsecs_t timestamp);
H A DDispSync.cpp449 bool DispSync::addResyncSample(nsecs_t timestamp) { function in class:android::DispSync
452 ALOGV("[%s] addResyncSample(%" PRId64 ")", mName, ns2us(timestamp));
489 ALOGV("[%s] addResyncSample returning %s", mName, modelLocked ? "locked" : "unlocked");
H A DSurfaceFlinger.cpp1343 needsHwVsync = mPrimaryDispSync.addResyncSample(timestamp);

Completed in 186 milliseconds