HomeSort by relevance Sort by last modified time
    Searched refs:nmea (Results 1 - 25 of 33) sorted by null

1 2

  /frameworks/base/location/java/android/location/
IGpsStatusListener.aidl 32 void onNmeaReceived(long timestamp, String nmea);
LocationManager.java     [all...]
GpsStatus.java 126 * Used for receiving NMEA sentences from the GPS.
127 * NMEA 0183 is a standard for communicating with marine electronic devices
129 * See <a href="http://en.wikipedia.org/wiki/NMEA_0183">NMEA 0183</a> for more details.
131 * to receive NMEA data from the GPS engine.
134 void onNmeaReceived(long timestamp, String nmea);
  /frameworks/base/services/core/java/com/android/server/location/
GpsStatusListenerHelper.java 101 public void onNmeaReceived(final long timestamp, final String nmea) {
105 listener.onNmeaReceived(timestamp, nmea);
  /hardware/qcom/gps/msm8084/core/
LocAdapterBase.cpp 88 reportNmea(const char* nmea, int length)
LocAdapterBase.h 89 virtual void reportNmea(const char* nmea, int length);
LocApiBase.h 112 void reportNmea(const char* nmea, int length);
LocApiBase.cpp 257 void LocApiBase::reportNmea(const char* nmea, int length)
260 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length));
  /hardware/qcom/gps/msm8960/core/
LocAdapterBase.h 87 virtual void reportNmea(const char* nmea, int length);
LocAdapterBase.cpp 96 reportNmea(const char* nmea, int length)
LocApiBase.h 98 void reportNmea(const char* nmea, int length);
LocApiBase.cpp 227 void LocApiBase::reportNmea(const char* nmea, int length)
230 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length));
  /hardware/qcom/gps/msm8974/core/
LocAdapterBase.cpp 88 reportNmea(const char* nmea, int length)
LocAdapterBase.h 89 virtual void reportNmea(const char* nmea, int length);
LocApiBase.h 112 void reportNmea(const char* nmea, int length);
LocApiBase.cpp 257 void LocApiBase::reportNmea(const char* nmea, int length)
260 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length));
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
LocEngAdapter.cpp 162 void LocEngAdapter::reportNmea(const char* nmea, int length)
164 sendMsg(new LocEngReportNmea(mOwner, nmea, length));
  /hardware/qcom/gps/core/
LocAdapterBase.cpp 94 reportNmea(const char* nmea, int length)
LocAdapterBase.h 99 virtual void reportNmea(const char* nmea, int length);
LocApiBase.cpp 287 void LocApiBase::reportNmea(const char* nmea, int length)
290 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length));
LocApiBase.h 120 void reportNmea(const char* nmea, int length);
  /hardware/qcom/gps/loc_api/libloc_api_50001/
LocEngAdapter.cpp 248 void LocEngAdapter::reportNmea(const char* nmea, int length)
250 sendMsg(new LocEngReportNmea(mOwner, nmea, length));
LocEngAdapter.h 276 virtual void reportNmea(const char* nmea, int length);
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
LocEngAdapter.cpp 246 void LocEngAdapter::reportNmea(const char* nmea, int length)
248 sendMsg(new LocEngReportNmea(mOwner, nmea, length));
  /hardware/qcom/gps/msm8974/loc_api/libloc_api_50001/
LocEngAdapter.cpp 246 void LocEngAdapter::reportNmea(const char* nmea, int length)
248 sendMsg(new LocEngReportNmea(mOwner, nmea, length));

Completed in 787 milliseconds

1 2