HomeSort by relevance Sort by last modified time
    Searched refs:addResyncSample (Results 1 - 3 of 3) sorted by null

  /frameworks/native/services/surfaceflinger/
DispSync.h 48 // 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);
DispSync.cpp 352 bool DispSync::addResyncSample(nsecs_t timestamp) {
SurfaceFlinger.cpp 790 needsHwVsync = mPrimaryDispSync.addResyncSample(timestamp);
    [all...]

Completed in 292 milliseconds