Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/1.1/default/
DGnss.cpp200 Utils::getSvInfo(3, GnssConstellationType::GPS, 32.5, 59.1, 166.5), in getMockSvStatus()
201 Utils::getSvInfo(5, GnssConstellationType::GPS, 27.0, 29.0, 56.5), in getMockSvStatus()
202 Utils::getSvInfo(17, GnssConstellationType::GPS, 30.5, 71.0, 77.0), in getMockSvStatus()
203 Utils::getSvInfo(26, GnssConstellationType::GPS, 24.1, 28.0, 253.0), in getMockSvStatus()
204 Utils::getSvInfo(5, GnssConstellationType::GLONASS, 20.5, 11.5, 116.0), in getMockSvStatus()
205 Utils::getSvInfo(17, GnssConstellationType::GLONASS, 21.5, 28.5, 186.0), in getMockSvStatus()
206 Utils::getSvInfo(18, GnssConstellationType::GLONASS, 28.3, 38.8, 69.0), in getMockSvStatus()
207 Utils::getSvInfo(10, GnssConstellationType::GLONASS, 25.0, 66.0, 247.0)}; in getMockSvStatus()
/hardware/interfaces/gnss/common/utils/default/include/
DUtils.h33 static GnssSvInfo getSvInfo(int16_t svid, GnssConstellationType type, float cN0DbHz,
/hardware/interfaces/gnss/common/utils/default/
DUtils.cpp42 GnssSvInfo Utils::getSvInfo(int16_t svid, GnssConstellationType type, float cN0DbHz, in getSvInfo() function in android::hardware::gnss::common::Utils