Searched defs:nmea (Results 1 - 17 of 17) sorted by path

/hardware/interfaces/gnss/1.0/default/
H A DGnss.cpp257 void Gnss::nmeaCb(GpsUtcTime timestamp, const char* nmea, int length) { argument
264 nmeaString.setToExternal(nmea, length);
/hardware/qcom/gps/core/
H A DLocApiBase.cpp287 void LocApiBase::reportNmea(const char* nmea, int length) argument
290 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length));
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A DLocEngAdapter.cpp244 void LocEngAdapter::reportNmea(const char* nmea, int length) argument
246 sendMsg(new LocEngReportNmea(mOwner, nmea, length));
/hardware/qcom/gps/msm8084/core/
H A DLocApiBase.cpp257 void LocApiBase::reportNmea(const char* nmea, int length) argument
260 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length));
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A DLocEngAdapter.cpp246 void LocEngAdapter::reportNmea(const char* nmea, int length) argument
248 sendMsg(new LocEngReportNmea(mOwner, nmea, length));
/hardware/qcom/gps/msm8909/core/
H A DLocApiBase.cpp287 void LocApiBase::reportNmea(const char* nmea, int length) argument
290 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length));
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A DLocEngAdapter.cpp247 void LocEngAdapter::reportNmea(const char* nmea, int length) argument
249 sendMsg(new LocEngReportNmea(mOwner, nmea, length));
/hardware/qcom/gps/msm8960/core/
H A DLocApiBase.cpp227 void LocApiBase::reportNmea(const char* nmea, int length) argument
230 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length));
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A DLocEngAdapter.cpp162 void LocEngAdapter::reportNmea(const char* nmea, int length) argument
164 sendMsg(new LocEngReportNmea(mOwner, nmea, length));
/hardware/qcom/gps/msm8994/core/
H A DLocApiBase.cpp287 void LocApiBase::reportNmea(const char* nmea, int length) argument
290 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length));
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A DLocEngAdapter.cpp244 void LocEngAdapter::reportNmea(const char* nmea, int length) argument
246 sendMsg(new LocEngReportNmea(mOwner, nmea, length));
/hardware/qcom/gps/msm8996/core/
H A DLocApiBase.cpp286 void LocApiBase::reportNmea(const char* nmea, int length) argument
289 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length));
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A DLocEngAdapter.cpp247 void LocEngAdapter::reportNmea(const char* nmea, int length) argument
249 sendMsg(new LocEngReportNmea(mOwner, nmea, length));
/hardware/qcom/gps/msm8998/core/
H A DLocApiBase.cpp317 void LocApiBase::reportNmea(const char* nmea, int length) argument
320 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmeaEvent(nmea, length));
H A DUlpProxyBase.h114 inline virtual bool reportNmea(const char* nmea, int length) argument
116 (void)nmea;
/hardware/qcom/gps/msm8998/gnss/
H A DGnssAdapter.cpp1943 GnssAdapter::reportNmeaEvent(const char* nmea, size_t length, bool fromUlp) argument
1949 if (mUlpProxy->reportNmea(nmea, length)) {
1959 const char* nmea,
1965 memcpy((void*)mNmea, (void*)nmea, length);
1976 sendMsg(new MsgReportNmea(*this, nmea, length));
1980 GnssAdapter::reportNmea(const char* nmea, size_t length) argument
1989 nmeaNotification.nmea = nmea;
2213 GnssAdapter::nmeaPutChecksum(char *nmea, size_t maxSize) argument
2218 nmea
1958 MsgReportNmea(GnssAdapter& adapter, const char* nmea, size_t length) argument
[all...]
/hardware/qcom/gps/msm8998/location/
H A DLocationAPI.h530 const char* nmea; // nmea text member in struct:__anon2891
531 size_t length; // length of the nmea text

Completed in 109 milliseconds