Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/common/utils/vts/
DUtils.cpp32 void Utils::checkLocation(const GnssLocation& location, bool check_speed, in checkLocation() argument
36 if (check_speed) { in checkLocation()
44 if (check_speed) { in checkLocation()
57 if (check_speed) { in checkLocation()
/hardware/interfaces/gnss/common/utils/vts/include/
DUtils.h46 static void checkLocation(const GnssLocation& location, bool check_speed,
/hardware/interfaces/gnss/common/utils/vts/include/v2_1/
Dgnss_hal_test_template.h118 void CheckLocation(const V2_0::GnssLocation& location, const bool check_speed);
266 bool check_speed) { in CheckLocation() argument
270 Utils::checkLocation(location.v1_0, check_speed, check_more_accuracies); in CheckLocation()
/hardware/interfaces/gnss/1.1/vts/functional/
Dgnss_hal_test.cpp132 void GnssHalTest::CheckLocation(GnssLocation& location, bool check_speed) { in CheckLocation() argument
136 Utils::checkLocation(location, check_speed, check_more_accuracies); in CheckLocation()
Dgnss_hal_test.h116 void CheckLocation(GnssLocation& location, bool check_speed);
/hardware/interfaces/gnss/2.0/vts/functional/
Dgnss_hal_test.cpp128 void GnssHalTest::CheckLocation(const GnssLocation_2_0& location, bool check_speed) { in CheckLocation() argument
132 Utils::checkLocation(location.v1_0, check_speed, check_more_accuracies); in CheckLocation()
Dgnss_hal_test.h171 void CheckLocation(const GnssLocation_2_0& location, const bool check_speed);