Searched refs:GnssSvNotification (Results 1 – 25 of 52) sorted by relevance
123
/hardware/qcom/sdm845/gps/sdm845/utils/ |
D | loc_nmea.h | 38 void loc_nmea_generate_sv(const GnssSvNotification &svNotify,
|
/hardware/qcom/gps/msm8909w_3100/utils/ |
D | loc_nmea.h | 38 void loc_nmea_generate_sv(const GnssSvNotification &svNotify,
|
/hardware/qcom/sdm845/gps/msm8998/utils/ |
D | loc_nmea.h | 38 void loc_nmea_generate_sv(const GnssSvNotification &svNotify,
|
/hardware/qcom/gps/msm8998/utils/ |
D | loc_nmea.h | 38 void loc_nmea_generate_sv(const GnssSvNotification &svNotify,
|
/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*/)
|
/hardware/qcom/sdm845/gps/sdm845/core/ |
D | UlpProxyBase.h | 65 inline virtual bool reportSv(const GnssSvNotification& svNotify) { in reportSv()
|
D | LocAdapterBase.cpp | 95 reportSvEvent(const GnssSvNotification& /*svNotify*/, bool /*fromUlp*/)
|
/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);
|
/hardware/qcom/sdm845/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);
|
/hardware/qcom/sdm845/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() 363 void GnssAPIClient::onGnssSvCb(GnssSvNotification gnssSvNotification) in onGnssSvCb() 433 static void convertGnssSvStatus(GnssSvNotification& in, IGnssCallback::GnssSvStatus& out) in convertGnssSvStatus()
|
/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/sdm845/gps/sdm845/android/location_api/ |
D | GnssAPIClient.h | 88 void onGnssSvCb(GnssSvNotification gnssSvNotification) final;
|
D | GnssAPIClient.cpp | 51 static void convertGnssSvStatus(GnssSvNotification& in, IGnssCallback::GnssSvStatus& out); 124 locationCallbacks.gnssSvCb = [this](GnssSvNotification gnssSvNotification) { in gnssUpdateCallbacks() 447 void GnssAPIClient::onGnssSvCb(GnssSvNotification gnssSvNotification) in onGnssSvCb() 525 static void convertGnssSvStatus(GnssSvNotification& in, IGnssCallback::GnssSvStatus& out) in convertGnssSvStatus()
|
/hardware/qcom/sdm845/gps/msm8998/gnss/ |
D | GnssAdapter.h | 213 virtual void reportSvEvent(const GnssSvNotification& svNotify, bool fromUlp=false); 231 void reportSv(GnssSvNotification& svNotify);
|
/hardware/qcom/gps/msm8998/gnss/ |
D | GnssAdapter.h | 216 virtual void reportSvEvent(const GnssSvNotification& svNotify, bool fromUlp=false); 236 void reportSv(GnssSvNotification& svNotify);
|
/hardware/qcom/gps/msm8909w_3100/gnss/ |
D | GnssAdapter.h | 226 virtual void reportSvEvent(const GnssSvNotification& svNotify, bool fromUlp=false); 245 void reportSv(GnssSvNotification& svNotify);
|
123