Home
last modified time | relevance | path

Searched refs:timerfd (Results 1 – 12 of 12) sorted by relevance

/aosp12/hardware/google/pixel/pixelstats/
H A DWlcReporter.cpp157 bool WlcReporter::ptmcWaitTimer(int timerfd) { in ptmcWaitTimer() argument
165 if (timerfd_settime(timerfd, 0, &period, nullptr)) { in ptmcWaitTimer()
173 readval = read(timerfd, buf, sizeof(buf)); in ptmcWaitTimer()
189 int timerfd = timerfd_create(CLOCK_BOOTTIME, 0); in reportInBackground() local
190 if (timerfd < 0) { in reportInBackground()
194 if (ptmcWaitTimer(timerfd)) { in reportInBackground()
211 close(timerfd); in reportInBackground()
H A DSysfsCollector.cpp920 int timerfd = timerfd_create(CLOCK_BOOTTIME, 0); in collect() local
921 if (timerfd < 0) { in collect()
942 if (timerfd_settime(timerfd, 0, &period, NULL)) { in collect()
952 readval = read(timerfd, buf, sizeof(buf)); in collect()
/aosp12/hardware/google/pixel/pixelstats/include/pixelstats/
H A DWlcReporter.h73 bool ptmcWaitTimer(int timerfd);
/aosp12/system/sepolicy/prebuilts/api/29.0/public/
H A Dhal_health.te26 # Allow to use timerfd to wake itself up periodically to send health info.
/aosp12/system/sepolicy/prebuilts/api/30.0/public/
H A Dhal_health.te26 # Allow to use timerfd to wake itself up periodically to send health info.
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Dhal_health.te26 # Allow to use timerfd to wake itself up periodically to send health info.
/aosp12/system/sepolicy/prebuilts/api/32.0/public/
H A Dhal_health.te26 # Allow to use timerfd to wake itself up periodically to send health info.
/aosp12/system/sepolicy/public/
H A Dhal_health.te26 # Allow to use timerfd to wake itself up periodically to send health info.
/aosp12/packages/services/Car/
H A D.clang-format30 …og|sysmacros|_system_properties|system_properties|thread_properties|time|timerfd|times|timex|ttyde…
/aosp12/system/bt/gd/rust/common/src/
H A Dtime.rs4 use nix::sys::timerfd::{ClockId, Expiration, TimerFd, TimerFlags, TimerSetTimeFlags};
/aosp12/system/bt/gd/docs/architecture/
H A Darchitecture.md187 [timerfd](http://man7.org/linux/man-pages/man2/timerfd_create.2.html) for
/aosp12/bionic/docs/
H A Dstatus.md209 * all of <sys/timerfd.h>.