Home
last modified time | relevance | path

Searched refs:DvrPoseClient (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_pose.h18 typedef struct DvrPoseClient DvrPoseClient; typedef
147 int dvrPoseClientGetDataReader(DvrPoseClient* client, uint64_t data_type,
Ddvr_api.h32 typedef struct DvrPoseClient DvrPoseClient; typedef
269 typedef DvrPoseClient* (*DvrPoseClientCreatePtr)();
270 typedef void (*DvrPoseClientDestroyPtr)(DvrPoseClient* client);
271 typedef int (*DvrPoseClientGetPtr)(DvrPoseClient* client, uint32_t vsync_count,
273 typedef uint32_t (*DvrPoseClientGetVsyncCountPtr)(DvrPoseClient* client);
274 typedef int (*DvrPoseClientGetControllerPtr)(DvrPoseClient* client,
278 typedef int (*DvrPoseClientSensorsEnablePtr)(DvrPoseClient* client,
280 typedef int (*DvrPoseClientDataCapturePtr)(DvrPoseClient* client,
282 typedef int (*DvrPoseClientDataReaderDestroyPtr)(DvrPoseClient* client,
286 typedef int (*DvrPoseClientGetDataReaderPtr)(DvrPoseClient* client,