Searched refs:mShellSubscriber (Results 1 – 2 of 2) sorted by relevance
181 if (mShellSubscriber != nullptr) { in readLogs()182 mShellSubscriber->onLogEvent(*event); in readLogs()353 if (mShellSubscriber == nullptr) { in handleShellCommand()354 mShellSubscriber = new ShellSubscriber(mUidMap, mPullerManager); in handleShellCommand()361 mShellSubscriber->startNewSubscription(in, out, timeoutSec); in handleShellCommand()1081 if (mShellSubscriber != nullptr) { in OnLogEvent()1082 mShellSubscriber->onLogEvent(*event); in OnLogEvent()
376 sp<ShellSubscriber> mShellSubscriber; variable