Home
last modified time | relevance | path

Searched refs:tv_report (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/gps/msm8909w_3100/android/
DGnssDebug.cpp82 timeval tv_now, tv_report; in getDebugData() local
83 tv_report.tv_sec = reports.mLocation.mUtcReported.tv_sec; in getDebugData()
84 tv_report.tv_usec = reports.mLocation.mUtcReported.tv_nsec / 1000ULL; in getDebugData()
87 (tv_now.tv_sec - tv_report.tv_sec) + in getDebugData()
88 (float)((tv_now.tv_usec - tv_report.tv_usec)) / 1000000; in getDebugData()
/hardware/qcom/sdm845/gps/msm8998/android/
DGnssDebug.cpp82 timeval tv_now, tv_report; in getDebugData() local
83 tv_report.tv_sec = reports.mLocation.mUtcReported.tv_sec; in getDebugData()
84 tv_report.tv_usec = reports.mLocation.mUtcReported.tv_nsec / 1000ULL; in getDebugData()
87 (tv_now.tv_sec - tv_report.tv_sec) + in getDebugData()
88 (float)((tv_now.tv_usec - tv_report.tv_usec)) / 1000000; in getDebugData()
/hardware/qcom/gps/msm8998/android/
DGnssDebug.cpp82 timeval tv_now, tv_report; in getDebugData() local
83 tv_report.tv_sec = reports.mLocation.mUtcReported.tv_sec; in getDebugData()
84 tv_report.tv_usec = reports.mLocation.mUtcReported.tv_nsec / 1000ULL; in getDebugData()
87 (tv_now.tv_sec - tv_report.tv_sec) + in getDebugData()
88 (float)((tv_now.tv_usec - tv_report.tv_usec)) / 1000000; in getDebugData()