Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/gps/android/2.0/
DGnssDebug.cpp94 timeval tv_now, tv_report; in getDebugData() local
95 tv_report.tv_sec = reports.mLocation.mUtcReported.tv_sec; in getDebugData()
96 tv_report.tv_usec = reports.mLocation.mUtcReported.tv_nsec / 1000ULL; in getDebugData()
99 (tv_now.tv_sec - tv_report.tv_sec) + in getDebugData()
100 (float)((tv_now.tv_usec - tv_report.tv_usec)) / 1000000; in getDebugData()
212 timeval tv_now, tv_report; in getDebugData_2_0() local
213 tv_report.tv_sec = reports.mLocation.mUtcReported.tv_sec; in getDebugData_2_0()
214 tv_report.tv_usec = reports.mLocation.mUtcReported.tv_nsec / 1000ULL; in getDebugData_2_0()
217 (tv_now.tv_sec - tv_report.tv_sec) + in getDebugData_2_0()
218 (float)((tv_now.tv_usec - tv_report.tv_usec)) / 1000000; in getDebugData_2_0()
/hardware/qcom/sm7150/gps/android/2.0/
DGnssDebug.cpp94 timeval tv_now, tv_report; in getDebugData() local
95 tv_report.tv_sec = reports.mLocation.mUtcReported.tv_sec; in getDebugData()
96 tv_report.tv_usec = reports.mLocation.mUtcReported.tv_nsec / 1000ULL; in getDebugData()
99 (tv_now.tv_sec - tv_report.tv_sec) + in getDebugData()
100 (float)((tv_now.tv_usec - tv_report.tv_usec)) / 1000000; in getDebugData()
212 timeval tv_now, tv_report; in getDebugData_2_0() local
213 tv_report.tv_sec = reports.mLocation.mUtcReported.tv_sec; in getDebugData_2_0()
214 tv_report.tv_usec = reports.mLocation.mUtcReported.tv_nsec / 1000ULL; in getDebugData_2_0()
217 (tv_now.tv_sec - tv_report.tv_sec) + in getDebugData_2_0()
218 (float)((tv_now.tv_usec - tv_report.tv_usec)) / 1000000; in getDebugData_2_0()
/hardware/qcom/sm7250/gps/android/2.1/
DGnssDebug.cpp94 timeval tv_now, tv_report; in getDebugData() local
95 tv_report.tv_sec = reports.mLocation.mUtcReported.tv_sec; in getDebugData()
96 tv_report.tv_usec = reports.mLocation.mUtcReported.tv_nsec / 1000ULL; in getDebugData()
99 (tv_now.tv_sec - tv_report.tv_sec) + in getDebugData()
100 (float)((tv_now.tv_usec - tv_report.tv_usec)) / 1000000; in getDebugData()
212 timeval tv_now, tv_report; in getDebugData_2_0() local
213 tv_report.tv_sec = reports.mLocation.mUtcReported.tv_sec; in getDebugData_2_0()
214 tv_report.tv_usec = reports.mLocation.mUtcReported.tv_nsec / 1000ULL; in getDebugData_2_0()
217 (tv_now.tv_sec - tv_report.tv_sec) + in getDebugData_2_0()
218 (float)((tv_now.tv_usec - tv_report.tv_usec)) / 1000000; in getDebugData_2_0()
/hardware/qcom/sm8150/gps/android/2.1/
DGnssDebug.cpp94 timeval tv_now, tv_report; in getDebugData() local
95 tv_report.tv_sec = reports.mLocation.mUtcReported.tv_sec; in getDebugData()
96 tv_report.tv_usec = reports.mLocation.mUtcReported.tv_nsec / 1000ULL; in getDebugData()
99 (tv_now.tv_sec - tv_report.tv_sec) + in getDebugData()
100 (float)((tv_now.tv_usec - tv_report.tv_usec)) / 1000000; in getDebugData()
212 timeval tv_now, tv_report; in getDebugData_2_0() local
213 tv_report.tv_sec = reports.mLocation.mUtcReported.tv_sec; in getDebugData_2_0()
214 tv_report.tv_usec = reports.mLocation.mUtcReported.tv_nsec / 1000ULL; in getDebugData_2_0()
217 (tv_now.tv_sec - tv_report.tv_sec) + in getDebugData_2_0()
218 (float)((tv_now.tv_usec - tv_report.tv_usec)) / 1000000; in getDebugData_2_0()
/hardware/qcom/sm8150p/gps/android/2.0/
DGnssDebug.cpp94 timeval tv_now, tv_report; in getDebugData() local
95 tv_report.tv_sec = reports.mLocation.mUtcReported.tv_sec; in getDebugData()
96 tv_report.tv_usec = reports.mLocation.mUtcReported.tv_nsec / 1000ULL; in getDebugData()
99 (tv_now.tv_sec - tv_report.tv_sec) + in getDebugData()
100 (float)((tv_now.tv_usec - tv_report.tv_usec)) / 1000000; in getDebugData()
212 timeval tv_now, tv_report; in getDebugData_2_0() local
213 tv_report.tv_sec = reports.mLocation.mUtcReported.tv_sec; in getDebugData_2_0()
214 tv_report.tv_usec = reports.mLocation.mUtcReported.tv_nsec / 1000ULL; in getDebugData_2_0()
217 (tv_now.tv_sec - tv_report.tv_sec) + in getDebugData_2_0()
218 (float)((tv_now.tv_usec - tv_report.tv_usec)) / 1000000; in getDebugData_2_0()
/hardware/qcom/sm8150/gps/android/2.0/
DGnssDebug.cpp94 timeval tv_now, tv_report; in getDebugData() local
95 tv_report.tv_sec = reports.mLocation.mUtcReported.tv_sec; in getDebugData()
96 tv_report.tv_usec = reports.mLocation.mUtcReported.tv_nsec / 1000ULL; in getDebugData()
99 (tv_now.tv_sec - tv_report.tv_sec) + in getDebugData()
100 (float)((tv_now.tv_usec - tv_report.tv_usec)) / 1000000; in getDebugData()
212 timeval tv_now, tv_report; in getDebugData_2_0() local
213 tv_report.tv_sec = reports.mLocation.mUtcReported.tv_sec; in getDebugData_2_0()
214 tv_report.tv_usec = reports.mLocation.mUtcReported.tv_nsec / 1000ULL; in getDebugData_2_0()
217 (tv_now.tv_sec - tv_report.tv_sec) + in getDebugData_2_0()
218 (float)((tv_now.tv_usec - tv_report.tv_usec)) / 1000000; in getDebugData_2_0()
/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()
/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/sm8150p/gps/android/1.1/
DGnssDebug.cpp89 timeval tv_now, tv_report; in getDebugData() local
90 tv_report.tv_sec = reports.mLocation.mUtcReported.tv_sec; in getDebugData()
91 tv_report.tv_usec = reports.mLocation.mUtcReported.tv_nsec / 1000ULL; in getDebugData()
94 (tv_now.tv_sec - tv_report.tv_sec) + in getDebugData()
95 (float)((tv_now.tv_usec - tv_report.tv_usec)) / 1000000; in getDebugData()
/hardware/qcom/sm7150/gps/android/1.1/
DGnssDebug.cpp89 timeval tv_now, tv_report; in getDebugData() local
90 tv_report.tv_sec = reports.mLocation.mUtcReported.tv_sec; in getDebugData()
91 tv_report.tv_usec = reports.mLocation.mUtcReported.tv_nsec / 1000ULL; in getDebugData()
94 (tv_now.tv_sec - tv_report.tv_sec) + in getDebugData()
95 (float)((tv_now.tv_usec - tv_report.tv_usec)) / 1000000; in getDebugData()
/hardware/qcom/sm8150/gps/android/1.1/
DGnssDebug.cpp89 timeval tv_now, tv_report; in getDebugData() local
90 tv_report.tv_sec = reports.mLocation.mUtcReported.tv_sec; in getDebugData()
91 tv_report.tv_usec = reports.mLocation.mUtcReported.tv_nsec / 1000ULL; in getDebugData()
94 (tv_now.tv_sec - tv_report.tv_sec) + in getDebugData()
95 (float)((tv_now.tv_usec - tv_report.tv_usec)) / 1000000; in getDebugData()
/hardware/qcom/sm7250/gps/android/1.1/
DGnssDebug.cpp89 timeval tv_now, tv_report; in getDebugData() local
90 tv_report.tv_sec = reports.mLocation.mUtcReported.tv_sec; in getDebugData()
91 tv_report.tv_usec = reports.mLocation.mUtcReported.tv_nsec / 1000ULL; in getDebugData()
94 (tv_now.tv_sec - tv_report.tv_sec) + in getDebugData()
95 (float)((tv_now.tv_usec - tv_report.tv_usec)) / 1000000; in getDebugData()
/hardware/qcom/sm7150/gps/android/1.0/
DGnssDebug.cpp88 timeval tv_now, tv_report; in getDebugData() local
89 tv_report.tv_sec = reports.mLocation.mUtcReported.tv_sec; in getDebugData()
90 tv_report.tv_usec = reports.mLocation.mUtcReported.tv_nsec / 1000ULL; in getDebugData()
93 (tv_now.tv_sec - tv_report.tv_sec) + in getDebugData()
94 (float)((tv_now.tv_usec - tv_report.tv_usec)) / 1000000; in getDebugData()
/hardware/qcom/sm8150p/gps/android/1.0/
DGnssDebug.cpp88 timeval tv_now, tv_report; in getDebugData() local
89 tv_report.tv_sec = reports.mLocation.mUtcReported.tv_sec; in getDebugData()
90 tv_report.tv_usec = reports.mLocation.mUtcReported.tv_nsec / 1000ULL; in getDebugData()
93 (tv_now.tv_sec - tv_report.tv_sec) + in getDebugData()
94 (float)((tv_now.tv_usec - tv_report.tv_usec)) / 1000000; in getDebugData()
/hardware/qcom/sm8150/gps/android/1.0/
DGnssDebug.cpp88 timeval tv_now, tv_report; in getDebugData() local
89 tv_report.tv_sec = reports.mLocation.mUtcReported.tv_sec; in getDebugData()
90 tv_report.tv_usec = reports.mLocation.mUtcReported.tv_nsec / 1000ULL; in getDebugData()
93 (tv_now.tv_sec - tv_report.tv_sec) + in getDebugData()
94 (float)((tv_now.tv_usec - tv_report.tv_usec)) / 1000000; in getDebugData()
/hardware/qcom/sm7250/gps/android/1.0/
DGnssDebug.cpp88 timeval tv_now, tv_report; in getDebugData() local
89 tv_report.tv_sec = reports.mLocation.mUtcReported.tv_sec; in getDebugData()
90 tv_report.tv_usec = reports.mLocation.mUtcReported.tv_nsec / 1000ULL; in getDebugData()
93 (tv_now.tv_sec - tv_report.tv_sec) + in getDebugData()
94 (float)((tv_now.tv_usec - tv_report.tv_usec)) / 1000000; in getDebugData()