Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/pseudorange/
DEcef2EnuConverter.java46 public static EnuValues convertEcefToEnu(double ecefX, double ecefY, double ecefZ, in convertEcefToEnu()
53 return new EnuValues(enuResult.getEntry(0, 0), in convertEcefToEnu()
92 public static class EnuValues { class in Ecef2EnuConverter
112 public EnuValues(double enuEast, double enuNorth, double enuUP){ in EnuValues() method in Ecef2EnuConverter.EnuValues
DPseudorangePositionVelocityFromRealTimeEvents.java24 import android.location.cts.gnss.pseudorange.Ecef2EnuConverter.EnuValues;
226 EnuValues velocityEnu = Ecef2EnuConverter.convertEcefToEnu( in computePositionVelocitySolutionsFromRawMeas()