Searched defs:sentence (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp45 send out NMEA sentence
51 Total length of the nmea sentence
77 Total length of the nmea sentence
128 char sentence[NMEA_SENTENCE_MAX_LENGTH] = {0}; local
129 char* pMarker = sentence;
130 int lengthRemaining = sizeof(sentence);
174 for (uint8_t i = 0; i < 12; i++) // only the first 12 sv go in sentence
209 length = loc_eng_nmea_put_checksum(sentence, sizeof(sentence));
210 loc_eng_nmea_send(sentence, lengt
610 char sentence[NMEA_SENTENCE_MAX_LENGTH] = {0}; local
[all...]
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp45 send out NMEA sentence
51 Total length of the nmea sentence
77 Total length of the nmea sentence
122 char sentence[NMEA_SENTENCE_MAX_LENGTH] = {0}; local
123 char* pMarker = sentence;
124 int lengthRemaining = sizeof(sentence);
171 for (uint8_t i = 0; i < 12; i++) // only the first 12 sv go in sentence
206 length = loc_eng_nmea_put_checksum(sentence, sizeof(sentence));
207 loc_eng_nmea_send(sentence, lengt
607 char sentence[NMEA_SENTENCE_MAX_LENGTH] = {0}; local
[all...]
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp41 send out NMEA sentence
47 Total length of the nmea sentence
73 Total length of the nmea sentence
124 char sentence[NMEA_SENTENCE_MAX_LENGTH] = {0}; local
125 char* pMarker = sentence;
126 int lengthRemaining = sizeof(sentence);
170 for (uint8_t i = 0; i < 12; i++) // only the first 12 sv go in sentence
205 length = loc_eng_nmea_put_checksum(sentence, sizeof(sentence));
206 loc_eng_nmea_send(sentence, lengt
606 char sentence[NMEA_SENTENCE_MAX_LENGTH] = {0}; local
[all...]
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp42 send out NMEA sentence
48 Total length of the nmea sentence
73 Total length of the nmea sentence
118 char sentence[NMEA_SENTENCE_MAX_LENGTH] = {0}; local
119 char* pMarker = sentence;
120 int lengthRemaining = sizeof(sentence);
167 for (uint8_t i = 0; i < 12; i++) // only the first 12 sv go in sentence
202 length = loc_eng_nmea_put_checksum(sentence, sizeof(sentence));
203 loc_eng_nmea_send(sentence, lengt
603 char sentence[NMEA_SENTENCE_MAX_LENGTH] = {0}; local
[all...]
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp45 send out NMEA sentence
51 Total length of the nmea sentence
78 Total length of the nmea sentence
129 char sentence[NMEA_SENTENCE_MAX_LENGTH] = {0}; local
130 char* pMarker = sentence;
131 int lengthRemaining = sizeof(sentence);
175 for (uint8_t i = 0; i < 12; i++) // only the first 12 sv go in sentence
210 length = loc_eng_nmea_put_checksum(sentence, sizeof(sentence));
211 loc_eng_nmea_send(sentence, lengt
611 char sentence[NMEA_SENTENCE_MAX_LENGTH] = {0}; local
[all...]
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp41 send out NMEA sentence
47 Total length of the nmea sentence
73 Total length of the nmea sentence
91 // length now contains nmea sentence string length not including $ sign.
94 // total length of nmea sentence is length of nmea sentence inc $ sign plus
128 char sentence[NMEA_SENTENCE_MAX_LENGTH] = {0}; local
129 char* pMarker = sentence;
130 int lengthRemaining = sizeof(sentence);
175 for (uint8_t i = 0; i < 12; i++) // only the first 12 sv go in sentence
611 char sentence[NMEA_SENTENCE_MAX_LENGTH] = {0}; local
[all...]
/hardware/qcom/gps/msm8909w_3100/utils/
H A Dloc_nmea.cpp171 Total length of the nmea sentence
191 // length now contains nmea sentence string length not including $ sign.
194 // total length of nmea sentence is length of nmea sentence inc $ sign plus
221 char* sentence,
226 if (!sentence || bufSize <= 0 || !sv_meta_p)
232 char* pMarker = sentence;
262 // Start printing the sentence
319 length = loc_nmea_put_checksum(sentence, bufSize);
320 nmeaArraystr.push_back(sentence);
220 loc_nmea_generate_GSA(const GpsLocationExtended &locationExtended, char* sentence, int bufSize, loc_nmea_sv_meta* sv_meta_p, std::vector<std::string> &nmeaArraystr) argument
345 loc_nmea_generate_GSV(const GnssSvNotification &svNotify, char* sentence, int bufSize, loc_nmea_sv_meta* sv_meta_p, std::vector<std::string> &nmeaArraystr) argument
487 char sentence[NMEA_SENTENCE_MAX_LENGTH] = {0}; local
984 char sentence[NMEA_SENTENCE_MAX_LENGTH] = {0}; local
[all...]
/hardware/qcom/gps/msm8998/utils/
H A Dloc_nmea.cpp171 Total length of the nmea sentence
191 // length now contains nmea sentence string length not including $ sign.
194 // total length of nmea sentence is length of nmea sentence inc $ sign plus
221 char* sentence,
226 if (!sentence || bufSize <= 0 || !sv_meta_p)
232 char* pMarker = sentence;
262 // Start printing the sentence
319 length = loc_nmea_put_checksum(sentence, bufSize);
320 nmeaArraystr.push_back(sentence);
220 loc_nmea_generate_GSA(const GpsLocationExtended &locationExtended, char* sentence, int bufSize, loc_nmea_sv_meta* sv_meta_p, std::vector<std::string> &nmeaArraystr) argument
345 loc_nmea_generate_GSV(const GnssSvNotification &svNotify, char* sentence, int bufSize, loc_nmea_sv_meta* sv_meta_p, std::vector<std::string> &nmeaArraystr) argument
487 char sentence[NMEA_SENTENCE_MAX_LENGTH] = {0}; local
984 char sentence[NMEA_SENTENCE_MAX_LENGTH] = {0}; local
[all...]

Completed in 68 milliseconds