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

Commit 18dcaf17 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

Change-Id: I8ad0fedbac9cf950bf6917a524cb50839b41a362
parents c89bac8f 0a9bae53
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);