Home
last modified time | relevance | path

Searched defs:down_time (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/native/services/inputflinger/rust/
H A Dslow_keys_filter.rs40 down_time: i64, field
324 let down_time = clock_gettime(ClockId::CLOCK_MONOTONIC).unwrap().num_nanoseconds(); in test_notify_key_for_tv_remote_when_key_pressed_for_threshold_time() localVariable
381 let down_time = clock_gettime(ClockId::CLOCK_MONOTONIC).unwrap().num_nanoseconds(); in test_notify_key_for_internal_alphabetic_keyboard_when_key_pressed_for_threshold_time() localVariable
433 let down_time = clock_gettime(ClockId::CLOCK_MONOTONIC).unwrap().num_nanoseconds(); in test_notify_key_for_external_keyboard_when_key_pressed_for_threshold_time() localVariable
/aosp_15_r20/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/
H A Dneural_stylus_palm_detection_filter_util_unittest.cc378 base::TimeTicks down_time = base::TimeTicks::UnixEpoch() + base::Seconds(30); in TEST() local
432 base::TimeTicks down_time = base::TimeTicks::UnixEpoch() + base::Seconds(30); in TEST() local
488 base::TimeTicks down_time = base::TimeTicks::UnixEpoch() + base::Seconds(30); in TEST() local
/aosp_15_r20/hardware/google/pixel/pixelstats/
DSysfsCollector.cpp504 int32_t up_time = 0, down_time = 0, crash_count = 0, recover_count = 0; in logSpeechDspStat() local