Home
last modified time | relevance | path

Searched refs:mShellSubscriber (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/StatsD/statsd/src/
H A DStatsService.cpp181 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()
H A DStatsService.h376 sp<ShellSubscriber> mShellSubscriber; variable