Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8909w_3100/utils/
Dloc_gps.h41 #define LOC_GNSS_MAX_SVS 64 macro
657 LocGnssSvInfo gnss_sv_list[LOC_GNSS_MAX_SVS];
/hardware/qcom/gps/msm8998/utils/
Dloc_gps.h41 #define LOC_GNSS_MAX_SVS 64 macro
653 LocGnssSvInfo gnss_sv_list[LOC_GNSS_MAX_SVS];
/hardware/qcom/gps/msm8909w_3100/core/
DLocApiBase.cpp277 for (size_t i = 0; i < svNotify.count && i < LOC_GNSS_MAX_SVS; i++) { in reportSv()
/hardware/qcom/gps/msm8998/core/
DLocApiBase.cpp274 for (int i = 0; i < svNotify.count && i < LOC_GNSS_MAX_SVS; i++) { in reportSv()