Home
last modified time | relevance | path

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

/external/nos/host/android/citadel/citadeld/
Dmain.cpp114 class StatsDelegate : public BnPixelPowerStatsCallback, class
117 StatsDelegate(std::function<Status(std::vector<StateResidencyData>*)> fn) in StatsDelegate() function in __anon5d108d510111::StatsDelegate
175 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()