Home
last modified time | relevance | path

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

/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.cpp49 mVSyncEvent[i].vsync.count = 0; in EventThread()
119 mVSyncEvent[0].vsync.count++; in onVSyncEvent()
188 vsyncCount = mVSyncEvent[i].vsync.count; in waitForEvent()
285 mVSyncEvent[0].vsync.count++; in waitForEvent()
333 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.h299 inline void vsync(int disp, int64_t timestamp);
DHWComposer.cpp139 mCBContext->procs.vsync = &hook_vsync; in HWComposer()
271 ctx->hwc->vsync(disp, timestamp); in hook_vsync()
285 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>,
651 &mdash; <strong>vsync timing</strong>, <strong>triple buffering</strong>,
1263 …ong>vsync timing</strong> across all drawing and animation done by the Android framework. Everythi…
1267 <p>Android 4.1 reduces touch latency not only by <strong>synchronizing touch</strong> to vsync timi…
1425vsync across the Android framework leads to a more consistent framerate and a smooth, steady UI. S…
1427 …take advantage of vsync timing for free, through Android’s <strong>animation framework</strong>. T…
1429 …ses, apps can access vsync timing through APIs exposed by a new Choreographer class. Apps can requ…