/hardware/ril/libril/ |
D | ril_event.cpp | 41 (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/ |
D | sync.h | 71 …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/ |
D | elapsed_millis_since_boot.cpp | 36 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/ |
D | elapsed_millis_since_boot.cpp | 36 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/ |
D | elapsed_millis_since_boot.cpp | 36 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/ |
D | elapsed_millis_since_boot.cpp | 36 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/ |
D | elapsed_millis_since_boot.cpp | 36 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/ |
D | elapsed_millis_since_boot.cpp | 36 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/ |
D | elapsed_millis_since_boot.cpp | 36 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/ |
D | elapsed_millis_since_boot.cpp | 36 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/ |
D | loc_stub_time.cpp | 37 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/ |
D | loc_stub_time.cpp | 37 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/ |
D | psb_x11.c | 70 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/ |
D | GnssDebug.cpp | 84 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/ |
D | GnssDebug.cpp | 84 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/ |
D | venc_util.c | 47 microsec = (tv.tv_sec * 1000000) + (tv.tv_usec); in GetTimeStamp()
|
/hardware/qcom/gps/msm8084/utils/ |
D | loc_log.cpp | 180 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/ |
D | loc_log.cpp | 181 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/ |
D | loc_log.cpp | 181 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/ |
D | loc_log.cpp | 180 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/ |
D | loc_log.cpp | 177 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/ |
D | loc_log.cpp | 182 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/ |
D | loc_log.cpp | 182 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/ |
D | loc_log.cpp | 178 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/ |
D | console_helper.c | 33 tv.tv_usec=0; in ConsoleKbhit()
|