Searched refs:TIMER_ABSTIME (Results 1 – 9 of 9) sorted by relevance
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | time.h | 64 #define TIMER_ABSTIME 0x01 macro
|
/aosp12/frameworks/av/media/libaaudio/src/utility/ |
H A D | AudioClock.h | 59 int err = clock_nanosleep(clockId, TIMER_ABSTIME, &time, nullptr);
|
/aosp12/hardware/st/secure_element2/secure_element/1.0/esehal/src/ |
H A D | transport.c | 133 while (clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &ts, NULL)) in block_recv()
|
/aosp12/system/bt/osi/src/ |
H A D | alarm.cc | 498 timer_settime(wakeup_timer, TIMER_ABSTIME, &end_of_time, NULL); in reschedule_root_alarm() 508 if (timer_settime(wakeup_timer, TIMER_ABSTIME, &wakeup_time, NULL) == -1) in reschedule_root_alarm() 519 if (timer_settime(timer, TIMER_ABSTIME, &timer_time, NULL) == -1) in reschedule_root_alarm()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | time_h.c | 74 MACRO(TIMER_ABSTIME); in time_h()
|
/aosp12/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/ |
H A D | vsyncworker.cpp | 132 err = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &vsync, nullptr); in SyntheticWaitVBlank()
|
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
H A D | hwcomposer.cpp | 164 while (clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &ts, nullptr)) in threadLoop()
|
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/ |
H A D | HWC2OnFbAdapter.cpp | 831 int error = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &ts, nullptr); in sleepUntil()
|
/aosp12/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimation.cpp | 1579 err = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &spec, nullptr); in playAnimation()
|