Home
last modified time | relevance | path

Searched refs:GnssNmeaNotification (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/gps/msm8998/android/location_api/
DGnssAPIClient.h83 void onGnssNmeaCb(GnssNmeaNotification gnssNmeaNotification) final;
DGnssAPIClient.cpp111 locationCallbacks.gnssNmeaCb = [this](GnssNmeaNotification gnssNmeaNotification) { in gnssUpdateCallbacks()
348 void GnssAPIClient::onGnssNmeaCb(GnssNmeaNotification gnssNmeaNotification) in onGnssNmeaCb()
/hardware/qcom/gps/msm8998/location/
DLocationAPI.h532 } GnssNmeaNotification; typedef
630 GnssNmeaNotification gnssNmeaNotification
DLocationAPIClientBase.h104 inline virtual void onGnssNmeaCb(GnssNmeaNotification /*gnssNmeaNotification*/) {} in onGnssNmeaCb() argument
/hardware/qcom/gps/msm8998/gnss/
DGnssAdapter.cpp1982 GnssNmeaNotification nmeaNotification = {}; in reportNmea()
1983 nmeaNotification.size = sizeof(GnssNmeaNotification); in reportNmea()