Lines Matching refs:Utils
44 int64_t Utils::getLocationTimestampMillis(const android::hardware::gnss::GnssLocation& location) { in getLocationTimestampMillis()
49 int64_t Utils::getLocationTimestampMillis(const V1_0::GnssLocation& location) { in getLocationTimestampMillis()
54 void Utils::checkLocationElapsedRealtime(const V1_0::GnssLocation&) {} in checkLocationElapsedRealtime()
57 void Utils::checkLocationElapsedRealtime(const android::hardware::gnss::GnssLocation& location) { in checkLocationElapsedRealtime()
61 void Utils::checkElapsedRealtime(const ElapsedRealtime& elapsedRealtime) { in checkElapsedRealtime()
73 const GnssLocation Utils::getMockLocation(double latitudeDegrees, double longitudeDegrees, in getMockLocation()
97 const MeasurementCorrections Utils::getMockMeasurementCorrections() { in getMockMeasurementCorrections()
146 Utils::getMockMeasurementCorrections_1_1() { in getMockMeasurementCorrections_1_1()
196 const MeasurementCorrectionsAidl Utils::getMockMeasurementCorrections_aidl() { in getMockMeasurementCorrections_aidl()
260 V1_0::GnssConstellationType Utils::mapConstellationType(V2_0::GnssConstellationType constellation) { in mapConstellationType()
279 bool Utils::isAutomotiveDevice() { in isAutomotiveDevice()