/device/generic/goldfish/dhcp/client/ |
D | timer.cpp | 23 clock_gettime(CLOCK_MONOTONIC, &time); in now()
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/ |
D | time.h | 105 #define CLOCK_MONOTONIC 4 macro
|
/device/google/cuttlefish/guest/hals/hwcomposer/common/ |
D | hwcomposer.cpp | 103 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/ |
D | monotonic_time.h | 132 clock_gettime(CLOCK_MONOTONIC, &ts); in Now() 134 clock_gettime(CLOCK_MONOTONIC, &ts); in Now()
|
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
D | time.h | 161 #define CLOCK_MONOTONIC 3 macro
|
/device/google/bramble/vibrator/drv2624/ |
D | Vibrator.cpp | 262 clock_gettime(CLOCK_MONOTONIC, &sGetTime); in motionAwareness() 269 clock_gettime(CLOCK_MONOTONIC, &sGetTime); in motionAwareness()
|
/device/google/barbet/vibrator/drv2624/ |
D | Vibrator.cpp | 265 clock_gettime(CLOCK_MONOTONIC, &sGetTime); in motionAwareness() 272 clock_gettime(CLOCK_MONOTONIC, &sGetTime); in motionAwareness()
|
/device/google/redfin/vibrator/drv2624/ |
D | Vibrator.cpp | 264 clock_gettime(CLOCK_MONOTONIC, &sGetTime); in motionAwareness() 271 clock_gettime(CLOCK_MONOTONIC, &sGetTime); in motionAwareness()
|
/device/google/bonito/usb/ |
D | Usb.cpp | 162 clock_gettime(CLOCK_MONOTONIC, &now); in switchMode() 199 if (pthread_condattr_setclock(&attr, CLOCK_MONOTONIC)) { in Usb()
|
/device/google/crosshatch/usb/ |
D | Usb.cpp | 164 clock_gettime(CLOCK_MONOTONIC, &now); in switchMode() 201 if (pthread_condattr_setclock(&attr, CLOCK_MONOTONIC)) { in Usb()
|
/device/generic/goldfish/radio/libril/ |
D | ril_event.cpp | 99 clock_gettime(CLOCK_MONOTONIC, &ts); in getNow()
|
/device/google/cuttlefish/guest/hals/ril/libril/ |
D | ril_event.cpp | 99 clock_gettime(CLOCK_MONOTONIC, &ts); in getNow()
|
/device/linaro/hikey/power/ |
D | power_hikey.c | 152 clock_gettime(CLOCK_MONOTONIC, &ts); in gettime_ns()
|
/device/google/barbet/usb/ |
D | Usb.cpp | 249 clock_gettime(CLOCK_MONOTONIC, &now); in switchMode() 286 if (pthread_condattr_setclock(&attr, CLOCK_MONOTONIC)) { in Usb()
|
/device/google/coral/usb/ |
D | Usb.cpp | 250 clock_gettime(CLOCK_MONOTONIC, &now); in switchMode() 287 if (pthread_condattr_setclock(&attr, CLOCK_MONOTONIC)) { in Usb()
|
/device/google/redfin/usb/ |
D | Usb.cpp | 249 clock_gettime(CLOCK_MONOTONIC, &now); in switchMode() 286 if (pthread_condattr_setclock(&attr, CLOCK_MONOTONIC)) { in Usb()
|
/device/google/bramble/usb/ |
D | Usb.cpp | 249 clock_gettime(CLOCK_MONOTONIC, &now); in switchMode() 286 if (pthread_condattr_setclock(&attr, CLOCK_MONOTONIC)) { in Usb()
|
/device/google/sunfish/usb/ |
D | Usb.cpp | 255 clock_gettime(CLOCK_MONOTONIC, &now); in switchMode() 292 if (pthread_condattr_setclock(&attr, CLOCK_MONOTONIC)) { in Usb()
|
/device/generic/goldfish-opengl/system/hwc2/ |
D | EmuHWC2.cpp | 1418 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/ |
D | fingerprint.c | 594 clock_gettime(CLOCK_MONOTONIC, &ts); in send_scan_notice()
|
/device/google/trout/hal/audio/6.0/ |
D | audio_hw.c | 396 clock_gettime(CLOCK_MONOTONIC, &curtime); in get_current_output_position() 800 clock_gettime(CLOCK_MONOTONIC, &t); in get_current_input_position()
|
/device/generic/car/emulator/audio/driver/ |
D | audio_hw.c | 356 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/ |
D | audio_hw.c | 504 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/ |
D | audio_hw.c | 580 clock_gettime(CLOCK_MONOTONIC, &now); in in_read()
|
/device/google/cuttlefish/guest/hals/ril/ |
D | cuttlefish_ril.cpp | 1416 clock_gettime(CLOCK_MONOTONIC, &now); in request_get_cell_info_list()
|