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

  /frameworks/native/services/surfaceflinger/
DispSync.cpp 33 #include "DispSync.h"
131 ATRACE_INT64("DispSync:WakeupLat", now - nextEventTime);
132 ATRACE_INT64("DispSync:AvgWakeupLat", mWakeupLatency);
147 status_t addEventListener(nsecs_t phase, const sp<DispSync::Callback>& callback) {
174 status_t removeEventListener(const sp<DispSync::Callback>& callback) {
199 sp<DispSync::Callback> mCallback;
203 sp<DispSync::Callback> mCallback;
277 class ZeroPhaseTracer : public DispSync::Callback {
290 DispSync::DispSync()
    [all...]
SurfaceFlingerConsumer.h 20 #include "DispSync.h"
56 status_t updateTexImage(BufferRejecter* rejecter, const DispSync& dispSync);
71 nsecs_t computeExpectedPresent(const DispSync& dispSync);
DispSync.h 44 // DispSync maintains a model of the periodic hardware-based vsync events of a
47 // feeding consecutive hardware event timestamps to the DispSync object via
51 // to the DispSync object via the addPresentFence method. These fence
57 class DispSync {
67 DispSync();
68 ~DispSync();
85 // synchronize the DispSync's model to the hardware vsync events. The re-
121 // DispSync object.
SurfaceFlingerConsumer.cpp 33 const DispSync& dispSync)
55 err = acquireBufferLocked(&item, computeExpectedPresent(dispSync));
135 // If the system is configured without a DispSync phase offset for the app,
145 nsecs_t SurfaceFlingerConsumer::computeExpectedPresent(const DispSync& dispSync)
154 // Ask DispSync when the next refresh will be (CLOCK_MONOTONIC).
155 const nsecs_t nextRefresh = dispSync.computeNextRefresh(hwcLatency);
157 // The DispSync time is already adjusted for the difference between
Android.mk 10 DispSync.cpp \
SurfaceFlinger.h 52 #include "DispSync.h"
471 DispSync mPrimaryDispSync;
SurfaceFlinger.cpp 65 #include "DispSync.h"
317 class DispSyncSource : public VSyncSource, private DispSync::Callback {
319 DispSyncSource(DispSync* dispSync, nsecs_t phaseOffset, bool traceVsync,
326 mDispSync(dispSync) {}
335 static_cast<DispSync::Callback*>(this));
343 static_cast<DispSync::Callback*>(this));
382 DispSync* mDispSync;
590 // DispSync offset. Any additional delays introduced by the hardware
    [all...]

Completed in 2731 milliseconds