Searched refs:stats_p (Results 1 – 2 of 2) sorted by relevance
65 void StatsKeeper::GetLastCompositionStats(CompositionStats* stats_p) { in GetLastCompositionStats() argument66 if (stats_p) { in GetLastCompositionStats()68 &stats_p->prepare_start); in GetLastCompositionStats()70 &stats_p->prepare_end); in GetLastCompositionStats()72 &stats_p->set_start); in GetLastCompositionStats()74 &stats_p->set_end); in GetLastCompositionStats()76 &stats_p->last_vsync); in GetLastCompositionStats()78 stats_p->num_prepare_calls = last_composition_stats_.num_prepare_calls; in GetLastCompositionStats()79 stats_p->num_layers = last_composition_stats_.num_layers; in GetLastCompositionStats()80 stats_p->num_hwcomposited_layers = last_composition_stats_.num_hwc_layers; in GetLastCompositionStats()
97 void GetLastCompositionStats(CompositionStats* stats_p);