/aosp12/hardware/qcom/sm8150/media/conf_files/atoll/ |
H A D | mediacodec-seccomp.policy | 18 timer_settime: 1
|
/aosp12/hardware/qcom/sm8150/media/conf_files/msmnile/ |
H A D | mediacodec-seccomp.policy | 18 timer_settime: 1
|
/aosp12/hardware/qcom/sm8150/media/conf_files/sm6150/ |
H A D | mediacodec-seccomp.policy | 18 timer_settime: 1
|
/aosp12/hardware/qcom/sm8150/media/conf_files/trinket/ |
H A D | mediacodec-seccomp.policy | 18 timer_settime: 1
|
/aosp12/hardware/qcom/sm7250/media/conf_files/bengal/ |
H A D | mediacodec-seccomp.policy | 18 timer_settime: 1
|
/aosp12/hardware/qcom/sm7250/media/conf_files/lito/ |
H A D | mediacodec-seccomp.policy | 18 timer_settime: 1
|
/aosp12/hardware/qcom/sm7250/media/conf_files/kona/ |
H A D | mediacodec-seccomp.policy | 18 timer_settime: 1
|
/aosp12/hardware/nxp/nfc/pn8x/halimpl/tml/ |
H A D | phOsalNfc_Timer.cc | 164 if ((timer_settime(pTimerHandle->hTimerHandle, 0, &its, NULL)) == -1) { in phOsalNfc_Timer_Start() 207 if ((timer_settime(pTimerHandle->hTimerHandle, 0, &its, NULL)) == -1) { in phOsalNfc_Timer_Stop()
|
/aosp12/hardware/nxp/nfc/snxxx/halimpl/tml/ |
H A D | phOsalNfc_Timer.cc | 164 if ((timer_settime(pTimerHandle->hTimerHandle, 0, &its, NULL)) == -1) { in phOsalNfc_Timer_Start() 207 if ((timer_settime(pTimerHandle->hTimerHandle, 0, &its, NULL)) == -1) { in phOsalNfc_Timer_Stop()
|
/aosp12/frameworks/av/media/libwatchdog/ |
H A D | Watchdog.cpp | 49 err = timer_settime(mTimerId, 0, &spec, nullptr); in Watchdog()
|
/aosp12/frameworks/av/services/mediaextractor/seccomp_policy/ |
H A D | mediaextractor-arm64.policy | 34 timer_settime: 1
|
H A D | mediaextractor-x86_64.policy | 38 timer_settime: 1
|
H A D | mediaextractor-x86.policy | 43 timer_settime: 1
|
H A D | mediaextractor-arm.policy | 45 timer_settime: 1
|
/aosp12/packages/apps/Nfc/nci/jni/ |
H A D | IntervalTimer.cpp | 52 stat = timer_settime(mTimerId, 0, &ts, 0); in set()
|
/aosp12/system/chre/platform/linux/ |
H A D | system_timer.cc | 126 int ret = timer_settime(mTimerId, kFlags, &spec, nullptr); in setInternal()
|
/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/libc/include/ |
H A D | time.h | 103 int timer_settime(timer_t __timer, int __flags, const struct itimerspec* __new_value, struct itimer…
|
/aosp12/bionic/tests/headers/posix/ |
H A D | time_h.c | 104 FUNCTION(timer_settime, int (*f)(timer_t, int, const struct itimerspec*, struct itimerspec*)); in time_h()
|
/aosp12/bionic/libc/bionic/ |
H A D | posix_timers.cpp | 213 int timer_settime(timer_t id, int flags, const itimerspec* ts, itimerspec* ots) { in timer_settime() function
|
/aosp12/hardware/broadcom/libbt/src/ |
H A D | upio.c | 230 if (timer_settime(lpm_proc_cb.timer_id, 0, &ts, 0) == 0) { in upio_start_stop_timer()
|
/aosp12/hardware/interfaces/vibrator/1.3/example/ |
H A D | Vibrator.cpp | 171 if (timer_settime(mTimer, 0, &ts, nullptr) < 0) { in activate()
|
/aosp12/bionic/tests/ |
H A D | time_test.cpp | 469 ASSERT_EQ(0, timer_settime(t, 0, &ts, nullptr)); in SetTime() 523 ASSERT_EQ(0, timer_settime(timer_id, 0, &ts, nullptr)); in TEST() 743 ASSERT_EQ(0, timer_settime(tdd.timer_id, 0, &ts, nullptr)); in TEST()
|
/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/ |
H A D | tunnel_test.c | 235 timer_settime(timer_id, 0, &timer_spec, NULL);
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 1070 timer_settime
|