Home
last modified time | relevance | path

Searched refs:tv_usec (Results 1 – 25 of 191) sorted by relevance

12345678

/hardware/ril/libril/
Dril_event.cpp41 (vvp)->tv_usec = (tvp)->tv_usec + (uvp)->tv_usec; \
42 if ((vvp)->tv_usec >= 1000000) { \
44 (vvp)->tv_usec -= 1000000; \
52 ? (a)->tv_usec op (b)->tv_usec \
60 (res)->tv_usec = (a)->tv_usec - (b)->tv_usec; \
61 if ((res)->tv_usec < 0) { \
62 (res)->tv_usec += 1000000; \
86 dlog(" timeout = %ds + %dus", (int)ev->timeout.tv_sec, (int)ev->timeout.tv_usec); in dump_event()
101 tv->tv_usec = ts.tv_nsec/1000; in getNow()
169 dlog("~~~~ Looking for timers <= %ds + %dus ~~~~", (int)now.tv_sec, (int)now.tv_usec); in processTimeouts()
[all …]
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dsync.h75 …if(((abstime.tv_nsec + now.tv_usec*1000) > 1000*1000*1000) || (abstime.tv_nsec + now.tv_usec*1000 … in wait()
78 abstime.tv_nsec += now.tv_usec * 1000; in wait()
83 abstime.tv_nsec += now.tv_usec * 1000; in wait()
/hardware/st/secure_element/ese-spi-driver/
DSpiLayerDriver.cc94 STLOG_HAL_V(" Last TX: %ld,%ld", lastRxTxTime.tv_sec, lastRxTxTime.tv_usec); in SpiLayerDriver_read()
97 STLOG_HAL_V(" Now: %ld,%ld", currentTime.tv_sec, currentTime.tv_usec); in SpiLayerDriver_read()
105 STLOG_HAL_V("Start RX: %ld,%ld", currentTime.tv_sec, currentTime.tv_usec); in SpiLayerDriver_read()
162 STLOG_HAL_V(" Last RX: %ld,%ld", lastRxTxTime.tv_sec, lastRxTxTime.tv_usec); in SpiLayerDriver_write()
165 STLOG_HAL_V(" Now: %ld,%ld", currentTime.tv_sec, currentTime.tv_usec); in SpiLayerDriver_write()
173 STLOG_HAL_V("Start TX: %ld,%ld", currentTime.tv_sec, currentTime.tv_usec); in SpiLayerDriver_write()
/hardware/st/secure_element/ese-spi-driver/utils-lib/
DUtils.cc60 return (t2.tv_sec - t1.tv_sec) * 1000 + (t2.tv_usec - t1.tv_usec) / 1000; in Utils_getElapsedTimeInMs()
78 currentTime.tv_usec); in Utils_printCurrentTime()
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp36 t.tv_sec = t.tv_usec = 0; in systemTime()
38 return t.tv_sec*1000000LL + t.tv_usec; in systemTime()
/hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp36 t.tv_sec = t.tv_usec = 0; in systemTime()
38 return t.tv_sec*1000000LL + t.tv_usec; in systemTime()
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp36 t.tv_sec = t.tv_usec = 0; in systemTime()
38 return t.tv_sec*1000000LL + t.tv_usec; in systemTime()
/hardware/qcom/sdm845/gps/msm8998/utils/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp36 t.tv_sec = t.tv_usec = 0; in systemTime()
38 return t.tv_sec*1000000LL + t.tv_usec; in systemTime()
/hardware/qcom/sdm845/gps/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp36 t.tv_sec = t.tv_usec = 0; in systemTime()
38 return t.tv_sec*1000000LL + t.tv_usec; in systemTime()
/hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp36 t.tv_sec = t.tv_usec = 0; in systemTime()
38 return t.tv_sec*1000000LL + t.tv_usec; in systemTime()
/hardware/qcom/gps/msm8994/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp36 t.tv_sec = t.tv_usec = 0; in systemTime()
38 return t.tv_sec*1000000LL + t.tv_usec; in systemTime()
/hardware/qcom/gps/msm8084/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp36 t.tv_sec = t.tv_usec = 0; in systemTime()
38 return t.tv_sec*1000000LL + t.tv_usec; in systemTime()
/hardware/qcom/gps/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp36 t.tv_sec = t.tv_usec = 0; in systemTime()
38 return t.tv_sec*1000000LL + t.tv_usec; in systemTime()
/hardware/qcom/sdm845/gps/msm8909/utils/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp36 t.tv_sec = t.tv_usec = 0; in systemTime()
38 return t.tv_sec*1000000LL + t.tv_usec; in systemTime()
/hardware/qcom/sdm845/gps/msm8084/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp36 t.tv_sec = t.tv_usec = 0; in systemTime()
38 return t.tv_sec*1000000LL + t.tv_usec; in systemTime()
/hardware/qcom/sdm845/gps/msm8994/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp36 t.tv_sec = t.tv_usec = 0; in systemTime()
38 return t.tv_sec*1000000LL + t.tv_usec; in systemTime()
/hardware/qcom/sdm845/gps/msm8996/utils/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp36 t.tv_sec = t.tv_usec = 0; in systemTime()
38 return t.tv_sec*1000000LL + t.tv_usec; in systemTime()
/hardware/qcom/sdm845/gps/msm8960/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp36 t.tv_sec = t.tv_usec = 0; in systemTime()
38 return t.tv_sec*1000000LL + t.tv_usec; in systemTime()
/hardware/qcom/gps/msm8960/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp36 t.tv_sec = t.tv_usec = 0; in systemTime()
38 return t.tv_sec*1000000LL + t.tv_usec; in systemTime()
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_stub/src/
Dloc_stub_time.cpp37 t.tv_sec = t.tv_usec = 0; in systemTime()
39 return t.tv_sec*1000000LL + t.tv_usec; in systemTime()
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_stub/src/
Dloc_stub_time.cpp37 t.tv_sec = t.tv_usec = 0; in systemTime()
39 return t.tv_sec*1000000LL + t.tv_usec; in systemTime()
/hardware/qcom/sdm845/gps/msm8998/utils/platform_lib_abstractions/loc_stub/src/
Dloc_stub_time.cpp37 t.tv_sec = t.tv_usec = 0; in systemTime()
39 return t.tv_sec*1000000LL + t.tv_usec; in systemTime()
/hardware/qcom/sm8150/gps/android/2.0/
DGnssDebug.cpp96 tv_report.tv_usec = reports.mLocation.mUtcReported.tv_nsec / 1000ULL; in getDebugData()
100 (float)((tv_now.tv_usec - tv_report.tv_usec)) / 1000000; in getDebugData()
214 tv_report.tv_usec = reports.mLocation.mUtcReported.tv_nsec / 1000ULL; 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.cpp84 tv_report.tv_usec = reports.mLocation.mUtcReported.tv_nsec / 1000ULL; in getDebugData()
88 (float)((tv_now.tv_usec - tv_report.tv_usec)) / 1000000; in getDebugData()
/hardware/qcom/gps/msm8909w_3100/android/
DGnssDebug.cpp84 tv_report.tv_usec = reports.mLocation.mUtcReported.tv_nsec / 1000ULL; in getDebugData()
88 (float)((tv_now.tv_usec - tv_report.tv_usec)) / 1000000; in getDebugData()

12345678