Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/common/utils/vts/include/v2_1/
Dgnss_hal_test_template.h151 const int locations_to_await, const int gnss_sv_info_list_timeout);
296 const int locations_to_await, const int gnss_sv_info_list_timeout) { in startLocationAndGetNonGpsConstellation() argument
298 StartAndCheckLocations(locations_to_await); in startLocationAndGetNonGpsConstellation()
303 EXPECT_GE(sv_info_list_cbq_size + 1, locations_to_await); in startLocationAndGetNonGpsConstellation()
305 sv_info_list_cbq_size, locations_to_await, location_called_count); in startLocationAndGetNonGpsConstellation()
/hardware/interfaces/gnss/1.1/vts/functional/
Dgnss_hal_test.cpp192 const int locations_to_await, const int gnss_sv_info_list_timeout) { in startLocationAndGetNonGpsConstellation() argument
194 StartAndCheckLocations(locations_to_await); in startLocationAndGetNonGpsConstellation()
199 EXPECT_GE(sv_status_cbq_size + 1, locations_to_await); in startLocationAndGetNonGpsConstellation()
201 locations_to_await, location_called_count); in startLocationAndGetNonGpsConstellation()
Dgnss_hal_test.h155 const int locations_to_await, const int gnss_sv_info_list_timeout);
/hardware/interfaces/gnss/aidl/vts/
Dgnss_hal_test.cpp347 const int locations_to_await, const int gnss_sv_info_list_timeout) { in startLocationAndGetNonGpsConstellation() argument
351 locations_to_await, gnss_sv_info_list_timeout)); in startLocationAndGetNonGpsConstellation()
354 StartAndCheckLocations(locations_to_await); in startLocationAndGetNonGpsConstellation()
359 EXPECT_GE(sv_info_list_cbq_size + 1, locations_to_await); in startLocationAndGetNonGpsConstellation()
361 sv_info_list_cbq_size, locations_to_await, location_called_count); in startLocationAndGetNonGpsConstellation()
Dgnss_hal_test.h80 const int locations_to_await, const int gnss_sv_info_list_timeout);