Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/shell/
DShellSubscriber.cpp33 void ShellSubscriber::startNewSubscription(int in, int out, sp<IResultReceiver> resultReceiver, in startNewSubscription()
68 void ShellSubscriber::updateConfig(const ShellSubscription& config) { in updateConfig()
100 void ShellSubscriber::writeToOutputLocked(const vector<std::shared_ptr<LogEvent>>& data, in writeToOutputLocked()
128 void ShellSubscriber::startPull(int64_t token, int64_t intervalMillis) { in startPull()
156 void ShellSubscriber::readConfig(int in) { in readConfig()
188 void ShellSubscriber::cleanUpLocked() { in cleanUpLocked()
199 void ShellSubscriber::onLogEvent(const LogEvent& event) { in onLogEvent()
224 void ShellSubscriber::binderDied(const wp<IBinder>& who) { in binderDied()
DShellSubscriber.h60 class ShellSubscriber : public virtual IBinder::DeathRecipient {
62 ShellSubscriber(sp<UidMap> uidMap, sp<StatsPullerManager> pullerMgr) in ShellSubscriber() function
/frameworks/base/cmds/statsd/tests/shell/
DShellSubscriber_test.cpp81 sp<ShellSubscriber> shellClient = new ShellSubscriber(uidMap, pullerManager); in runShellTest()
/frameworks/base/cmds/statsd/src/
DStatsService.h433 sp<ShellSubscriber> mShellSubscriber;
DStatsService.cpp415 mShellSubscriber = new ShellSubscriber(mUidMap, mPullerManager); in command()
/frameworks/base/cmds/statsd/
DAndroid.bp110 "src/shell/ShellSubscriber.cpp",