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 readLastVsyncMessage(&vsyncTimestamp, &vsyncDisplayId, &vsyncCount);
143 uint32_t vsyncCount;
144 if (!readLastVsyncMessage(&vsyncTimestamp, &vsyncDisplayId, &vsyncCount)) {
150 this, vsyncTimestamp, vsyncDisplayId, vsyncCount);
153 dispatchVsync(vsyncTimestamp, vsyncDisplayId, vsyncCount);
  /frameworks/native/services/surfaceflinger/
EventThread.cpp 185 size_t vsyncCount = 0;
193 vsyncCount = mVSyncEvent[i].vsync.count;
227 (vsyncCount % connection->count) == 0) {

Completed in 1283 milliseconds