Home
last modified time | relevance | path

Searched refs:check_more_accuracies (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/gnss/common/utils/vts/
DUtils.cpp33 bool check_more_accuracies) { in checkLocation() argument
42 if (check_more_accuracies) { in checkLocation()
/hardware/interfaces/gnss/common/utils/vts/include/
DUtils.h47 bool check_more_accuracies);
/hardware/interfaces/gnss/1.1/vts/functional/
Dgnss_hal_test.cpp133 const bool check_more_accuracies = in CheckLocation() local
136 Utils::checkLocation(location, check_speed, check_more_accuracies); in CheckLocation()
/hardware/interfaces/gnss/2.0/vts/functional/
Dgnss_hal_test.cpp129 const bool check_more_accuracies = in CheckLocation() local
132 Utils::checkLocation(location.v1_0, check_speed, check_more_accuracies); in CheckLocation()
/hardware/interfaces/gnss/common/utils/vts/include/v2_1/
Dgnss_hal_test_template.h267 const bool check_more_accuracies = in CheckLocation() local
270 Utils::checkLocation(location.v1_0, check_speed, check_more_accuracies); in CheckLocation()