Home
last modified time | relevance | path

Searched refs:aoaAzimuth (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbOwrAoaMeasurement.java32 int blockIndex, int aoaAzimuth, int aoaAzimuthFom, in UwbOwrAoaMeasurement() argument
40 UwbUtil.twos_compliment(aoaAzimuth, 16), 9, 7); in UwbOwrAoaMeasurement()
DUwbTwoWayMeasurement.java39 int aoaAzimuth, int aoaAzimuthFom, int aoaElevation, in UwbTwoWayMeasurement() argument
49 this.mAoaAzimuth = toFloatFromQFormat(aoaAzimuth); in UwbTwoWayMeasurement()
DUwbDlTDoAMeasurement.java47 int blockIndex, int roundIndex, int nLoS, int aoaAzimuth, int aoaAzimuthFom, in UwbDlTDoAMeasurement() argument
58 mAoaAzimuth = toFloatFromQ9_7_Format(aoaAzimuth); in UwbDlTDoAMeasurement()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/advertisement/
DUwbAdvertiseManagerTest.java353 int aoaAzimuth, int aoaAzimuthVariance, in setupOwrAoaMeasurements() argument
357 aoaAzimuth, TEST_AOA_AZIMUTH_FOM, aoaElevation, TEST_AOA_ELEVATION_FOM); in setupOwrAoaMeasurements()
367 ? aoaAzimuth + aoaAzimuthVariance : aoaAzimuth - aoaAzimuthVariance; in setupOwrAoaMeasurements()
/packages/modules/Uwb/service/java/com/android/server/uwb/advertisement/
DUwbAdvertiseManager.java182 double aoaAzimuth = owrAoaMeasurement.getAoaAzimuth(); in calculateAoaVariance() local
185 mRecentAoaAzimuth.add(aoaAzimuth); in calculateAoaVariance()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbTestUtils.java254 AngleMeasurement aoaAzimuth = null; in generateRangingDataAndRangingReport() local
259 aoaAzimuth = new AngleMeasurement( in generateRangingDataAndRangingReport()
262 aoaBuilder = new AngleOfArrivalMeasurement.Builder(aoaAzimuth); in generateRangingDataAndRangingReport()
DUwbSessionNotificationManager.java868 boolean isAoaAzimuthEnabled, boolean isAoaElevationEnabled, float aoaAzimuth, in computeAngleOfArrivalMeasurement() argument
874 UwbUtil.degreeToRadian(aoaAzimuth), 0, aoaAzimuthFom / (double) 100); in computeAngleOfArrivalMeasurement()