Home
last modified time | relevance | path

Searched refs:vsync (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
DTimeLord.cpp27 bool TimeLord::vsyncReceived(nsecs_t vsync) { in vsyncReceived() argument
28 if (vsync > mFrameTimeNanos) { in vsyncReceived()
29 mFrameTimeNanos = vsync; in vsyncReceived()
DTimeLord.h33 bool vsyncReceived(nsecs_t vsync);
/frameworks/native/services/surfaceflinger/tests/vsync/
DAndroid.mk5 vsync.cpp
14 LOCAL_MODULE:= test-vsync-events
Dvsync.cpp34 printf("event vsync: count=%d\t", buffer[i].vsync.count); in receiver()
/frameworks/native/services/surfaceflinger/
DEventThread.cpp58 mVSyncEvent[i].vsync.count = 0; in EventThread()
153 mVSyncEvent[0].vsync.count++; in onVSyncEvent()
222 vsyncCount = mVSyncEvent[i].vsync.count; in waitForEvent()
319 mVSyncEvent[0].vsync.count++; in waitForEvent()
366 mVSyncEvent[DisplayDevice::DISPLAY_PRIMARY].vsync.count); in dump()
/frameworks/native/include/gui/
DDisplayEventReceiver.h65 VSync vsync; member
/frameworks/base/core/jni/
Dandroid_view_DisplayEventReceiver.cpp170 *outCount = ev.vsync.count; in processPendingEvents()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h318 inline void vsync(int disp, int64_t timestamp);
DHWComposer.cpp140 mCBContext->procs.vsync = &hook_vsync; in HWComposer()
267 ctx->hwc->vsync(disp, timestamp); in hook_vsync()
281 void HWComposer::vsync(int disp, int64_t timestamp) { in vsync() function in android::HWComposer
/frameworks/base/docs/html/about/versions/
Djelly-bean.jd86 Bean &mdash; <strong>vsync timing</strong>, <strong>triple buffering</strong>,
652 &mdash; <strong>vsync timing</strong>, <strong>triple buffering</strong>,
1264 …ong>vsync timing</strong> across all drawing and animation done by the Android framework. Everythi…
1268 <p>Android 4.1 reduces touch latency not only by <strong>synchronizing touch</strong> to vsync timi…
1426vsync across the Android framework leads to a more consistent framerate and a smooth, steady UI. S…
1428 …take advantage of vsync timing for free, through Android’s <strong>animation framework</strong>. T…
1430 …ses, apps can access vsync timing through APIs exposed by a new Choreographer class. Apps can requ…