Home
last modified time | relevance | path

Searched refs:GnssDebug (Results 1 – 17 of 17) sorted by relevance

/hardware/qcom/gps/sdm845/android/location_api/
DLocationUtil.cpp97 void convertGnssEphemerisType(GnssEphemerisType& in, GnssDebug::SatelliteEphemerisType& out) in convertGnssEphemerisType()
101 out = GnssDebug::SatelliteEphemerisType::EPHEMERIS; in convertGnssEphemerisType()
104 out = GnssDebug::SatelliteEphemerisType::ALMANAC_ONLY; in convertGnssEphemerisType()
108 out = GnssDebug::SatelliteEphemerisType::NOT_AVAILABLE; in convertGnssEphemerisType()
113 void convertGnssEphemerisSource(GnssEphemerisSource& in, GnssDebug::SatelliteEphemerisSource& out) in convertGnssEphemerisSource()
117 out = GnssDebug::SatelliteEphemerisSource::DEMODULATED; in convertGnssEphemerisSource()
120 out = GnssDebug::SatelliteEphemerisSource::SUPL_PROVIDED; in convertGnssEphemerisSource()
123 out = GnssDebug::SatelliteEphemerisSource::OTHER_SERVER_PROVIDED; in convertGnssEphemerisSource()
128 out = GnssDebug::SatelliteEphemerisSource::OTHER; in convertGnssEphemerisSource()
133 void convertGnssEphemerisHealth(GnssEphemerisHealth& in, GnssDebug::SatelliteEphemerisHealth& out) in convertGnssEphemerisHealth()
[all …]
DLocationUtil.h45 void convertGnssEphemerisType(GnssEphemerisType& in, GnssDebug::SatelliteEphemerisType& out);
46 void convertGnssEphemerisSource(GnssEphemerisSource& in, GnssDebug::SatelliteEphemerisSource& out);
47 void convertGnssEphemerisHealth(GnssEphemerisHealth& in, GnssDebug::SatelliteEphemerisHealth& out);
/hardware/qcom/gps/msm8998/android/location_api/
DLocationUtil.cpp97 void convertGnssEphemerisType(GnssEphemerisType& in, GnssDebug::SatelliteEphemerisType& out) in convertGnssEphemerisType()
101 out = GnssDebug::SatelliteEphemerisType::EPHEMERIS; in convertGnssEphemerisType()
104 out = GnssDebug::SatelliteEphemerisType::ALMANAC_ONLY; in convertGnssEphemerisType()
108 out = GnssDebug::SatelliteEphemerisType::NOT_AVAILABLE; in convertGnssEphemerisType()
113 void convertGnssEphemerisSource(GnssEphemerisSource& in, GnssDebug::SatelliteEphemerisSource& out) in convertGnssEphemerisSource()
117 out = GnssDebug::SatelliteEphemerisSource::DEMODULATED; in convertGnssEphemerisSource()
120 out = GnssDebug::SatelliteEphemerisSource::SUPL_PROVIDED; in convertGnssEphemerisSource()
123 out = GnssDebug::SatelliteEphemerisSource::OTHER_SERVER_PROVIDED; in convertGnssEphemerisSource()
128 out = GnssDebug::SatelliteEphemerisSource::OTHER; in convertGnssEphemerisSource()
133 void convertGnssEphemerisHealth(GnssEphemerisHealth& in, GnssDebug::SatelliteEphemerisHealth& out) in convertGnssEphemerisHealth()
[all …]
DLocationUtil.h45 void convertGnssEphemerisType(GnssEphemerisType& in, GnssDebug::SatelliteEphemerisType& out);
46 void convertGnssEphemerisSource(GnssEphemerisSource& in, GnssDebug::SatelliteEphemerisSource& out);
47 void convertGnssEphemerisHealth(GnssEphemerisHealth& in, GnssDebug::SatelliteEphemerisHealth& out);
/hardware/interfaces/gnss/1.0/default/
DGnssDebug.cpp29 GnssDebug::GnssDebug(const GpsDebugInterface* gpsDebugIface) : mGnssDebugIface(gpsDebugIface) {} in GnssDebug() function in android::hardware::gnss::V1_0::implementation::GnssDebug
32 Return<void> GnssDebug::getDebugData(getDebugData_cb _hidl_cb) { in getDebugData()
DGnssDebug.h38 struct GnssDebug : public IGnssDebug { struct
39 GnssDebug(const GpsDebugInterface* gpsDebugIface);
DAndroid.mk13 GnssDebug.cpp \
DGnss.h161 sp<GnssDebug> mGnssDebug = nullptr;
DGnss.cpp671 mGnssDebug = new GnssDebug(gpsDebugIface); in getExtensionGnssDebug()
/hardware/qcom/gps/sdm845/android/
DGnssDebug.h39 struct GnssDebug : public IGnssDebug { struct
40 GnssDebug(Gnss* gnss);
41 ~GnssDebug() {}; in ~GnssDebug() argument
DGnssDebug.cpp36 GnssDebug::GnssDebug(Gnss* gnss) : mGnss(gnss) in GnssDebug() function in android::hardware::gnss::V1_0::implementation::GnssDebug
46 Return<void> GnssDebug::getDebugData(getDebugData_cb _hidl_cb) in getDebugData()
DAndroid.mk16 GnssDebug.cpp \
DGnss.cpp315 mGnssDebug = new GnssDebug(this); in getExtensionGnssDebug()
/hardware/qcom/gps/msm8998/android/
DGnssDebug.h39 struct GnssDebug : public IGnssDebug { struct
40 GnssDebug(Gnss* gnss);
41 ~GnssDebug() {}; in ~GnssDebug() argument
DGnssDebug.cpp36 GnssDebug::GnssDebug(Gnss* gnss) : mGnss(gnss) in GnssDebug() function in android::hardware::gnss::V1_0::implementation::GnssDebug
46 Return<void> GnssDebug::getDebugData(getDebugData_cb _hidl_cb) in getDebugData()
DAndroid.mk16 GnssDebug.cpp \
DGnss.cpp315 mGnssDebug = new GnssDebug(this); in getExtensionGnssDebug()