Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/shell/
DShellSubscriber.cpp32 void ShellSubscriber::startNewSubscription(int in, int out, sp<IResultReceiver> resultReceiver, in startNewSubscription()
67 void ShellSubscriber::updateConfig(const ShellSubscription& config) { in updateConfig()
99 void ShellSubscriber::writeToOutputLocked(const vector<std::shared_ptr<LogEvent>>& data, in writeToOutputLocked()
127 void ShellSubscriber::startPull(int64_t token, int64_t intervalMillis) { in startPull()
155 void ShellSubscriber::readConfig(int in) { in readConfig()
187 void ShellSubscriber::cleanUpLocked() { in cleanUpLocked()
198 void ShellSubscriber::onLogEvent(const LogEvent& event) { in onLogEvent()
223 void ShellSubscriber::binderDied(const wp<IBinder>& who) { in binderDied()
DShellSubscriber.h59 class ShellSubscriber : public virtual IBinder::DeathRecipient {
61 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.h377 sp<ShellSubscriber> mShellSubscriber;
DStatsService.cpp414 mShellSubscriber = new ShellSubscriber(mUidMap, mPullerManager); in command()
/frameworks/base/cmds/statsd/
DAndroid.bp111 "src/shell/ShellSubscriber.cpp",