Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/
DStatsService.cpp262 if (mShellSubscriber != nullptr) { in readLogs()
263 mShellSubscriber->onLogEvent(*event); in readLogs()
435 mShellSubscriber->startNewSubscription(in, out, timeoutSec); in handleShellCommand()
1185 if (mShellSubscriber != nullptr) { in OnLogEvent()
1186 mShellSubscriber->onLogEvent(*event); in OnLogEvent()
1486 mShellSubscriber->startNewSubscription(subscriptionConfig, callback); in addSubscription()
1493 if (mShellSubscriber != nullptr) { in removeSubscription()
1494 mShellSubscriber->unsubscribe(callback); in removeSubscription()
1502 if (mShellSubscriber != nullptr) { in flushSubscription()
1503 mShellSubscriber->flushSubscription(callback); in flushSubscription()
[all …]
DStatsService.h453 sp<ShellSubscriber> mShellSubscriber; variable