/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() 76 return (t2.tv_sec - t1.tv_sec) * 1000000 + (t2.tv_usec - t1.tv_usec); in Utils_getElapsedTimeInUs() 94 currentTime.tv_usec); in Utils_printCurrentTime()
|
/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/wcn6740/qcwcn/wifi_hal/ |
D | sync.h | 75 …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/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | sync.h | 75 …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/ |
D | SpiLayerDriver.cc | 110 STLOG_HAL_V(" Last TX: %ld,%ld", lastRxTxTime.tv_sec, lastRxTxTime.tv_usec); in SpiLayerDriver_read() 113 STLOG_HAL_V(" Now: %ld,%ld", currentTime.tv_sec, currentTime.tv_usec); in SpiLayerDriver_read() 122 STLOG_HAL_V("Start RX: %ld,%ld", currentTime.tv_sec, currentTime.tv_usec); in SpiLayerDriver_read() 179 STLOG_HAL_V(" Last RX: %ld,%ld", lastRxTxTime.tv_sec, lastRxTxTime.tv_usec); in SpiLayerDriver_write() 190 STLOG_HAL_V("Start TX: %ld,%ld", currentTime.tv_sec, currentTime.tv_usec); in SpiLayerDriver_write()
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xos.h | 106 long tv_usec; /* and microseconds */ member 116 (t)->tv_usec = _gtodtmp.millitm * 1000; \
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/threads/ |
D | AndroidWorkPool.cpp | 111 deadlineUs.tv_usec += (relative % kMicrosecondsPerSecond); in getDeadline() 113 if (deadlineUs.tv_usec > kMicrosecondsPerSecond) { in getDeadline() 114 deadlineUs.tv_sec += (deadlineUs.tv_usec / kMicrosecondsPerSecond); in getDeadline() 115 deadlineUs.tv_usec = (deadlineUs.tv_usec % kMicrosecondsPerSecond); in getDeadline() 119 deadlineNs.tv_nsec = deadlineUs.tv_usec * kNanosecondsPerMicrosecond; in getDeadline() 126 return (uint64_t)(tv.tv_sec * kMicrosecondsPerSecond + tv.tv_usec); in currTimeUs()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/common/ |
D | console_helper.c | 33 tv.tv_usec=0; in ConsoleKbhit()
|
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/ |
D | logger.cpp | 126 uint64_t curr_micros = (tv.tv_usec) % 1000; in writeFineTimestamped() 127 uint64_t curr_millis = (tv.tv_usec / 1000) % 1000; in writeFineTimestamped() 129 uint64_t curr_us = tv.tv_sec * 1000000ULL + tv.tv_usec; in writeFineTimestamped()
|
/hardware/google/camera/common/sensor_listener/tests/ |
D | sensor_test_utils.h | 47 ss << path << input_filename << "_" << timebuf << "_" << now_time.tv_usec in GenerateLogFilename()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | hndrte_debug.h | 77 uint32 tv_usec; /* Microseconds */ member
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/ |
D | mlos_linux.c | 186 return (long)((tv.tv_sec * 1000000LL + tv.tv_usec) / 1000LL); in inv_get_tick_count()
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/ |
D | mlos_linux.c | 186 return (long)((tv.tv_sec * 1000000LL + tv.tv_usec) / 1000LL); in inv_get_tick_count()
|
/hardware/invensense/65xx/libsensors_iio/ |
D | SensorBase.h | 79 return t.tv_sec * 1000000000LL + t.tv_usec * 1000; in timevalToNano()
|
/hardware/invensense/6515/libsensors_iio/ |
D | SensorBase.h | 80 return t.tv_sec * 1000000000LL + t.tv_usec * 1000; in timevalToNano()
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenccli_platform_dependents.cpp | 114 return static_cast<double>(tv.tv_sec) + static_cast<double>(tv.tv_usec) * 1.0e-6; in get_time()
|
/hardware/google/aemu/base/ |
D | msvc.cpp | 139 p->tv_usec = (tp.tv_nsec / 1000); in gettimeofday()
|
D | System.cpp | 316 return tv.tv_sec * 1000000LL + tv.tv_usec; in getUnixTimeUs() 425 usage.ru_utime.tv_usec; in cpuTime() 428 usage.ru_stime.tv_usec; in cpuTime()
|
/hardware/google/aemu/windows/src/ |
D | time.cpp | 127 tp->tv_usec = static_cast<long>(duration.count() % 1'000'000); in gettimeofday()
|
/hardware/interfaces/automotive/can/1.0/default/ |
D | CanSocket.cpp | 83 tv.tv_usec = (t % 1s) / 1us; in toTimeval()
|
/hardware/interfaces/bluetooth/async/ |
D | async_fd_watcher.cc | 133 timeout.tv_usec = (timeout_ms_.count() % 1000) * 1000; in ThreadRoutine()
|
/hardware/interfaces/bluetooth/1.0/default/ |
D | async_fd_watcher.cc | 145 timeout.tv_usec = (timeout_ms_.count() % 1000) * 1000; in ThreadRoutine()
|
/hardware/interfaces/threadnetwork/aidl/default/ |
D | socket_interface.cpp | 94 timeout.tv_usec = static_cast<suseconds_t>(aTimeoutUs % OT_US_PER_S); in WaitForFrame() 133 timeout.tv_usec = static_cast<suseconds_t>((aTimeoutMs % OT_MS_PER_S) * OT_MS_PER_S); in WaitForHardwareResetCompletion()
|
/hardware/nxp/nfc/pn8x/halimpl/tml/ |
D | phTmlNfc_i2c.cc | 143 tv.tv_usec = 1; in phTmlNfc_i2c_read()
|
/hardware/google/gfxstream/guest/android-emu/android/utils/ |
D | debug.c | 57 time->tm_sec, tv.tv_usec); in fdprintfnv()
|