Pose orientation was rotated 90 degrees on dvr devices

Orientation property namespace did not match BoardConfig. Change the property
namespace from dvr.* to ro.dvr.*.

Test: Validated pose orientation is correct.
Bug: 34771765
Change-Id: Icca084b19b3e9a8bcfb4bcaa512df07974a9240a
diff --git a/services/vr/sensord/pose_service.cpp b/services/vr/sensord/pose_service.cpp
index c2863ee..75919d8 100644
--- a/services/vr/sensord/pose_service.cpp
+++ b/services/vr/sensord/pose_service.cpp
@@ -57,8 +57,7 @@
 
 // Device type property for controlling classes of behavior that differ
 // between devices. If unset, defaults to kOrientationTypeSmartphone.
-static constexpr char kOrientationTypeProp[] = "dvr.orientation_type";
-
+static constexpr char kOrientationTypeProp[] = "ro.dvr.orientation_type";
 static constexpr char kEnableSensorRecordProp[] = "dvr.enable_6dof_recording";
 static constexpr char kEnableSensorPlayProp[] = "dvr.enable_6dof_playback";
 static constexpr char kEnableSensorPlayIdProp[] = "dvr.6dof_playback_id";