Home
last modified time | relevance | path

Searched refs:GnssNfwNotification (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/sm8150/gps/android/visibility_control/1.0/
DGnssVisibilityControl.cpp53 static void convertGnssNfwNotification(GnssNfwNotification& in,
63 void GnssVisibilityControl::nfwStatusCb(GnssNfwNotification notification) { in nfwStatusCb()
76 static void convertGnssNfwNotification(GnssNfwNotification& in, in convertGnssNfwNotification()
90 void GnssVisibilityControl::statusCb(GnssNfwNotification notification) { in statusCb()
DGnssVisibilityControl.h70 void statusCb(GnssNfwNotification notification);
74 static void nfwStatusCb(GnssNfwNotification notification);
/hardware/qcom/sm8150/gps/gnss/
DGnssAdapter.h377 virtual void reportNfwNotificationEvent(GnssNfwNotification& notification);
398 inline void reportNfwNotification(const GnssNfwNotification& notification) { in reportNfwNotification()
DGnssAdapter.cpp4116 void GnssAdapter::reportNfwNotificationEvent(GnssNfwNotification& notification) { in reportNfwNotificationEvent()
4120 const GnssNfwNotification mNotification; in reportNfwNotificationEvent()
4123 inline MsgReportNfwNotification(const GnssNfwNotification& notification, in reportNfwNotificationEvent()
/hardware/qcom/sm8150/gps/core/
DLocAdapterBase.h190 virtual void reportNfwNotificationEvent(GnssNfwNotification& notification);
DLocAdapterBase.cpp201 reportNfwNotificationEvent(GnssNfwNotification& /*notification*/) in reportSvEvent()
DLocApiBase.h192 void sendNfwNotification(GnssNfwNotification& notification);
DLocApiBase.cpp394 void LocApiBase::sendNfwNotification(GnssNfwNotification& notification) in sendNfwNotification()
/hardware/qcom/sm8150/gps/utils/
Dgps_extended_c.h2136 } GnssNfwNotification; typedef
2162 typedef void(*NfwStatusCb)(GnssNfwNotification notification);