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

/frameworks/native/libs/vr/libdvr/
H A Ddvr_vsync.cpp28 uint32_t* next_vsync_count) {
30 next_vsync_count);
26 dvrVSyncClientGetSchedInfo(DvrVSyncClient* client, int64_t* vsync_period_ns, int64_t* next_timestamp_ns, uint32_t* next_vsync_count) argument
/frameworks/native/libs/vr/libdisplay/
H A Dvsync_client.cpp51 uint32_t* next_vsync_count) {
52 if (!vsync_period_ns || !timestamp_ns || !next_vsync_count)
64 *next_vsync_count = status.get().next_vsync_count;
50 GetSchedInfo(int64_t* vsync_period_ns, int64_t* timestamp_ns, uint32_t* next_vsync_count) argument
/frameworks/native/libs/vr/libdvr/include/dvr/
H A Ddvr_vsync.h22 uint32_t* next_vsync_count);
H A Ddvr_api.h174 uint32_t* next_vsync_count);
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Dvsync_client.h54 uint32_t* next_vsync_count);
H A Ddisplay_protocol.h248 uint32_t next_vsync_count; member in struct:android::VSyncSchedInfo
252 next_vsync_count);
/frameworks/native/libs/vr/libvrflinger/
H A Dvsync_service.cpp155 uint32_t next_vsync_count = current_vsync_count_ + 1; local
178 ++next_vsync_count;
182 return {{vsync_period_ns, next_warp, next_vsync_count}};

Completed in 1799 milliseconds