Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/external/
DResourceThermalManagerPuller.h32 bool PullInternal(vector<std::shared_ptr<LogEvent>>* data) override;
DSubsystemSleepStatePuller.h32 bool PullInternal(vector<std::shared_ptr<LogEvent>>* data) override;
DResourceHealthManagerPuller.h32 bool PullInternal(vector<std::shared_ptr<LogEvent>>* data) override;
DStatsCompanionServicePuller.h29 bool PullInternal(vector<std::shared_ptr<LogEvent> >* data) override;
DStatsPuller.h66 virtual bool PullInternal(std::vector<std::shared_ptr<LogEvent>>* data) = 0;
DStatsCompanionServicePuller.cpp53 bool StatsCompanionServicePuller::PullInternal(vector<shared_ptr<LogEvent> >* data) { in PullInternal() function in android::os::statsd::StatsCompanionServicePuller
DStatsPuller.cpp58 bool ret = PullInternal(&mCachedData); in Pull()
DResourceHealthManagerPuller.cpp58 bool ResourceHealthManagerPuller::PullInternal(vector<shared_ptr<LogEvent>>* data) { in PullInternal() function in android::os::statsd::ResourceHealthManagerPuller
DResourceThermalManagerPuller.cpp97 bool ResourceThermalManagerPuller::PullInternal(vector<shared_ptr<LogEvent>>* data) { in PullInternal() function in android::os::statsd::ResourceThermalManagerPuller
DSubsystemSleepStatePuller.cpp80 bool SubsystemSleepStatePuller::PullInternal(vector<shared_ptr<LogEvent>>* data) { in PullInternal() function in android::os::statsd::SubsystemSleepStatePuller