Home
last modified time | relevance | path

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

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