Home
last modified time | relevance | path

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

/aosp12/system/core/libstats/pull_rust/
H A Dstats_pull.rs26 pub type StatsPullResult = Vec<Box<dyn Stat>>; typedef
111 static ref COOKIES: Mutex<HashMap<i32, fn() -> StatsPullResult>> = Mutex::new(HashMap::new());
147 callback: fn() -> StatsPullResult, in set_pull_atom_callback() argument