Searched refs:sentence (Results 1 - 6 of 6) 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
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/msm8084/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
123 char sentence[NMEA_SENTENCE_MAX_LENGTH] = {0}; local
124 char* pMarker = sentence;
125 int lengthRemaining = sizeof(sentence);
172 for (uint8_t i = 0; i < 12; i++) // only the first 12 sv go in sentence
207 length = loc_eng_nmea_put_checksum(sentence, sizeof(sentence));
208 loc_eng_nmea_send(sentence, lengt
608 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/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp42 send out NMEA sentence
48 Total length of the nmea sentence
74 Total length of the nmea sentence
119 char sentence[NMEA_SENTENCE_MAX_LENGTH] = {0}; local
120 char* pMarker = sentence;
121 int lengthRemaining = sizeof(sentence);
168 for (uint8_t i = 0; i < 12; i++) // only the first 12 sv go in sentence
203 length = loc_eng_nmea_put_checksum(sentence, sizeof(sentence));
204 loc_eng_nmea_send(sentence, lengt
604 char sentence[NMEA_SENTENCE_MAX_LENGTH] = {0}; local
[all...]
/hardware/qcom/gps/msm8909/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.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);
176 for (uint8_t i = 0; i < 12; i++) // only the first 12 sv go in sentence
211 length = loc_eng_nmea_put_checksum(sentence, sizeof(sentence));
212 loc_eng_nmea_send(sentence, lengt
612 char sentence[NMEA_SENTENCE_MAX_LENGTH] = {0}; local
[all...]

Completed in 389 milliseconds