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

  /frameworks/native/services/surfaceflinger/
DispSync.h 36 // the addResyncSample method.
43 // false to indicate that a resynchronization (via addResyncSample) is not
65 // addResyncSample method, the timestamps of consecutive fences need not
72 // The beginResync, addResyncSample, and endResync methods are used to re-
75 // calling addResyncSample with a sequence of consecutive hardware vsync
76 // event timestamps, and finally calling endResync when addResyncSample
84 bool addResyncSample(nsecs_t timestamp);
DispSync.cpp 453 bool DispSync::addResyncSample(nsecs_t timestamp) {
456 ALOGV("[%s] addResyncSample(%" PRId64 ")", mName, ns2us(timestamp));
493 ALOGV("[%s] addResyncSample returning %s", mName,
SurfaceFlinger.cpp     [all...]
SurfaceFlinger_hwc1.cpp     [all...]

Completed in 224 milliseconds