Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/external/
DSubsystemSleepStatePuller.h29 class SubsystemSleepStatePuller : public StatsPuller {
31 SubsystemSleepStatePuller();
DSubsystemSleepStatePuller.cpp94 SubsystemSleepStatePuller::SubsystemSleepStatePuller() : in SubsystemSleepStatePuller() function in android::os::statsd::SubsystemSleepStatePuller
361 bool SubsystemSleepStatePuller::PullInternal(vector<shared_ptr<LogEvent>>* data) { in PullInternal()
DStatsPullerManager.cpp77 {android::util::SUBSYSTEM_SLEEP_STATE, {.puller = new SubsystemSleepStatePuller()}},
/frameworks/base/cmds/statsd/
DAndroid.bp79 "src/external/SubsystemSleepStatePuller.cpp",