Searched refs:timer_t (Results 1 – 17 of 17) sorted by relevance
/aosp12/bionic/tests/headers/posix/ |
H A D | time_h.c | 41 TYPE(timer_t); in time_h() 100 FUNCTION(timer_create, int (*f)(clockid_t, struct sigevent*, timer_t*)); in time_h() 101 FUNCTION(timer_delete, int (*f)(timer_t)); in time_h() 102 FUNCTION(timer_getoverrun, int (*f)(timer_t)); in time_h() 103 FUNCTION(timer_gettime, int (*f)(timer_t, struct itimerspec*)); in time_h() 104 FUNCTION(timer_settime, int (*f)(timer_t, int, const struct itimerspec*, struct itimerspec*)); in time_h()
|
H A D | sys_types_h.c | 66 TYPE(timer_t); in sys_types_h()
|
/aosp12/bionic/libc/bionic/ |
H A D | posix_timers.cpp | 69 static __kernel_timer_t to_kernel_timer_id(timer_t timer) { in to_kernel_timer_id() 106 int timer_create(clockid_t clock_id, sigevent* evp, timer_t* timer_id) { in timer_create() 185 int timer_delete(timer_t id) { in timer_delete() 204 int timer_gettime(timer_t id, itimerspec* ts) { in timer_gettime() 213 int timer_settime(timer_t id, int flags, const itimerspec* ts, itimerspec* ots) { in timer_settime() 219 int timer_getoverrun(timer_t id) { in timer_getoverrun()
|
/aosp12/bionic/libc/include/ |
H A D | time.h | 101 int timer_create(clockid_t __clock, struct sigevent* __event, timer_t* __timer_ptr); 102 int timer_delete(timer_t __timer); 103 int timer_settime(timer_t __timer, int __flags, const struct itimerspec* __new_value, struct itimer… 104 int timer_gettime(timer_t __timer, struct itimerspec* __ts); 105 int timer_getoverrun(timer_t __timer);
|
/aosp12/system/chre/platform/linux/include/chre/target_platform/ |
H A D | system_timer_base.h | 33 timer_t mTimerId;
|
/aosp12/frameworks/av/media/libwatchdog/include/watchdog/ |
H A D | Watchdog.h | 44 timer_t mTimerId;
|
/aosp12/packages/apps/Nfc/nci/jni/ |
H A D | IntervalTimer.h | 34 timer_t mTimerId;
|
/aosp12/bionic/tests/ |
H A D | time_test.cpp | 463 void SetTime(timer_t t, time_t value_s, time_t value_ns, time_t interval_s, time_t interval_ns) { in SetTime() 480 timer_t timer_id; in TEST() 510 timer_t timer_id; in TEST() 532 timer_t timer_id; 624 timer_t timer_id; in TEST() 642 timer_t timer_id; in TEST() 713 timer_t timer_id;
|
/aosp12/hardware/nxp/nfc/pn8x/halimpl/common/ |
H A D | phNfcCommon.h | 117 timer_t hTimerHandle; /* Handle of the timer */
|
/aosp12/system/bt/osi/src/ |
H A D | alarm.cc | 120 static timer_t timer; 121 static timer_t wakeup_timer; 146 static bool timer_create_internal(const clockid_t clock_id, timer_t* timer); 665 static bool timer_create_internal(const clockid_t clock_id, timer_t* timer) { in timer_create_internal()
|
/aosp12/hardware/nxp/nfc/snxxx/halimpl/common/ |
H A D | phNfcCommon.h | 147 timer_t hTimerHandle; /* Handle of the timer */
|
/aosp12/bionic/libc/include/sys/ |
H A D | types.h | 78 typedef __timer_t timer_t; typedef
|
/aosp12/hardware/interfaces/vibrator/1.3/example/ |
H A D | Vibrator.h | 74 timer_t mTimer{nullptr};
|
/aosp12/hardware/broadcom/libbt/src/ |
H A D | upio.c | 87 timer_t timer_id;
|
/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/ |
H A D | tunnel_test.c | 99 timer_t timer_id;
|
/aosp12/art/perfetto_hprof/ |
H A D | perfetto_hprof.cc | 105 timer_t timerid{}; in ArmWatchdogOrDie()
|
/aosp12/hardware/knowles/athletico/sound_trigger_hal/ |
H A D | sound_trigger_hw_iaxxx.c | 211 timer_t ss_timer; 215 timer_t chre_timer;
|