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

  /frameworks/native/libs/vr/libvrflinger/
vsync_service.cpp 154 uint32_t next_vsync_count = current_vsync_count_ + 1; local
177 ++next_vsync_count;
181 return {{vsync_period_ns, next_warp, next_vsync_count}};
  /frameworks/native/libs/vr/libdisplay/include/private/dvr/
display_protocol.h 263 uint32_t next_vsync_count; member in struct:android::VSyncSchedInfo
267 next_vsync_count);

Completed in 566 milliseconds