Home
last modified time | relevance | path

Searched defs:vsync_count (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/vr/libvrsensor/
Dpose_client.cpp46 int GetPose(uint32_t vsync_count, DvrPoseAsync* out_pose) { in GetPose()
66 int GetControllerPose(int32_t controller_id, uint32_t vsync_count, in GetControllerPose()
214 int NotifyVsync(uint32_t vsync_count, int64_t display_timestamp, in NotifyVsync()
287 int dvrPoseGet(DvrPose* client, uint32_t vsync_count, DvrPoseAsync* out_pose) { in dvrPoseGet()
296 uint32_t vsync_count, DvrPoseAsync* out_pose) { in dvrPoseGetController()
325 int privateDvrPoseNotifyVsync(DvrPose* client, uint32_t vsync_count, in privateDvrPoseNotifyVsync()
/frameworks/native/libs/vr/libvrsensor/include/private/dvr/
Dpose_client_internal.h20 uint32_t vsync_count; member
/frameworks/native/libs/vr/libvrflinger/
Dvsync_service.cpp37 uint32_t vsync_count) { in VSyncEvent()