HomeSort by relevance Sort by last modified time
    Searched refs:DvrPoseClient (Results 1 - 6 of 6) sorted by null

  /frameworks/native/libs/vr/libvrsensor/include/private/dvr/
pose_client_internal.h 8 typedef struct DvrPoseClient DvrPoseClient;
13 int dvrPoseClientGetDataReaderHandle(DvrPoseClient *client, uint64_t data_type,
  /frameworks/native/libs/vr/libvrsensor/include/dvr/
pose_client.h 23 typedef struct DvrPoseClient DvrPoseClient;
73 DvrPoseClient* dvrPoseClientCreate();
78 void dvrPoseClientDestroy(DvrPoseClient* client);
87 int dvrPoseClientGet(DvrPoseClient* client, uint32_t vsync_count,
91 uint32_t dvrPoseClientGetVsyncCount(DvrPoseClient* client);
101 int dvrPoseClientGetController(DvrPoseClient* client, int32_t controller_id,
109 int dvrPoseClientLogController(DvrPoseClient* client, bool enable);
117 int dvrPoseClientPoll(DvrPoseClient* client, DvrPose* state);
128 int dvrPoseClientFreeze(DvrPoseClient* client, const DvrPose* frozen_state)
    [all...]
  /frameworks/native/libs/vr/libdvr/
dvr_pose.cpp 12 int dvrPoseClientGetDataReader(DvrPoseClient* client, uint64_t data_type,
  /frameworks/native/libs/vr/libvrsensor/
pose_client.cpp 38 static PoseClient* FromC(DvrPoseClient* client) {
299 int dvrPoseClientGetDataReaderHandle(DvrPoseClient* client, uint64_t type,
311 DvrPoseClient* dvrPoseClientCreate() {
313 return reinterpret_cast<DvrPoseClient*>(client);
316 void dvrPoseClientDestroy(DvrPoseClient* client) {
320 int dvrPoseClientGet(DvrPoseClient* client, uint32_t vsync_count,
325 uint32_t dvrPoseClientGetVsyncCount(DvrPoseClient* client) {
329 int dvrPoseClientGetController(DvrPoseClient* client, int32_t controller_id,
335 int dvrPoseClientLogController(DvrPoseClient* client, bool enable) {
339 int dvrPoseClientPoll(DvrPoseClient* client, DvrPose* state)
    [all...]
  /frameworks/native/libs/vr/libdvr/include/dvr/
dvr_pose.h 18 typedef struct DvrPoseClient DvrPoseClient;
147 int dvrPoseClientGetDataReader(DvrPoseClient* client, uint64_t data_type,
dvr_api.h 31 typedef struct DvrPoseClient DvrPoseClient;
260 typedef DvrPoseClient* (*DvrPoseClientCreatePtr)();
261 typedef void (*DvrPoseClientDestroyPtr)(DvrPoseClient* client);
262 typedef int (*DvrPoseClientGetPtr)(DvrPoseClient* client, uint32_t vsync_count,
264 typedef uint32_t (*DvrPoseClientGetVsyncCountPtr)(DvrPoseClient* client);
265 typedef int (*DvrPoseClientGetControllerPtr)(DvrPoseClient* client,
269 typedef int (*DvrPoseClientSensorsEnablePtr)(DvrPoseClient* client,
271 typedef int (*DvrPoseClientDataCapturePtr)(DvrPoseClient* client,
273 typedef int (*DvrPoseClientDataReaderDestroyPtr)(DvrPoseClient* client
    [all...]

Completed in 377 milliseconds