Searched refs:PullInternal (Results 1 – 10 of 10) sorted by relevance
32 bool PullInternal(vector<std::shared_ptr<LogEvent>>* data) override;
29 bool PullInternal(vector<std::shared_ptr<LogEvent> >* data) override;
66 virtual bool PullInternal(std::vector<std::shared_ptr<LogEvent>>* data) = 0;
53 bool StatsCompanionServicePuller::PullInternal(vector<shared_ptr<LogEvent> >* data) { in PullInternal() function in android::os::statsd::StatsCompanionServicePuller
58 bool ret = PullInternal(&mCachedData); in Pull()
58 bool ResourceHealthManagerPuller::PullInternal(vector<shared_ptr<LogEvent>>* data) { in PullInternal() function in android::os::statsd::ResourceHealthManagerPuller
97 bool ResourceThermalManagerPuller::PullInternal(vector<shared_ptr<LogEvent>>* data) { in PullInternal() function in android::os::statsd::ResourceThermalManagerPuller
80 bool SubsystemSleepStatePuller::PullInternal(vector<shared_ptr<LogEvent>>* data) { in PullInternal() function in android::os::statsd::SubsystemSleepStatePuller