/hardware/ril/libril/ |
D | ril_event.cpp | 40 (vvp)->tv_sec = (tvp)->tv_sec + (uvp)->tv_sec; \ 43 (vvp)->tv_sec++; \ 51 ((a)->tv_sec == (b)->tv_sec \ 53 : (a)->tv_sec op (b)->tv_sec) 59 (res)->tv_sec = (a)->tv_sec - (b)->tv_sec; \ 63 (res)->tv_sec -= 1; \ 86 dlog(" timeout = %ds + %dus", (int)ev->timeout.tv_sec, (int)ev->timeout.tv_usec); in dump_event() 100 tv->tv_sec = ts.tv_sec; in getNow() 169 dlog("~~~~ Looking for timers <= %ds + %dus ~~~~", (int)now.tv_sec, (int)now.tv_usec); in processTimeouts() 228 dlog("~~~~ now = %ds + %dus ~~~~", (int)now.tv_sec, (int)now.tv_usec); in calcNextTimeout() [all …]
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/ |
D | cam_semaphore_tests.cpp | 31 ts.tv_sec += ms / 1000; in timespec_add_ms() 34 ts.tv_sec++; in timespec_add_ms() 40 if (ts_start.tv_sec == ts_end.tv_sec) { in time_diff() 43 return (int64_t)(ts_end.tv_sec - 1 - ts_start.tv_sec) * NS_PER_S + in time_diff()
|
/hardware/qcom/gps/msm8909w_3100/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() 47 time_ms += (ts.tv_sec * 1000000000LL); /* Seconds to nanoseconds */ in elapsedMicrosSinceBoot()
|
/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() 47 time_ms += (ts.tv_sec * 1000000000LL); /* Seconds to nanoseconds */ in elapsedMicrosSinceBoot()
|
/hardware/qcom/sdm845/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() 47 time_ms += (ts.tv_sec * 1000000000LL); /* Seconds to nanoseconds */ in elapsedMicrosSinceBoot()
|
/hardware/st/secure_element/ese-spi-driver/ |
D | SpiLayerDriver.cc | 94 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/ |
D | Utils.cc | 60 return (t2.tv_sec - t1.tv_sec) * 1000 + (t2.tv_usec - t1.tv_usec) / 1000; in Utils_getElapsedTimeInMs() 77 STLOG_HAL_V("SpiTiming: %s: %ld,%ld", prefix, currentTime.tv_sec, in Utils_printCurrentTime()
|
/hardware/st/secure_element2/secure_element/1.0/esehal/src/ |
D | transport.c | 48 if (t1->tv_sec < t2->tv_sec) in ts_compare() 50 else if (t1->tv_sec > t2->tv_sec) in ts_compare() 72 time_t sec = ta.tv_sec + in ts_add_ns()
|
/hardware/qcom/sdm845/gps/msm8998/utils/platform_lib_abstractions/loc_pla/src/ |
D | platform_lib_log_util.cpp | 40 hh = tv.tv_sec/3600%24; in get_timestamp() 41 mm = (tv.tv_sec%3600)/60; in get_timestamp() 42 ss = tv.tv_sec%60; in get_timestamp()
|
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/src/ |
D | platform_lib_log_util.cpp | 37 hh = tv.tv_sec/3600%24; in get_timestamp() 38 mm = (tv.tv_sec%3600)/60; in get_timestamp() 39 ss = tv.tv_sec%60; in get_timestamp()
|
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/src/ |
D | platform_lib_log_util.cpp | 40 hh = tv.tv_sec/3600%24; in get_timestamp() 41 mm = (tv.tv_sec%3600)/60; in get_timestamp() 42 ss = tv.tv_sec%60; in get_timestamp()
|
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/include/ |
D | platform_lib_macros.h | 55 hh = tv.tv_sec/3600%24; \ 56 mm = (tv.tv_sec%3600)/60; \ 57 ss = tv.tv_sec%60; \
|
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/include/ |
D | platform_lib_macros.h | 55 hh = tv.tv_sec/3600%24; \ 56 mm = (tv.tv_sec%3600)/60; \ 57 ss = tv.tv_sec%60; \
|
/hardware/qcom/sdm845/gps/msm8998/utils/platform_lib_abstractions/loc_pla/include/ |
D | platform_lib_macros.h | 55 hh = tv.tv_sec/3600%24; \ 56 mm = (tv.tv_sec%3600)/60; \ 57 ss = tv.tv_sec%60; \
|
/hardware/qcom/sdm845/gps/msm8960/platform_lib_abstractions/ |
D | platform_lib_macros.h | 40 hh = tv.tv_sec/3600%24; \ 41 mm = (tv.tv_sec%3600)/60; \ 42 ss = tv.tv_sec%60; \
|
/hardware/qcom/sdm845/gps/msm8994/platform_lib_abstractions/ |
D | platform_lib_macros.h | 40 hh = tv.tv_sec/3600%24; \ 41 mm = (tv.tv_sec%3600)/60; \ 42 ss = tv.tv_sec%60; \
|
/hardware/qcom/sdm845/gps/msm8084/platform_lib_abstractions/ |
D | platform_lib_macros.h | 40 hh = tv.tv_sec/3600%24; \ 41 mm = (tv.tv_sec%3600)/60; \ 42 ss = tv.tv_sec%60; \
|
/hardware/qcom/gps/platform_lib_abstractions/ |
D | platform_lib_macros.h | 40 hh = tv.tv_sec/3600%24; \ 41 mm = (tv.tv_sec%3600)/60; \ 42 ss = tv.tv_sec%60; \
|
/hardware/qcom/sdm845/gps/msm8909/utils/platform_lib_abstractions/ |
D | platform_lib_macros.h | 40 hh = tv.tv_sec/3600%24; \ 41 mm = (tv.tv_sec%3600)/60; \ 42 ss = tv.tv_sec%60; \
|
/hardware/qcom/sdm845/gps/msm8996/utils/platform_lib_abstractions/ |
D | platform_lib_macros.h | 40 hh = tv.tv_sec/3600%24; \ 41 mm = (tv.tv_sec%3600)/60; \ 42 ss = tv.tv_sec%60; \
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | sync.h | 74 abstime.tv_sec += now.tv_sec; in wait() 77 abstime.tv_sec += 1; in wait()
|
/hardware/qcom/gps/msm8960/platform_lib_abstractions/ |
D | platform_lib_macros.h | 40 hh = tv.tv_sec/3600%24; \ 41 mm = (tv.tv_sec%3600)/60; \ 42 ss = tv.tv_sec%60; \
|
/hardware/qcom/gps/msm8994/platform_lib_abstractions/ |
D | platform_lib_macros.h | 40 hh = tv.tv_sec/3600%24; \ 41 mm = (tv.tv_sec%3600)/60; \ 42 ss = tv.tv_sec%60; \
|
/hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/ |
D | platform_lib_macros.h | 40 hh = tv.tv_sec/3600%24; \ 41 mm = (tv.tv_sec%3600)/60; \ 42 ss = tv.tv_sec%60; \
|
/hardware/qcom/gps/msm8084/platform_lib_abstractions/ |
D | platform_lib_macros.h | 40 hh = tv.tv_sec/3600%24; \ 41 mm = (tv.tv_sec%3600)/60; \ 42 ss = tv.tv_sec%60; \
|