Searched defs:tv_usec (Results 1 - 2 of 2) sorted by path

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dhndrte_debug.h77 uint32 tv_usec; /* Microseconds */ member in struct:__anon63
/hardware/qcom/display/msm8998/sdm/libs/core/drm/
H A Dhw_events_drm.cpp285 unsigned int tv_usec, void *data) {
286 int64_t timestamp = (int64_t)(tv_sec)*1000000000 + (int64_t)(tv_usec)*1000;
284 VSyncHandlerCallback(int fd, unsigned int sequence, unsigned int tv_sec, unsigned int tv_usec, void *data) argument

Completed in 193 milliseconds