/packages/modules/Uwb/service/tests/src/com/android/server/uwb/correction/primers/ |
D | FoVPrimerTest.java | 44 input = SphericalVector.fromCartesian(within).toAnnotated(); in conversionTest() 51 input = SphericalVector.fromCartesian(outside).toAnnotated(); in conversionTest() 66 input = SphericalVector.fromDegrees(35 + 180, 1, 10).toAnnotated(); in edgeCases() 72 input = SphericalVector.fromDegrees(45 + 180, 1, 10).toAnnotated(); in edgeCases() 80 input = SphericalVector.fromDegrees(0, 0, 10).toAnnotated(); in edgeCases() 87 input = SphericalVector.fromDegrees(0, 90, 10).toAnnotated(); in edgeCases() 96 input = SphericalVector.fromDegrees(35 + 180, 1, 10).toAnnotated(); in edgeCases() 105 input = SphericalVector.fromDegrees(35, 1, 10).toAnnotated(); in edgeCases()
|
D | AoaPrimerTest.java | 33 .toAnnotated(); in conversionTest() 42 .toAnnotated(); in conversionTest() 55 Annotated result = primer.prime(sv.toAnnotated(false, true, true), null, null, 0); in missingDataTest() 61 result = primer.prime(sv.toAnnotated(true, false, true), null, null, 0); in missingDataTest()
|
D | ElevationPrimerTest.java | 41 Annotated input = SphericalVector.fromDegrees(35, 0, 10).toAnnotated(); in hasElevationTest() 55 .toAnnotated(true, false, true); in noPoseTest() 75 .toAnnotated(true, false, true); in noElevationTest() 95 .toAnnotated(true, true, true); in replaceElevationTest()
|
D | BackAzimuthPrimerTest.java | 99 engine.add(reading.toAnnotated(), mNow); in simulateRotation()
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/correction/ |
D | UwbFilterEngineTest.java | 42 engine.add(SphericalVector.fromRadians(1, 1.2f, 1.3f).toAnnotated(), 0); in basic() 54 .toAnnotated(false, false, false); in testBadReading() 66 engine.add(SphericalVector.fromRadians(1, 1.2f, 1.3f).toAnnotated(), 0); in testIntermittentReading() 69 .toAnnotated(false, false, false); in testIntermittentReading() 97 engine.add(SphericalVector.fromRadians(0.7f, 1.2f, 1.3f).toAnnotated(), 0); in poseChanges() 135 engine.add(SphericalVector.fromRadians(-0.7f, 0, 1.3f).toAnnotated(), 0); in primerTest() 143 engine.add(SphericalVector.fromRadians(0f, 0, 1.3f).toAnnotated(), 0); in primerTest() 153 .toAnnotated(true, false, false), in primerTest()
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/correction/math/ |
D | SphericalVectorTest.java | 127 SphericalVector.Annotated sparse = vec.toAnnotated(); in annotated() 133 sparse = vec.toAnnotated(true, false, false); in annotated() 139 sparse = vec.toAnnotated(false, true, false); in annotated() 145 sparse = vec.toAnnotated(false, false, true); in annotated()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/correction/math/ |
D | SphericalVector.java | 221 public Annotated toAnnotated() { in toAnnotated() method in SphericalVector 234 public Annotated toAnnotated(boolean hasAzimuth, boolean hasElevation, boolean hasDistance) { in toAnnotated() method in SphericalVector
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/correction/filtering/ |
D | NullPositionFilter.java | 85 mValue = SphericalVector.fromCartesian(vecFromNewCam).toAnnotated() in updatePose()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/correction/filtering/ |
D | PositionFilterImpl.java | 93 ).toAnnotated(); in compute()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/ |
D | UwbControlee.java | 135 .toAnnotated(hasAzimuth, hasElevation, hasDistance); in filterMeasurement()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/correction/ |
D | UwbFilterEngine.java | 108 ).toAnnotated().copyFomFrom(position); in add()
|