Searched refs:vsync (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/libs/hwui/renderthread/ |
D | TimeLord.cpp | 27 bool TimeLord::vsyncReceived(nsecs_t vsync) { in vsyncReceived() argument 28 if (vsync > mFrameTimeNanos) { in vsyncReceived() 29 mFrameTimeNanos = vsync; in vsyncReceived()
|
D | TimeLord.h | 33 bool vsyncReceived(nsecs_t vsync);
|
/frameworks/native/services/surfaceflinger/tests/vsync/ |
D | Android.mk | 5 vsync.cpp 14 LOCAL_MODULE:= test-vsync-events
|
D | vsync.cpp | 34 printf("event vsync: count=%d\t", buffer[i].vsync.count); in receiver()
|
/frameworks/native/services/surfaceflinger/ |
D | EventThread.cpp | 58 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/ |
D | DisplayEventReceiver.h | 65 VSync vsync; member
|
/frameworks/base/core/jni/ |
D | android_view_DisplayEventReceiver.cpp | 170 *outCount = ev.vsync.count; in processPendingEvents()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWComposer.h | 318 inline void vsync(int disp, int64_t timestamp);
|
D | HWComposer.cpp | 140 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/ |
D | jelly-bean.jd | 86 Bean — <strong>vsync timing</strong>, <strong>triple buffering</strong>, 652 — <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… 1426 …vsync 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…
|