Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/common/utils/vts/
DUtils.cpp28 void Utils::checkLocation(const GnssLocation& location, bool check_speed, in checkLocation() argument
32 if (check_speed) { in checkLocation()
40 if (check_speed) { in checkLocation()
53 if (check_speed) { in checkLocation()
/hardware/interfaces/gnss/common/utils/vts/include/
DUtils.h32 static void checkLocation(const GnssLocation& location, bool check_speed,
/hardware/interfaces/gnss/1.1/vts/functional/
Dgnss_hal_test.cpp126 void GnssHalTest::CheckLocation(GnssLocation& location, bool check_speed) { in CheckLocation() argument
129 Utils::checkLocation(location, check_speed, check_more_accuracies); in CheckLocation()
Dgnss_hal_test.h124 void CheckLocation(GnssLocation& location, bool check_speed);
/hardware/interfaces/gnss/2.0/vts/functional/
Dgnss_hal_test.cpp121 void GnssHalTest::CheckLocation(const GnssLocation_2_0& location, bool check_speed) { in CheckLocation() argument
125 Utils::checkLocation(location.v1_0, check_speed, check_more_accuracies); in CheckLocation()
Dgnss_hal_test.h218 void CheckLocation(const GnssLocation_2_0& location, const bool check_speed);