HomeSort by relevance Sort by last modified time
    Searched refs:utcYear (Results 1 - 8 of 8) sorted by null

  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 132 int utcYear = pTm->tm_year % 100; // 2 digit year
379 utcDay, utcMonth, utcYear);
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 129 int utcYear = pTm->tm_year % 100; // 2 digit year
376 utcDay, utcMonth, utcYear);
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 128 int utcYear = pTm->tm_year % 100; // 2 digit year
375 utcDay, utcMonth, utcYear);
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 125 int utcYear = pTm->tm_year % 100; // 2 digit year
372 utcDay, utcMonth, utcYear);
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 133 int utcYear = pTm->tm_year % 100; // 2 digit year
380 utcDay, utcMonth, utcYear);
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 132 int utcYear = pTm->tm_year % 100; // 2 digit year
380 utcDay, utcMonth, utcYear);
  /hardware/qcom/gps/msm8909w_3100/utils/
loc_nmea.cpp 491 int utcYear = pTm->tm_year % 100; // 2 digit year
738 utcDay, utcMonth, utcYear);
    [all...]
  /hardware/qcom/gps/msm8998/utils/
loc_nmea.cpp 491 int utcYear = pTm->tm_year % 100; // 2 digit year
738 utcDay, utcMonth, utcYear);
    [all...]

Completed in 279 milliseconds