Searched refs:ShellSubscriber (Results 1 – 6 of 6) sorted by relevance
33 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()
60 class ShellSubscriber : public virtual IBinder::DeathRecipient {62 ShellSubscriber(sp<UidMap> uidMap, sp<StatsPullerManager> pullerMgr) in ShellSubscriber() function
81 sp<ShellSubscriber> shellClient = new ShellSubscriber(uidMap, pullerManager); in runShellTest()
433 sp<ShellSubscriber> mShellSubscriber;
415 mShellSubscriber = new ShellSubscriber(mUidMap, mPullerManager); in command()
110 "src/shell/ShellSubscriber.cpp",