Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8998/android/location_api/
DGnssAPIClient.cpp389 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/qcom/gps/msm8998/location/
DLocationAPI.h471 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;
/hardware/qcom/gps/msm8998/gnss/
DGnssAdapter.cpp2415 if (svNotify.gnssSvs[sv - 1].cN0Dbhz > 0) { in generateNmeaGSV()
2417 (int)(0.5 + svNotify.gnssSvs[sv - 1].cN0Dbhz)); //float to int in generateNmeaGSV()