Home
last modified time | relevance | path

Searched refs:CLOCK_MONOTONIC (Results 1 – 19 of 19) sorted by relevance

/device/generic/goldfish/dhcp/client/
Dtimer.cpp23 clock_gettime(CLOCK_MONOTONIC, &time); in now()
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
Dtime.h105 #define CLOCK_MONOTONIC 4 macro
/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dhwcomposer.cpp103 if (clock_gettime(CLOCK_MONOTONIC, &rt) == -1) { in hwc_vsync_thread()
115 int err = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &rt, NULL); in hwc_vsync_thread()
527 if (clock_gettime(CLOCK_MONOTONIC, &rt) == -1) { in cvd_hwc_open()
/device/google/cuttlefish/common/libs/time/
Dmonotonic_time.h132 clock_gettime(CLOCK_MONOTONIC, &ts); in Now()
134 clock_gettime(CLOCK_MONOTONIC, &ts); in Now()
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dtime.h161 #define CLOCK_MONOTONIC 3 macro
/device/google/wahoo/usb/
DUsb.cpp188 clock_gettime(CLOCK_MONOTONIC, &now); in switchMode()
225 if (pthread_condattr_setclock(&attr, CLOCK_MONOTONIC)) { in Usb()
/device/google/crosshatch/usb/
DUsb.cpp164 clock_gettime(CLOCK_MONOTONIC, &now); in switchMode()
201 if (pthread_condattr_setclock(&attr, CLOCK_MONOTONIC)) { in Usb()
/device/google/bonito/usb/
DUsb.cpp162 clock_gettime(CLOCK_MONOTONIC, &now); in switchMode()
199 if (pthread_condattr_setclock(&attr, CLOCK_MONOTONIC)) { in Usb()
/device/generic/goldfish/radio/libril/
Dril_event.cpp99 clock_gettime(CLOCK_MONOTONIC, &ts); in getNow()
/device/google/cuttlefish/guest/hals/ril/libril/
Dril_event.cpp99 clock_gettime(CLOCK_MONOTONIC, &ts); in getNow()
/device/linaro/hikey/power/
Dpower_hikey.c152 clock_gettime(CLOCK_MONOTONIC, &ts); in gettime_ns()
/device/google/sunfish/usb/
DUsb.cpp255 clock_gettime(CLOCK_MONOTONIC, &now); in switchMode()
292 if (pthread_condattr_setclock(&attr, CLOCK_MONOTONIC)) { in Usb()
/device/google/coral/usb/
DUsb.cpp250 clock_gettime(CLOCK_MONOTONIC, &now); in switchMode()
287 if (pthread_condattr_setclock(&attr, CLOCK_MONOTONIC)) { in Usb()
/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp1418 if (clock_gettime(CLOCK_MONOTONIC, &rt) == -1) { in threadLoop()
1439 clock_gettime(CLOCK_MONOTONIC, &rt); in threadLoop()
1455 ret = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &wait_time, NULL); in threadLoop()
/device/generic/goldfish/fingerprint/
Dfingerprint.c594 clock_gettime(CLOCK_MONOTONIC, &ts); in send_scan_notice()
/device/generic/car/emulator/audio/driver/
Daudio_hw.c356 clock_gettime(CLOCK_MONOTONIC, &curtime); in get_current_output_position()
762 clock_gettime(CLOCK_MONOTONIC, &t); in get_current_input_position()
/device/google/cuttlefish/guest/hals/audio/
Daudio_hw.c504 clock_gettime(CLOCK_MONOTONIC, &curtime); in get_current_output_position()
939 clock_gettime(CLOCK_MONOTONIC, &t); in get_current_input_position()
/device/amlogic/yukawa/audio/
Daudio_hw.c580 clock_gettime(CLOCK_MONOTONIC, &now); in in_read()
/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp1416 clock_gettime(CLOCK_MONOTONIC, &now); in request_get_cell_info_list()