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