HomeSort by relevance Sort by last modified time
    Searched full:nmea (Results 1 - 22 of 22) 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...]
  /device/lge/hammerhead/
gps.conf 76 # NMEA provider (1=Modem Processor, 0=Application Processor)
  /device/lge/mako/
gps.conf 76 # NMEA provider (1=Modem Processor, 0=Application Processor)
  /external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
Position.java 77 * A new position expressed in NMEA GPS message format:
219 //NMEA GPS Position format:
  /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/docs/html/guide/topics/location/
strategies.jd 449 <li><code>geo nmea</code> to send an NMEA 0183 sentence.
450 <p>This command accepts a single NMEA sentence of type '$GPGGA' (fix data) or '$GPRMC' (transit
453 <pre>geo nmea $GPRMC,081836,A,3751.65,S,14507.36,E,000.0,360.0,130998,011.3,E*62</pre>
  /external/qemu/android/
cmdline-options.h 133 OPT_PARAM( gps, "<device>", "redirect NMEA GPS to character device" )
console.c     [all...]
help.c     [all...]
  /external/qemu/docs/
ANDROID-QEMUD-SERVICES.TXT 32 The GPS service is used to broadcast NMEA 0183 sentences containing fix
ANDROID-QEMUD.TXT 28 "gps" Used to receive NMEA sentences broadcasted from the
  /device/generic/goldfish/gps/
gps_qemu.c 412 // Possibly parse it from the NMEA sentence in the future.
674 * when started, messages from the QEMU GPS daemon. these are simple NMEA sentences
  /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);
  /external/qemu/
CHANGES.TXT 485 NMEA 1083 formatting.
576 - the 'geo nmea <sentence>' can be used to send a NMEA 1083 sentence as if
606 SDK (either through '-gps <device>' or the 'geo nmea <sentence>'
    [all...]
qemu-options.hx     [all...]
  /frameworks/base/docs/html/tools/help/
emulator.jd 408 <td>Redirect NMEA GPS to character device.</td>
409 <td>Use this command to emulate an NMEA-compatible GPS unit connected to
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java 1395 String nmea = new String(mNmeaBuffer, 0, length); local
    [all...]
  /frameworks/base/docs/html/tools/devices/
emulator.jd     [all...]
  /device/samsung/manta/gps/
gpsd 
  /external/chromium_org/third_party/usb_ids/
usb.ids 729 d9a9 Actisense USG-1 NMEA Serial Gateway
769 fd48 ShipModul MiniPlex-4xUSB NMEA Multiplexer
770 fd49 ShipModul MiniPlex-4xUSB-AIS NMEA Multiplexer
    [all...]

Completed in 464 milliseconds