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

  /external/clang/lib/Analysis/
ScanfFormatString.cpp 391 bool ScanfSpecifier::fixType(QualType QT, QualType RawQT,
PrintfFormatString.cpp 409 bool PrintfSpecifier::fixType(QualType QT, const LangOptions &LangOpt,
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 154 char fixType;
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/msm8960/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 150 char fixType;
152 fixType = '1'; // no fix
154 fixType = '2'; // 2D fix
156 fixType = '3'; // 3D fix
158 length = snprintf(pMarker, lengthRemaining, "$GPGSA,A,%c,", fixType);

Completed in 192 milliseconds