Searched refs:locations_to_await (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/gnss/common/utils/vts/include/v2_1/ |
D | gnss_hal_test_template.h | 151 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/ |
D | gnss_hal_test.cpp | 192 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()
|
D | gnss_hal_test.h | 155 const int locations_to_await, const int gnss_sv_info_list_timeout);
|
/hardware/interfaces/gnss/aidl/vts/ |
D | gnss_hal_test.cpp | 347 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()
|
D | gnss_hal_test.h | 80 const int locations_to_await, const int gnss_sv_info_list_timeout);
|