HomeSort by relevance Sort by last modified time
    Searched defs:fixType (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/Analysis/
ScanfFormatString.cpp 402 bool ScanfSpecifier::fixType(QualType QT, QualType RawQT,
PrintfFormatString.cpp 550 bool PrintfSpecifier::fixType(QualType QT, const LangOptions &LangOpt,
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 156 char fixType;
158 fixType = '1'; // no fix
160 fixType = '2'; // 2D fix
162 fixType = '3'; // 3D fix
164 length = snprintf(pMarker, lengthRemaining, "$GPGSA,A,%c,", fixType);
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 153 char fixType;
155 fixType = '1'; // no fix
157 fixType = '2'; // 2D fix
159 fixType = '3'; // 3D fix
161 length = snprintf(pMarker, lengthRemaining, "$GPGSA,A,%c,", fixType);
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 156 char fixType;
158 fixType = '1'; // no fix
160 fixType = '2'; // 2D fix
162 fixType = '3'; // 3D fix
164 length = snprintf(pMarker, lengthRemaining, "$GPGSA,A,%c,", fixType);
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 149 char fixType;
151 fixType = '1'; // no fix
153 fixType = '2'; // 2D fix
155 fixType = '3'; // 3D fix
157 length = snprintf(pMarker, lengthRemaining, "$GPGSA,A,%c,", fixType);
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 157 char fixType;
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/
loc_eng_nmea.cpp 157 char fixType;
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/msmcobalt/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 241 char fixType = '\0';
258 fixType = '1'; // no fix
260 fixType = '2'; // 2D fix
262 fixType = '3'; // 3D fix
267 // x : Fixtype : 1 (no fix), 2 (2D fix), 3 (3D fix)
273 length = snprintf(pMarker, lengthRemaining, "$%sGSA,A,%c,", talker, fixType);
    [all...]

Completed in 8677 milliseconds