Home
last modified time | relevance | path

Searched refs:TIMER_ABSTIME (Results 1 – 9 of 9) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dtime.h64 #define TIMER_ABSTIME 0x01 macro
/aosp12/frameworks/av/media/libaaudio/src/utility/
H A DAudioClock.h59 int err = clock_nanosleep(clockId, TIMER_ABSTIME, &time, nullptr);
/aosp12/hardware/st/secure_element2/secure_element/1.0/esehal/src/
H A Dtransport.c133 while (clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &ts, NULL)) in block_recv()
/aosp12/system/bt/osi/src/
H A Dalarm.cc498 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 Dtime_h.c74 MACRO(TIMER_ABSTIME); in time_h()
/aosp12/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
H A Dvsyncworker.cpp132 err = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &vsync, nullptr); in SyntheticWaitVBlank()
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwcomposer.cpp164 while (clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &ts, nullptr)) in threadLoop()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
H A DHWC2OnFbAdapter.cpp831 int error = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &ts, nullptr); in sleepUntil()
/aosp12/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp1579 err = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &spec, nullptr); in playAnimation()