Home
last modified time | relevance | path

Searched refs:cN0Dbhz (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/gnss/1.1/vts/functional/
Dgnss_hal_test_cases.cpp126 counts.max_cn0_dbhz = gnss_sv.cN0Dbhz; in FindStrongFrequentNonGpsSource()
131 if (itSignal->second.max_cn0_dbhz < gnss_sv.cN0Dbhz) { in FindStrongFrequentNonGpsSource()
132 itSignal->second.max_cn0_dbhz = gnss_sv.cN0Dbhz; in FindStrongFrequentNonGpsSource()
/hardware/qcom/gps/msm8998/android/location_api/
DGnssAPIClient.cpp447 info.cN0Dbhz = in.gnssSvs[i].cN0Dbhz; in convertGnssSvStatus()
/hardware/qcom/gps/msm8909w_3100/android/location_api/
DGnssAPIClient.cpp511 info.cN0Dbhz = in.gnssSvs[i].cN0Dbhz; in convertGnssSvStatus()
/hardware/interfaces/gnss/1.0/default/
DGnss.cpp135 .cN0Dbhz = svInfo.c_n0_dbhz, in gnssSvStatusCb()
227 info.cN0Dbhz = svInfo->sv_list[i].snr; in gpsSvStatusCb()
/hardware/interfaces/gnss/1.1/default/
DGnss.cpp215 .cN0Dbhz = cN0DbHz, in getSvInfo()
/hardware/qcom/gps/msm8909w_3100/utils/
Dloc_nmea.cpp414 if (svNotify.gnssSvs[svNumber - 1].cN0Dbhz > 0) in loc_nmea_generate_GSV()
417 (int)(0.5 + svNotify.gnssSvs[svNumber - 1].cN0Dbhz)); //float to int in loc_nmea_generate_GSV()
/hardware/qcom/gps/msm8998/utils/
Dloc_nmea.cpp414 if (svNotify.gnssSvs[svNumber - 1].cN0Dbhz > 0) in loc_nmea_generate_GSV()
417 (int)(0.5 + svNotify.gnssSvs[svNumber - 1].cN0Dbhz)); //float to int in loc_nmea_generate_GSV()
/hardware/qcom/gps/msm8909w_3100/core/
DLocApiBase.cpp287 svNotify.gnssSvs[i].cN0Dbhz, in reportSv()
/hardware/qcom/gps/msm8998/location/
DLocationAPI.h502 float cN0Dbhz; // signal strength member
/hardware/qcom/gps/msm8909w_3100/location/
DLocationAPI.h533 float cN0Dbhz; // signal strength member
/hardware/qcom/gps/msm8998/core/
DLocApiBase.cpp284 svNotify.gnssSvs[i].cN0Dbhz, in reportSv()
/hardware/interfaces/gnss/1.0/
DIGnssCallback.hal107 float cN0Dbhz;