Home
last modified time | relevance | path

Searched refs:timing_method (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/base/timer/
H A Dlap_timer.h36 TimerMethod timing_method = TimerMethod::kUseTimeTicks);
38 LapTimer(TimerMethod timing_method = TimerMethod::kUseTimeTicks);
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/process/
Dprctl.rs338 pub fn timing_method() -> io::Result<TimingMethod> { in timing_method() function