OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DvrPoseAsync
(Results
1 - 5
of
5
) sorted by null
/frameworks/native/libs/vr/libvrsensor/include/dvr/
pose_client.h
36
volatile const
DvrPoseAsync
* buffer;
44
// total_count * sizeof(
DvrPoseAsync
)
88
DvrPoseAsync
* out_pose);
102
uint32_t vsync_count,
DvrPoseAsync
* out_pose);
/frameworks/native/libs/vr/libdvr/include/dvr/
dvr_pose.h
24
typedef struct __attribute__((packed, aligned(16)))
DvrPoseAsync
{
46
}
DvrPoseAsync
;
dvr_shared_buffers.h
26
static_assert(sizeof(
DvrPoseAsync
) == 128, "Unexpected size for
DvrPoseAsync
");
76
DvrPoseAsync
vsync_poses[kSize];
dvr_api.h
26
typedef struct
DvrPoseAsync
DvrPoseAsync
;
263
DvrPoseAsync
* out_pose);
268
DvrPoseAsync
* out_pose);
/frameworks/native/libs/vr/libvrsensor/
pose_client.cpp
62
int GetPose(uint32_t vsync_count,
DvrPoseAsync
* out_pose) {
84
DvrPoseAsync
* out_pose) {
229
constexpr size_t size = DvrVsyncPoseBuffer::kSize * sizeof(
DvrPoseAsync
);
237
client_state.mapped_pose_buffer = static_cast<const
DvrPoseAsync
*>(addr);
294
const
DvrPoseAsync
* mapped_pose_buffer = nullptr;
321
DvrPoseAsync
* out_pose) {
330
uint32_t vsync_count,
DvrPoseAsync
* out_pose) {
Completed in 322 milliseconds