Searched refs:nmea (Results 1 – 13 of 13) sorted by relevance
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | LocEngAdapter.cpp | 162 void LocEngAdapter::reportNmea(const char* nmea, int length) in reportNmea() argument 164 sendMsg(new LocEngReportNmea(mOwner, nmea, length)); in reportNmea()
|
D | LocEngAdapter.h | 251 virtual void reportNmea(const char* nmea, int length);
|
/hardware/qcom/gps/core/ |
D | LocAdapterBase.cpp | 88 reportNmea(const char* nmea, int length)
|
D | LocAdapterBase.h | 89 virtual void reportNmea(const char* nmea, int length);
|
D | LocApiBase.cpp | 257 void LocApiBase::reportNmea(const char* nmea, int length) in reportNmea() argument 260 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length)); in reportNmea()
|
D | LocApiBase.h | 112 void reportNmea(const char* nmea, int length);
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | LocEngAdapter.cpp | 246 void LocEngAdapter::reportNmea(const char* nmea, int length) in reportNmea() argument 248 sendMsg(new LocEngReportNmea(mOwner, nmea, length)); in reportNmea()
|
D | LocEngAdapter.h | 278 virtual void reportNmea(const char* nmea, int length);
|
/hardware/qcom/gps/msm8960/core/ |
D | LocAdapterBase.cpp | 96 reportNmea(const char* nmea, int length)
|
D | LocAdapterBase.h | 87 virtual void reportNmea(const char* nmea, int length);
|
D | LocApiBase.cpp | 227 void LocApiBase::reportNmea(const char* nmea, int length) in reportNmea() argument 230 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length)); in reportNmea()
|
D | LocApiBase.h | 98 void reportNmea(const char* nmea, int length);
|
/hardware/libhardware/include/hardware/ |
D | gps.h | 540 typedef void (* gps_nmea_callback)(GpsUtcTime timestamp, const char* nmea, int length);
|