Home
last modified time | relevance | path

Searched defs:next_timeout (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/libchrome-gestures/src/
H A Dstuck_button_inhibitor_filter_interpreter.cc29 stime_t next_timeout = NO_DEADLINE; in SyncInterpretImpl() local
40 stime_t next_timeout = NO_DEADLINE; in HandleTimerImpl() local
100 stime_t next_timeout, stime_t* timeout) { in HandleTimeouts()
H A Dintegral_gesture_filter_interpreter.cc34 stime_t next_timeout = NO_DEADLINE; in SyncInterpretImpl() local
47 stime_t next_timeout; in HandleTimerImpl() local
H A Dfling_stop_filter_interpreter.cc54 stime_t next_timeout = NO_DEADLINE; in SyncInterpretImpl() local
136 stime_t next_timeout; in HandleTimerImpl() local
H A Dhaptic_button_generator_filter_interpreter.cc65 stime_t next_timeout = NO_DEADLINE; in SyncInterpretImpl() local
174 stime_t next_timeout; in HandleTimerImpl() local
H A Dlookahead_filter_interpreter.cc69 stime_t next_timeout = NO_DEADLINE; in SyncInterpretImpl() local
437 stime_t next_timeout = NO_DEADLINE; in HandleTimerImpl() local
H A Dfilter_interpreter.cc48 stime_t now, stime_t local_deadline, stime_t next_timeout) { in SetNextDeadlineAndReturnTimeoutVal()
H A Dfling_stop_filter_interpreter_unittest.cc46 stime_t next_timeout; // NO_DEADLINE for none (similarly for below) member
/aosp_15_r20/external/libkmsxx/py/tests/
H A Dsync.py39 def next_timeout(_class): member in Timer
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/time/
Dinterval.rs341 fn next_timeout(&self, timeout: Instant, now: Instant, period: Duration) -> Instant { in next_timeout() method
/aosp_15_r20/external/sdv/vsomeip/implementation/routing/src/
Drouting_manager_stub.cpp1696 std::chrono::milliseconds next_timeout(configured_watchdog_timeout_); in send_ping() local
1727 std::chrono::milliseconds next_timeout(configured_watchdog_timeout_); in on_ping_timer_expired() local
1797 std::chrono::milliseconds next_timeout(configured_watchdog_timeout_); in remove_from_pinged_clients() local
/aosp_15_r20/external/pigweed/pw_transfer/public/pw_transfer/internal/
H A Dcontext.h110 std::optional<chrono::SystemClock::time_point> next_timeout = timeout(); in timed_out() local
/aosp_15_r20/system/security/keystore2/watchdog/src/
H A Dlib.rs96 let mut next_timeout: Option<Duration> = None; in overdue_and_next_timeout() localVariable
/aosp_15_r20/external/rust/crates/rusb/src/
Dcontext.rs234 fn next_timeout(&self) -> crate::Result<Option<Duration>> { in next_timeout() method
/aosp_15_r20/external/rust/android-crates-io/crates/rusb/src/
Dcontext.rs234 fn next_timeout(&self) -> crate::Result<Option<Duration>> { in next_timeout() method
/aosp_15_r20/frameworks/native/services/inputflinger/rust/
H A Dinput_filter_thread.rs59 next_timeout: i64, field
/aosp_15_r20/external/libusb/libusb/
H A Dio.c2578 struct timespec next_timeout = { 0, 0 }; in libusb_get_next_timeout() local