Searched refs:StatsCompanionServicePuller (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/cmds/statsd/src/external/ |
D | StatsPullerManagerImpl.cpp | 58 new StatsCompanionServicePuller(android::util::WIFI_BYTES_TRANSFER)}}, 64 new StatsCompanionServicePuller(android::util::WIFI_BYTES_TRANSFER_BY_FG_BG)}}, 70 new StatsCompanionServicePuller(android::util::MOBILE_BYTES_TRANSFER)}}, 76 new StatsCompanionServicePuller(android::util::MOBILE_BYTES_TRANSFER_BY_FG_BG)}}, 82 new StatsCompanionServicePuller(android::util::BLUETOOTH_BYTES_TRANSFER)}}, 85 {{}, {}, 1 * NS_PER_SEC, new StatsCompanionServicePuller(android::util::KERNEL_WAKELOCK)}}, 94 new StatsCompanionServicePuller(android::util::CPU_TIME_PER_FREQ)}}, 100 new StatsCompanionServicePuller(android::util::CPU_TIME_PER_UID)}}, 108 new StatsCompanionServicePuller(android::util::CPU_TIME_PER_UID_FREQ)}}, 116 new StatsCompanionServicePuller(android::util::CPU_ACTIVE_TIME)}}, [all …]
|
D | StatsCompanionServicePuller.cpp | 43 StatsCompanionServicePuller::StatsCompanionServicePuller(int tagId) : StatsPuller(tagId) { in StatsCompanionServicePuller() function in android::os::statsd::StatsCompanionServicePuller 46 void StatsCompanionServicePuller::SetStatsCompanionService( in SetStatsCompanionService() 53 bool StatsCompanionServicePuller::PullInternal(vector<shared_ptr<LogEvent> >* data) { in PullInternal()
|
D | StatsCompanionServicePuller.h | 26 class StatsCompanionServicePuller : public StatsPuller { 28 StatsCompanionServicePuller(int tagId);
|
/frameworks/base/cmds/statsd/ |
D | Android.mk | 39 src/external/StatsCompanionServicePuller.cpp \
|