Home
last modified time | relevance | path

Searched defs:TimerState (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/crosvm/cros_async/src/blocking/sys/linux/
H A Dblock_on.rs122 struct TimerState { struct
123 fired: bool,
124 waker: Option<Waker>,
/aosp_15_r20/external/grpc-grpc/src/core/ext/filters/deadline/
H A Ddeadline_filter.cc49 class TimerState { class
51 TimerState(grpc_deadline_state* deadline_state, Timestamp deadline) in TimerState() function in grpc_core::TimerState
H A Ddeadline_filter.h31 class TimerState; variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/deadline/
Ddeadline_filter.cc52 class TimerState { class
54 TimerState(grpc_deadline_state* deadline_state, Timestamp deadline) in TimerState() function in grpc_core::TimerState
Ddeadline_filter.h32 class TimerState; variable
/aosp_15_r20/external/pigweed/pw_chrono_stl/public/pw_chrono_stl/
H A Dsystem_timer_native.h44 TimerState(ExpiryFn&& cb) : callback_(std::move(cb)) {} in TimerState() function
/aosp_15_r20/frameworks/native/services/surfaceflinger/Scheduler/
H A DOneShotTimer.h62 enum class TimerState { enum
H A DScheduler.h351 enum class TimerState { Reset, Expired }; enum
/aosp_15_r20/external/deqp/framework/delibs/deutil/
H A DdeTimer.c291 } TimerState; typedef
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSchedulerTest.cpp232 using TimerState = TestableScheduler::TimerState; in TEST_F() typedef