Home
last modified time | relevance | path

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

/aosp14/system/core/libstats/pull_rust/
H A Dstats_pull.rs26 pub type StatsPullResult = Vec<Box<dyn Stat>>; typedef
147 callback: fn() -> StatsPullResult, in set_pull_atom_callback()