Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/common/utils/vts/
DUtils.cpp29 bool check_more_accuracies) { in checkLocation() argument
38 if (check_more_accuracies) { in checkLocation()
/hardware/interfaces/gnss/common/utils/vts/include/
DUtils.h36 bool check_more_accuracies);
/hardware/interfaces/gnss/2.0/vts/functional/
Dgnss_hal_test.cpp122 const bool check_more_accuracies = in CheckLocation() local
125 Utils::checkLocation(location.v1_0, check_speed, check_more_accuracies); in CheckLocation()
/hardware/interfaces/gnss/1.1/vts/functional/
Dgnss_hal_test.cpp133 bool check_more_accuracies = (info_called_count_ > 0 && last_info_.yearOfHw >= 2017); in CheckLocation() local
135 Utils::checkLocation(location, check_speed, check_more_accuracies); in CheckLocation()