Searched refs:fixType (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp157 char fixType; local
159 fixType = '1'; // no fix
161 fixType = '2'; // 2D fix
163 fixType = '3'; // 3D fix
165 length = snprintf(pMarker, lengthRemaining, "$GPGSA,A,%c,", fixType);
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp154 char fixType; local
156 fixType = '1'; // no fix
158 fixType = '2'; // 2D fix
160 fixType = '3'; // 3D fix
162 length = snprintf(pMarker, lengthRemaining, "$GPGSA,A,%c,", fixType);
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp157 char fixType; local
159 fixType = '1'; // no fix
161 fixType = '2'; // 2D fix
163 fixType = '3'; // 3D fix
165 length = snprintf(pMarker, lengthRemaining, "$GPGSA,A,%c,", fixType);
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp150 char fixType; local
152 fixType = '1'; // no fix
154 fixType = '2'; // 2D fix
156 fixType = '3'; // 3D fix
158 length = snprintf(pMarker, lengthRemaining, "$GPGSA,A,%c,", fixType);
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp157 char fixType; local
159 fixType = '1'; // no fix
161 fixType = '2'; // 2D fix
163 fixType = '3'; // 3D fix
165 length = snprintf(pMarker, lengthRemaining, "$GPGSA,A,%c,", fixType);
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp158 char fixType; local
160 fixType = '1'; // no fix
162 fixType = '2'; // 2D fix
164 fixType = '3'; // 3D fix
166 length = snprintf(pMarker, lengthRemaining, "$GPGSA,A,%c,", fixType);

Completed in 33 milliseconds