Searched refs:GnssSvNotification (Results 1 – 25 of 26) sorted by relevance
12
/hardware/qcom/gps/msm8998/utils/ |
D | loc_nmea.h | 38 void loc_nmea_generate_sv(const GnssSvNotification &svNotify,
|
D | loc_nmea.cpp | 345 static void loc_nmea_generate_GSV(const GnssSvNotification &svNotify, in loc_nmea_generate_GSV() 979 void loc_nmea_generate_sv(const GnssSvNotification &svNotify, in loc_nmea_generate_sv()
|
/hardware/qcom/gps/msm8909w_3100/utils/ |
D | loc_nmea.h | 38 void loc_nmea_generate_sv(const GnssSvNotification &svNotify,
|
D | loc_nmea.cpp | 345 static void loc_nmea_generate_GSV(const GnssSvNotification &svNotify, in loc_nmea_generate_GSV() 979 void loc_nmea_generate_sv(const GnssSvNotification &svNotify, in loc_nmea_generate_sv()
|
/hardware/qcom/gps/msm8998/core/ |
D | UlpProxyBase.h | 65 inline virtual bool reportSv(const GnssSvNotification& svNotify) { in reportSv()
|
D | LocAdapterBase.cpp | 94 reportSvEvent(const GnssSvNotification& svNotify, bool fromUlp)
|
D | LocAdapterBase.h | 135 virtual void reportSvEvent(const GnssSvNotification& svNotify, bool fromUlp=false);
|
D | LocApiBase.h | 117 void reportSv(GnssSvNotification& svNotify);
|
D | LocApiBase.cpp | 264 void LocApiBase::reportSv(GnssSvNotification& svNotify) in reportSv()
|
/hardware/qcom/gps/msm8909w_3100/core/ |
D | UlpProxyBase.h | 65 inline virtual bool reportSv(const GnssSvNotification& svNotify) { in reportSv()
|
D | LocAdapterBase.cpp | 94 reportSvEvent(const GnssSvNotification& /*svNotify*/, bool /*fromUlp*/)
|
D | LocAdapterBase.h | 135 virtual void reportSvEvent(const GnssSvNotification& svNotify, bool fromUlp=false);
|
D | LocApiBase.h | 117 void reportSv(GnssSvNotification& svNotify);
|
D | LocApiBase.cpp | 267 void LocApiBase::reportSv(GnssSvNotification& svNotify) in reportSv()
|
/hardware/qcom/gps/msm8998/android/location_api/ |
D | GnssAPIClient.h | 83 void onGnssSvCb(GnssSvNotification gnssSvNotification) final;
|
D | GnssAPIClient.cpp | 45 static void convertGnssSvStatus(GnssSvNotification& in, IGnssCallback::GnssSvStatus& out); 105 locationCallbacks.gnssSvCb = [this](GnssSvNotification gnssSvNotification) { in gnssUpdateCallbacks() 364 void GnssAPIClient::onGnssSvCb(GnssSvNotification gnssSvNotification) in onGnssSvCb() 434 static void convertGnssSvStatus(GnssSvNotification& in, IGnssCallback::GnssSvStatus& out) in convertGnssSvStatus()
|
/hardware/qcom/gps/msm8909w_3100/android/location_api/ |
D | GnssAPIClient.h | 85 void onGnssSvCb(GnssSvNotification gnssSvNotification) final;
|
D | GnssAPIClient.cpp | 46 static void convertGnssSvStatus(GnssSvNotification& in, IGnssCallback::GnssSvStatus& out); 119 locationCallbacks.gnssSvCb = [this](GnssSvNotification gnssSvNotification) { in gnssUpdateCallbacks() 420 void GnssAPIClient::onGnssSvCb(GnssSvNotification gnssSvNotification) in onGnssSvCb() 498 static void convertGnssSvStatus(GnssSvNotification& in, IGnssCallback::GnssSvStatus& out) in convertGnssSvStatus()
|
/hardware/qcom/gps/msm8998/gnss/ |
D | GnssAdapter.h | 213 virtual void reportSvEvent(const GnssSvNotification& svNotify, bool fromUlp=false); 231 void reportSv(GnssSvNotification& svNotify);
|
D | GnssAdapter.cpp | 1913 GnssAdapter::reportSvEvent(const GnssSvNotification& svNotify, in reportSvEvent() 1927 const GnssSvNotification mSvNotify; in reportSvEvent() 1929 const GnssSvNotification& svNotify) : in reportSvEvent() 1934 mAdapter.reportSv((GnssSvNotification&)mSvNotify); in reportSvEvent() 1942 GnssAdapter::reportSv(GnssSvNotification& svNotify) in reportSv()
|
/hardware/qcom/gps/msm8909w_3100/gnss/ |
D | GnssAdapter.h | 226 virtual void reportSvEvent(const GnssSvNotification& svNotify, bool fromUlp=false); 245 void reportSv(GnssSvNotification& svNotify);
|
D | GnssAdapter.cpp | 2005 GnssAdapter::reportSvEvent(const GnssSvNotification& svNotify, in reportSvEvent() 2019 const GnssSvNotification mSvNotify; in reportSvEvent() 2021 const GnssSvNotification& svNotify) : in reportSvEvent() 2026 mAdapter.reportSv((GnssSvNotification&)mSvNotify); in reportSvEvent() 2034 GnssAdapter::reportSv(GnssSvNotification& svNotify) in reportSv()
|
/hardware/qcom/gps/msm8998/location/ |
D | LocationAPI.h | 558 } GnssSvNotification; typedef 693 GnssSvNotification gnssSvNotification
|
D | LocationAPIClientBase.h | 110 inline virtual void onGnssSvCb(GnssSvNotification /*gnssSvNotification*/) {} in onGnssSvCb() argument
|
/hardware/qcom/gps/msm8909w_3100/location/ |
D | LocationAPI.h | 588 } GnssSvNotification; typedef 729 GnssSvNotification gnssSvNotification
|
12