Home
last modified time | relevance | path

Searched refs:vsync_count (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/vr/libvrsensor/
Dpose_client.cpp62 int GetPose(uint32_t vsync_count, DvrPoseAsync* out_pose) { in GetPose() argument
67 ->vsync_poses[vsync_count & DvrVsyncPoseBuffer::kIndexMask]; in GetPose()
77 return vsync_buffer->vsync_count; in GetVsyncCount()
83 int GetControllerPose(int32_t controller_id, uint32_t vsync_count, in GetControllerPose() argument
95 .mapped_pose_buffer[vsync_count & DvrVsyncPoseBuffer::kIndexMask]; in GetControllerPose()
320 int dvrPoseClientGet(DvrPoseClient* client, uint32_t vsync_count, in dvrPoseClientGet() argument
322 return PoseClient::FromC(client)->GetPose(vsync_count, out_pose); in dvrPoseClientGet()
330 uint32_t vsync_count, DvrPoseAsync* out_pose) { in dvrPoseClientGetController() argument
332 vsync_count, out_pose); in dvrPoseClientGetController()
/frameworks/native/libs/vr/libvrsensor/include/dvr/
Dpose_client.h87 int dvrPoseClientGet(DvrPoseClient* client, uint32_t vsync_count,
102 uint32_t vsync_count, DvrPoseAsync* out_pose);
/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_vsync.h17 uint32_t vsync_count; member
Ddvr_shared_buffers.h82 uint32_t vsync_count; member
Ddvr_api.h262 typedef int (*DvrPoseClientGetPtr)(DvrPoseClient* client, uint32_t vsync_count,
267 uint32_t vsync_count,
/frameworks/native/libs/vr/libvrflinger/
Dvsync_service.cpp37 uint32_t vsync_count) { in VSyncEvent() argument
45 current_vsync_count_ = vsync_count; in VSyncEvent()
Dvsync_service.h69 uint32_t vsync_count);
Dhardware_composer.cpp783 vsync.vsync_count = vsync_count_; in PostThread()