Home | History | Annotate | Download | only in location

Lines Matching defs:nmea

1577      * called from native code to report NMEA data received
1581 String nmea = new String(mNmeaBuffer, 0 /* offset */, length);
1582 mListenerHelper.onNmeaReceived(timestamp, nmea);