Searched refs:mShellSubscriber (Results 1 – 2 of 2) sorted by relevance
222 if (mShellSubscriber != nullptr) { in readLogs()223 mShellSubscriber->onLogEvent(*event); in readLogs()413 if (mShellSubscriber == nullptr) { in command()414 mShellSubscriber = new ShellSubscriber(mUidMap, mPullerManager); in command()425 mShellSubscriber->startNewSubscription(in, out, resultReceiver, timeoutSec); in command()1128 if (mShellSubscriber != nullptr) { in OnLogEvent()1129 mShellSubscriber->onLogEvent(*event); in OnLogEvent()
377 sp<ShellSubscriber> mShellSubscriber; variable