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

  /frameworks/base/core/jni/
android_view_DisplayEventReceiver.cpp 113 uint32_t vsyncCount;
114 processPendingEvents(&vsyncTimestamp, &vsyncDisplayId, &vsyncCount);
143 uint32_t vsyncCount;
144 if (processPendingEvents(&vsyncTimestamp, &vsyncDisplayId, &vsyncCount)) {
146 this, vsyncTimestamp, vsyncDisplayId, vsyncCount);
148 dispatchVsync(vsyncTimestamp, vsyncDisplayId, vsyncCount);
  /frameworks/native/services/surfaceflinger/
EventThread.cpp 214 size_t vsyncCount = 0;
222 vsyncCount = mVSyncEvent[i].vsync.count;
256 (vsyncCount % connection->count) == 0) {

Completed in 690 milliseconds