Home
last modified time | relevance | path

Searched refs:timer_t (Results 1 – 17 of 17) sorted by relevance

/aosp12/bionic/tests/headers/posix/
H A Dtime_h.c41 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 Dsys_types_h.c66 TYPE(timer_t); in sys_types_h()
/aosp12/bionic/libc/bionic/
H A Dposix_timers.cpp69 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 Dtime.h101 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 Dsystem_timer_base.h33 timer_t mTimerId;
/aosp12/frameworks/av/media/libwatchdog/include/watchdog/
H A DWatchdog.h44 timer_t mTimerId;
/aosp12/packages/apps/Nfc/nci/jni/
H A DIntervalTimer.h34 timer_t mTimerId;
/aosp12/bionic/tests/
H A Dtime_test.cpp463 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 DphNfcCommon.h117 timer_t hTimerHandle; /* Handle of the timer */
/aosp12/system/bt/osi/src/
H A Dalarm.cc120 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 DphNfcCommon.h147 timer_t hTimerHandle; /* Handle of the timer */
/aosp12/bionic/libc/include/sys/
H A Dtypes.h78 typedef __timer_t timer_t; typedef
/aosp12/hardware/interfaces/vibrator/1.3/example/
H A DVibrator.h74 timer_t mTimer{nullptr};
/aosp12/hardware/broadcom/libbt/src/
H A Dupio.c87 timer_t timer_id;
/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/
H A Dtunnel_test.c99 timer_t timer_id;
/aosp12/art/perfetto_hprof/
H A Dperfetto_hprof.cc105 timer_t timerid{}; in ArmWatchdogOrDie()
/aosp12/hardware/knowles/athletico/sound_trigger_hal/
H A Dsound_trigger_hw_iaxxx.c211 timer_t ss_timer;
215 timer_t chre_timer;