Home | History | Annotate | Download | only in gnss

Lines Matching full:mnmea

2113         const char* mNmea;
2120 mNmea(new char[length+1]),
2122 if (mNmea == nullptr) {
2126 strlcpy((char*)mNmea, nmea, length+1);
2130 delete[] mNmea;
2137 ret = s->setNmeaString(mNmea, mLength);
2141 mAdapter.reportNmea(mNmea, mLength);