Searched defs:DvrPose (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/vr/libvrsensor/include/dvr/
H A Dpose_client.h21 typedef struct DvrPose DvrPose; typedef in typeref:struct:DvrPose
121 DvrPose* dvrPoseCreate();
126 void dvrPoseDestroy(DvrPose* client);
135 int dvrPoseGet(DvrPose* client, uint32_t vsync_count, DvrPoseAsync* out_pose);
138 uint32_t dvrPoseGetVsyncCount(DvrPose* client);
148 int dvrPoseGetController(DvrPose* client, int32_t controller_id,
156 int dvrPoseLogController(DvrPose* client, bool enable);
164 int dvrPosePoll(DvrPose* client, DvrPoseState* state);
175 int dvrPoseFreeze(DvrPose* clien
[all...]
/frameworks/native/libs/vr/libvrsensor/
H A Dpose_client.cpp31 static PoseClient* FromC(DvrPose* client) {
276 struct DvrPose {}; struct
280 DvrPose* dvrPoseCreate() {
282 return reinterpret_cast<DvrPose*>(client);
285 void dvrPoseDestroy(DvrPose* client) { delete PoseClient::FromC(client); }
287 int dvrPoseGet(DvrPose* client, uint32_t vsync_count, DvrPoseAsync* out_pose) {
291 uint32_t dvrPoseGetVsyncCount(DvrPose* client) {
295 int dvrPoseGetController(DvrPose* client, int32_t controller_id,
301 int dvrPoseLogController(DvrPose* client, bool enable) {
305 int dvrPosePoll(DvrPose* clien
[all...]
/frameworks/native/libs/vr/libdvr/include/dvr/
H A Ddvr_api.h21 typedef struct DvrPose DvrPose; typedef in typeref:struct:DvrPose
177 typedef DvrPose* (*DvrPoseCreatePtr)(void);
178 typedef void (*DvrPoseDestroyPtr)(DvrPose* client);
179 typedef int (*DvrPoseGetPtr)(DvrPose* client, uint32_t vsync_count,
181 typedef uint32_t (*DvrPoseGetVsyncCountPtr)(DvrPose* client);
182 typedef int (*DvrPoseGetControllerPtr)(DvrPose* client, int32_t controller_id,

Completed in 33 milliseconds