Home
last modified time | relevance | path

Searched refs:num_svs_max (Results 1 – 3 of 3) sorted by relevance

/device/huawei/angler/location/loc_api/loc_api_v02/
DLocApiV02.cpp1975 int num_svs_max, i; in reportSv() local
1983 num_svs_max = 0; in reportSv()
1989 num_svs_max = gnss_report_ptr->svList_len; in reportSv()
1990 if(num_svs_max > GPS_MAX_SVS) in reportSv()
1992 num_svs_max = GPS_MAX_SVS; in reportSv()
1995 for(i = 0; i < num_svs_max; i++) in reportSv()
/device/lge/bullhead/location/loc_api/loc_api_v02/
DLocApiV02.cpp1975 int num_svs_max, i; in reportSv() local
1983 num_svs_max = 0; in reportSv()
1989 num_svs_max = gnss_report_ptr->svList_len; in reportSv()
1990 if(num_svs_max > GPS_MAX_SVS) in reportSv()
1992 num_svs_max = GPS_MAX_SVS; in reportSv()
1995 for(i = 0; i < num_svs_max; i++) in reportSv()
/device/moto/shamu/location/loc_api/loc_api_v02/
DLocApiV02.cpp1909 int num_svs_max, i; in reportSv() local
1915 num_svs_max = 0; in reportSv()
1921 num_svs_max = gnss_report_ptr->svList_len; in reportSv()
1922 if(num_svs_max > GPS_MAX_SVS) in reportSv()
1924 num_svs_max = GPS_MAX_SVS; in reportSv()
1927 for(i = 0; i < num_svs_max; i++) in reportSv()