Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbTwoWayMeasurement.java49 this.mAoaAzimuth = toFloatFromQFormat(aoaAzimuth); in UwbTwoWayMeasurement()
51 this.mAoaElevation = toFloatFromQFormat(aoaElevation); in UwbTwoWayMeasurement()
53 this.mAoaDestAzimuth = toFloatFromQFormat(aoaDestAzimuth); in UwbTwoWayMeasurement()
55 this.mAoaDestElevation = toFloatFromQFormat(aoaDestElevation); in UwbTwoWayMeasurement()
142 private float toFloatFromQFormat(int value) { in toFloatFromQFormat() method in UwbTwoWayMeasurement