Home
last modified time | relevance | path

Searched refs:nmeaNotification (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/gps/msm8998/gnss/
DGnssAdapter.cpp2048 GnssNmeaNotification nmeaNotification = {}; in reportNmea() local
2049 nmeaNotification.size = sizeof(GnssNmeaNotification); in reportNmea()
2054 nmeaNotification.timestamp = now; in reportNmea()
2055 nmeaNotification.nmea = nmea; in reportNmea()
2056 nmeaNotification.length = length; in reportNmea()
2060 it->second.gnssNmeaCb(nmeaNotification); in reportNmea()
/hardware/qcom/sdm845/gps/msm8998/gnss/
DGnssAdapter.cpp2054 GnssNmeaNotification nmeaNotification = {}; in reportNmea() local
2055 nmeaNotification.size = sizeof(GnssNmeaNotification); in reportNmea()
2060 nmeaNotification.timestamp = now; in reportNmea()
2061 nmeaNotification.nmea = nmea; in reportNmea()
2062 nmeaNotification.length = length; in reportNmea()
2066 it->second.gnssNmeaCb(nmeaNotification); in reportNmea()
/hardware/qcom/gps/msm8909w_3100/gnss/
DGnssAdapter.cpp2152 GnssNmeaNotification nmeaNotification = {}; in reportNmea() local
2153 nmeaNotification.size = sizeof(GnssNmeaNotification); in reportNmea()
2158 nmeaNotification.timestamp = now; in reportNmea()
2159 nmeaNotification.nmea = nmea; in reportNmea()
2160 nmeaNotification.length = length; in reportNmea()
2164 it->second.gnssNmeaCb(nmeaNotification); in reportNmea()
/hardware/qcom/sdm845/gps/sdm845/gnss/
DGnssAdapter.cpp2974 GnssNmeaNotification nmeaNotification = {}; in reportNmea() local
2975 nmeaNotification.size = sizeof(GnssNmeaNotification); in reportNmea()
2980 nmeaNotification.timestamp = now; in reportNmea()
2981 nmeaNotification.nmea = nmea; in reportNmea()
2982 nmeaNotification.length = length; in reportNmea()
2986 it->second.gnssNmeaCb(nmeaNotification); in reportNmea()
/hardware/qcom/sm8150p/gps/gnss/
DGnssAdapter.cpp3560 GnssNmeaNotification nmeaNotification = {}; in reportNmea() local
3561 nmeaNotification.size = sizeof(GnssNmeaNotification); in reportNmea()
3566 nmeaNotification.timestamp = now; in reportNmea()
3567 nmeaNotification.nmea = nmea; in reportNmea()
3568 nmeaNotification.length = length; in reportNmea()
3572 it->second.gnssNmeaCb(nmeaNotification); in reportNmea()
/hardware/qcom/sm7150/gps/gnss/
DGnssAdapter.cpp3714 GnssNmeaNotification nmeaNotification = {}; in reportNmea() local
3715 nmeaNotification.size = sizeof(GnssNmeaNotification); in reportNmea()
3720 nmeaNotification.timestamp = now; in reportNmea()
3721 nmeaNotification.nmea = nmea; in reportNmea()
3722 nmeaNotification.length = length; in reportNmea()
3726 it->second.gnssNmeaCb(nmeaNotification); in reportNmea()
/hardware/qcom/sm8150/gps/gnss/
DGnssAdapter.cpp4370 GnssNmeaNotification nmeaNotification = {}; in reportNmea() local
4371 nmeaNotification.size = sizeof(GnssNmeaNotification); in reportNmea()
4376 nmeaNotification.timestamp = now; in reportNmea()
4377 nmeaNotification.nmea = nmea; in reportNmea()
4378 nmeaNotification.length = length; in reportNmea()
4382 it->second.gnssNmeaCb(nmeaNotification); in reportNmea()
/hardware/qcom/sm7250/gps/gnss/
DGnssAdapter.cpp4371 GnssNmeaNotification nmeaNotification = {}; in reportNmea() local
4372 nmeaNotification.size = sizeof(GnssNmeaNotification); in reportNmea()
4377 nmeaNotification.timestamp = now; in reportNmea()
4378 nmeaNotification.nmea = nmea; in reportNmea()
4379 nmeaNotification.length = length; in reportNmea()
4383 it->second.gnssNmeaCb(nmeaNotification); in reportNmea()