Home
last modified time | relevance | path

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

123456

/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.h71 …if(((abstime.tv_nsec + now.tv_usec*1000) > 1000*1000*1000) || (abstime.tv_nsec + now.tv_usec*1000 … in wait()
74 abstime.tv_nsec += now.tv_usec * 1000; in wait()
79 abstime.tv_nsec += now.tv_usec * 1000; in wait()
/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/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/sdm845/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/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/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/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/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/gps/sdm845/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/intel/img/psb_video/src/x11/
Dpsb_x11.c70 inter_period.tv_usec += 1000000 / fps; in psb_doframerate()
73 if (inter_period.tv_usec >= 1000000) { in psb_doframerate()
74 inter_period.tv_usec -= 1000000; in psb_doframerate()
80 time_deta.tv_usec = inter_period.tv_usec - time_deta.tv_usec; in psb_doframerate()
83 if (time_deta.tv_usec < 0) { in psb_doframerate()
84 time_deta.tv_usec += 1000000; in psb_doframerate()
88 if (time_deta.tv_sec < 0 || (time_deta.tv_sec == 0 && time_deta.tv_usec <= 0)) in psb_doframerate()
496 if ((inter_period.tv_sec == 0) && (inter_period.tv_usec == 0)) in psb_PutSurface()
/hardware/qcom/gps/sdm845/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/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/media/msm8974/mm-video-legacy/vidc/venc/test/
Dvenc_util.c47 microsec = (tv.tv_sec * 1000000) + (tv.tv_usec); in GetTimeStamp()
/hardware/qcom/gps/msm8084/utils/
Dloc_log.cpp180 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
238 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/utils/
Dloc_log.cpp181 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
239 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/msm8994/utils/
Dloc_log.cpp181 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
239 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/msm8960/utils/
Dloc_log.cpp180 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
232 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/sdm845/utils/
Dloc_log.cpp177 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
235 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/msm8909/utils/
Dloc_log.cpp182 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
240 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/msm8996/utils/
Dloc_log.cpp182 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
240 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/msm8998/utils/
Dloc_log.cpp178 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
236 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/common/
Dconsole_helper.c33 tv.tv_usec=0; in ConsoleKbhit()

123456