Home
last modified time | relevance | path

Searched refs:POSE_LOCK (Results 1 – 5 of 5) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/PoseProvider/
DPoseProvider.java30 public static final Object POSE_LOCK = new Object(); field in PoseProvider
56 synchronized (POSE_LOCK) { in getLatestPoseData()
DAndroidPoseProvider.java35 synchronized (POSE_LOCK) {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
DDataFragment.java167 synchronized (TestActivity.POSE_LOCK) { in onWaypointPlacementAttempt()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DRobustnessPath.java89 synchronized (TestActivity.POSE_LOCK) { in startChangingTargetRotation()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Activities/
DTestActivity.java73 public static final Object POSE_LOCK = new Object(); field in TestActivity