Home
last modified time | relevance | path

Searched refs:vsyncCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/
DDisplayEventDispatcher.cpp71 uint32_t vsyncCount; in scheduleVsync() local
72 if (processPendingEvents(&vsyncTimestamp, &vsyncDisplayId, &vsyncCount)) { in scheduleVsync()
104 uint32_t vsyncCount; in handleEvent() local
105 if (processPendingEvents(&vsyncTimestamp, &vsyncDisplayId, &vsyncCount)) { in handleEvent()
107 this, ns2ms(vsyncTimestamp), vsyncDisplayId, vsyncCount); in handleEvent()
109 dispatchVsync(vsyncTimestamp, vsyncDisplayId, vsyncCount); in handleEvent()
/frameworks/native/services/surfaceflinger/
DEventThread.cpp223 size_t vsyncCount = 0; in waitForEvent() local
231 vsyncCount = mVSyncEvent[i].vsync.count; in waitForEvent()
265 (vsyncCount % connection->count) == 0) { in waitForEvent()