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

/frameworks/native/services/surfaceflinger/
H A DDispSync.h48 // the addResyncSample method.
55 // false to indicate that a resynchronization (via addResyncSample) is not
77 // addResyncSample method, the timestamps of consecutive fences need not
84 // The beginResync, addResyncSample, and endResync methods are used to re-
87 // calling addResyncSample with a sequence of consecutive hardware vsync
88 // event timestamps, and finally calling endResync when addResyncSample
96 bool addResyncSample(nsecs_t timestamp);
H A DDispSync.cpp352 bool DispSync::addResyncSample(nsecs_t timestamp) { function in class:android::DispSync
H A DSurfaceFlinger.cpp790 needsHwVsync = mPrimaryDispSync.addResyncSample(timestamp);

Completed in 243 milliseconds