Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dstats.rs14 pub(crate) static GLOBAL_STATS: BinderStats = BinderStats::new();
16 pub(crate) struct BinderStats { struct
21 impl BinderStats { implementation
H A Dprocess.rs49 stats::BinderStats,
460 pub(crate) stats: BinderStats,
510 stats: BinderStats::new(), in new()