Home
last modified time | relevance | path

Searched refs:nmea (Results 1 – 25 of 25) sorted by relevance

/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
DLocEngAdapter.cpp162 void LocEngAdapter::reportNmea(const char* nmea, int length) in reportNmea() argument
164 sendMsg(new LocEngReportNmea(mOwner, nmea, length)); in reportNmea()
DLocEngAdapter.h251 virtual void reportNmea(const char* nmea, int length);
/hardware/qcom/gps/msm8974/core/
DLocAdapterBase.cpp88 reportNmea(const char* nmea, int length)
DLocAdapterBase.h89 virtual void reportNmea(const char* nmea, int length);
DLocApiBase.cpp257 void LocApiBase::reportNmea(const char* nmea, int length) in reportNmea() argument
260 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length)); in reportNmea()
DLocApiBase.h112 void reportNmea(const char* nmea, int length);
/hardware/qcom/gps/msm8084/core/
DLocAdapterBase.cpp88 reportNmea(const char* nmea, int length)
DLocAdapterBase.h89 virtual void reportNmea(const char* nmea, int length);
DLocApiBase.cpp257 void LocApiBase::reportNmea(const char* nmea, int length) in reportNmea() argument
260 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length)); in reportNmea()
DLocApiBase.h112 void reportNmea(const char* nmea, int length);
/hardware/qcom/gps/core/
DLocAdapterBase.cpp94 reportNmea(const char* nmea, int length)
DLocAdapterBase.h99 virtual void reportNmea(const char* nmea, int length);
DLocApiBase.cpp287 void LocApiBase::reportNmea(const char* nmea, int length) in reportNmea() argument
290 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length)); in reportNmea()
DLocApiBase.h120 void reportNmea(const char* nmea, int length);
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
DLocEngAdapter.cpp246 void LocEngAdapter::reportNmea(const char* nmea, int length) in reportNmea() argument
248 sendMsg(new LocEngReportNmea(mOwner, nmea, length)); in reportNmea()
DLocEngAdapter.h278 virtual void reportNmea(const char* nmea, int length);
/hardware/qcom/gps/msm8974/loc_api/libloc_api_50001/
DLocEngAdapter.cpp246 void LocEngAdapter::reportNmea(const char* nmea, int length) in reportNmea() argument
248 sendMsg(new LocEngReportNmea(mOwner, nmea, length)); in reportNmea()
DLocEngAdapter.h278 virtual void reportNmea(const char* nmea, int length);
/hardware/qcom/gps/msm8960/core/
DLocAdapterBase.cpp96 reportNmea(const char* nmea, int length)
DLocAdapterBase.h87 virtual void reportNmea(const char* nmea, int length);
DLocApiBase.cpp227 void LocApiBase::reportNmea(const char* nmea, int length) in reportNmea() argument
230 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length)); in reportNmea()
DLocApiBase.h98 void reportNmea(const char* nmea, int length);
/hardware/qcom/gps/loc_api/libloc_api_50001/
DLocEngAdapter.cpp244 void LocEngAdapter::reportNmea(const char* nmea, int length) in reportNmea() argument
246 sendMsg(new LocEngReportNmea(mOwner, nmea, length)); in reportNmea()
DLocEngAdapter.h275 virtual void reportNmea(const char* nmea, int length);
/hardware/libhardware/include/hardware/
Dgps.h545 typedef void (* gps_nmea_callback)(GpsUtcTime timestamp, const char* nmea, int length);