Home
last modified time | relevance | path

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

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