Searched refs:rxTimestamp (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Uwb/service/support_lib/test/ |
D | DlTDoATests.java | 42 long rxTimestamp = 50_000L; in dlTDoAMeasurementTest() local 58 .setRxTimestamp(rxTimestamp) in dlTDoAMeasurementTest() 76 assertEquals(fromBundle.getRxTimestamp(), rxTimestamp); in dlTDoAMeasurementTest() local
|
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/dltdoa/ |
D | DlTDoAMeasurement.java | 68 int NLoS, long txTimestamp, long rxTimestamp, float anchorCfo, float cfo, in DlTDoAMeasurement() argument 77 mRxTimestamp = rxTimestamp; in DlTDoAMeasurement() 271 public DlTDoAMeasurement.Builder setRxTimestamp(long rxTimestamp) { in setRxTimestamp() argument 272 mRxTimestamp = rxTimestamp; in setRxTimestamp()
|
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/ |
D | DlTdoaMeasurement.java | 40 int nLoS, long txTimestamp, long rxTimestamp, float anchorCfo, float cfo, in DlTdoaMeasurement() argument 49 mRxTimestamp = rxTimestamp; in DlTdoaMeasurement()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/data/ |
D | UwbDlTDoAMeasurement.java | 48 int aoaElevation, int aoaElevationFom, int rssi, long txTimestamp, long rxTimestamp, in UwbDlTDoAMeasurement() argument 64 mRxTimestamp = rxTimestamp; in UwbDlTDoAMeasurement()
|
/packages/modules/Uwb/tests/cts/tests/src/android/uwb/cts/ |
D | RangingMeasurementTest.java | 66 long rxTimestamp = 50_000L; in testBuilder() local 82 .setRxTimestamp(rxTimestamp) in testBuilder()
|