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

  /hardware/qcom/gps/msm8084/utils/
loc_log.cpp 172 struct tm now_tm; /* broken-down time */ local
176 localtime_r(&now.tv_sec, &now_tm);
178 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm);
  /hardware/qcom/gps/msm8909/utils/
loc_log.cpp 174 struct tm now_tm; /* broken-down time */ local
178 localtime_r(&now.tv_sec, &now_tm);
180 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm);
  /hardware/qcom/gps/msm8960/utils/
loc_log.cpp 172 struct tm now_tm; /* broken-down time */ local
176 localtime_r(&now.tv_sec, &now_tm);
178 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm);
  /hardware/qcom/gps/msm8994/utils/
loc_log.cpp 173 struct tm now_tm; /* broken-down time */ local
177 localtime_r(&now.tv_sec, &now_tm);
179 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm);
  /hardware/qcom/gps/msm8996/utils/
loc_log.cpp 174 struct tm now_tm; /* broken-down time */ local
178 localtime_r(&now.tv_sec, &now_tm);
180 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm);
  /hardware/qcom/gps/msmcobalt/utils/
loc_log.cpp 170 struct tm now_tm; /* broken-down time */ local
174 localtime_r(&now.tv_sec, &now_tm);
176 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm);
  /hardware/qcom/gps/utils/
loc_log.cpp 173 struct tm now_tm; /* broken-down time */ local
177 localtime_r(&now.tv_sec, &now_tm);
179 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm);

Completed in 657 milliseconds