Home
last modified time | relevance | path

Searched refs:GnssSvNotification (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/gps/msm8998/gnss/
DGnssAdapter.h211 virtual void reportSvEvent(const GnssSvNotification& svNotify, bool fromUlp=false);
229 void reportSv(GnssSvNotification& svNotify);
236 void generateNmea(const GnssSvNotification& svNotify);
237 void generateNmeaGSV(const GnssSvNotification& svNotify,
DGnssAdapter.cpp1867 GnssAdapter::reportSvEvent(const GnssSvNotification& svNotify, in reportSvEvent()
1881 const GnssSvNotification mSvNotify; in reportSvEvent()
1883 const GnssSvNotification& svNotify) : in reportSvEvent()
1888 mAdapter.reportSv((GnssSvNotification&)mSvNotify); in reportSvEvent()
1896 GnssAdapter::reportSv(GnssSvNotification& svNotify) in reportSv()
2233 GnssAdapter::generateNmea(const GnssSvNotification& svNotify) in generateNmea()
2348 GnssAdapter::generateNmeaGSV(const GnssSvNotification& svNotify, NmeaSvMeta& svMeta, in generateNmeaGSV()
/hardware/qcom/gps/msm8998/android/location_api/
DGnssAPIClient.cpp45 static void convertGnssSvStatus(GnssSvNotification& in, IGnssCallback::GnssSvStatus& out);
104 locationCallbacks.gnssSvCb = [this](GnssSvNotification gnssSvNotification) { in gnssUpdateCallbacks()
338 void GnssAPIClient::onGnssSvCb(GnssSvNotification gnssSvNotification) in onGnssSvCb()
376 static void convertGnssSvStatus(GnssSvNotification& in, IGnssCallback::GnssSvStatus& out) in convertGnssSvStatus()
DGnssAPIClient.h82 void onGnssSvCb(GnssSvNotification gnssSvNotification) final;
/hardware/qcom/gps/msm8998/core/
DUlpProxyBase.h65 inline virtual bool reportSv(const GnssSvNotification& svNotify) { in reportSv()
DLocAdapterBase.cpp94 reportSvEvent(const GnssSvNotification& svNotify, bool fromUlp)
DLocAdapterBase.h135 virtual void reportSvEvent(const GnssSvNotification& svNotify, bool fromUlp=false);
DLocApiBase.h117 void reportSv(GnssSvNotification& svNotify);
DLocApiBase.cpp264 void LocApiBase::reportSv(GnssSvNotification& svNotify) in reportSv()
/hardware/qcom/gps/msm8998/location/
DLocationAPI.h525 } GnssSvNotification; typedef
623 GnssSvNotification gnssSvNotification
DLocationAPIClientBase.h109 inline virtual void onGnssSvCb(GnssSvNotification /*gnssSvNotification*/) {} in onGnssSvCb() argument