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

  /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);
  /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 77 milliseconds