Searched refs:StatsDelegate (Results 1 – 1 of 1) sorted by relevance
114 class StatsDelegate : public BnPixelPowerStatsCallback, class117 StatsDelegate(std::function<Status(std::vector<StateResidencyData>*)> fn) in StatsDelegate() function in __anon5d108d510111::StatsDelegate175 static sp<StatsDelegate> MakeOne( in MakeOne()178 StatsDelegate::WaitForPowerStatsService(); in MakeOne()179 sp<StatsDelegate> sd = new StatsDelegate(fn); in MakeOne()392 std::future<sp<StatsDelegate>> sd = in main()393 std::async(std::launch::async, StatsDelegate::MakeOne, fn); in main()