Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b4ce23c authored by Luke Song's avatar Luke Song Committed by android-build-merger
Browse files

Merge "Add dvr api entries for sensor enable/disable" into oc-dr1-dev am: 0a9bae53

am: 18dcaf17

Change-Id: Idbe478fd131ac74966bfdabb26d9422b79731b3e
parents ac54733f 18dcaf17
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -235,6 +235,8 @@ typedef int (*DvrPoseClientGetControllerPtr)(DvrPoseClient* client,
                                             int32_t controller_id,
                                             uint32_t vsync_count,
                                             DvrPoseAsync* out_pose);
typedef int (*DvrPoseClientSensorsEnablePtr)(DvrPoseClient* client,
                                             bool enabled);

// services/vr/virtual_touchpad/include/dvr/virtual_touchpad_client.h

+3 −0
Original line number Diff line number Diff line
@@ -154,3 +154,6 @@ DVR_V1_API_ENTRY(GetNativeDisplayMetrics);

// Performance
DVR_V1_API_ENTRY(PerformanceSetSchedulerPolicy);

// Pose client
DVR_V1_API_ENTRY(PoseClientSensorsEnable);