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

  /frameworks/base/location/java/android/location/
IGpsStatusListener.aidl 32 void onNmeaReceived(long timestamp, String nmea);
GpsStatus.java 119 * Used for receiving NMEA sentences from the GPS.
120 * NMEA 0183 is a standard for communicating with marine electronic devices
122 * See <a href="http://en.wikipedia.org/wiki/NMEA_0183">NMEA 0183</a> for more details.
124 * to receive NMEA data from the GPS engine.
127 void onNmeaReceived(long timestamp, String nmea);
LocationManager.java     [all...]
  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 105 static void nmea_callback(GpsUtcTime timestamp, const char* nmea, int length)
110 sNmeaString = nmea;
549 jbyte* nmea = (jbyte *)env->GetPrimitiveArrayCritical(nmeaArray, 0); local
553 memcpy(nmea, sNmeaString, length);
554 env->ReleasePrimitiveArrayCritical(nmeaArray, nmea, JNI_ABORT);
  /hardware/libhardware/include/hardware/
gps.h 349 /** Callback for reporting NMEA sentences.
352 typedef void (* gps_nmea_callback)(GpsUtcTime timestamp, const char* nmea, int length);
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java 1395 String nmea = new String(mNmeaBuffer, 0, length); local
    [all...]
  /external/chromium_org/third_party/gpsd/release-3.1/
gps.h 61 * If you are using a chipset that speaks NMEA, this structure is updated
63 * (lat/lon), and GPGSA (eph, epv). Most NMEA GPSes take a single fix
1564 bool nmea; \/* requesting dumping as NMEA? *\/ member in struct:policy_t
    [all...]

Completed in 344 milliseconds