Home
last modified time | relevance | path

Searched refs:next_vsync_count (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/vr/libdisplay/
Dvsync_client.cpp51 uint32_t* next_vsync_count) { in GetSchedInfo() argument
52 if (!vsync_period_ns || !timestamp_ns || !next_vsync_count) in GetSchedInfo()
64 *next_vsync_count = status.get().next_vsync_count; in GetSchedInfo()
/frameworks/native/libs/vr/libdvr/
Ddvr_vsync.cpp28 uint32_t* next_vsync_count) { in dvrVSyncClientGetSchedInfo() argument
30 next_vsync_count); in dvrVSyncClientGetSchedInfo()
/frameworks/native/libs/vr/libvrflinger/
Dvsync_service.cpp156 uint32_t next_vsync_count = current_vsync_count_ + 1; in OnGetSchedInfo() local
179 ++next_vsync_count; in OnGetSchedInfo()
183 return {{vsync_period_ns, next_warp, next_vsync_count}}; in OnGetSchedInfo()
/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_vsync.h43 uint32_t* next_vsync_count);
Ddvr_api.h257 uint32_t* next_vsync_count);
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
Dvsync_client.h54 uint32_t* next_vsync_count);
Ddisplay_protocol.h263 uint32_t next_vsync_count; member
267 next_vsync_count);