Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/
DStatsService.cpp222 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()
DStatsService.h377 sp<ShellSubscriber> mShellSubscriber; variable