Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/
DStatsService.cpp258 if (mShellSubscriber != nullptr) { in readLogs()
259 mShellSubscriber->onLogEvent(*event); in readLogs()
431 mShellSubscriber->startNewSubscription(in, out, timeoutSec); in handleShellCommand()
1178 if (mShellSubscriber != nullptr) { in OnLogEvent()
1179 mShellSubscriber->onLogEvent(*event); in OnLogEvent()
1537 mShellSubscriber->startNewSubscription(subscriptionConfig, callback); in addSubscription()
1545 if (mShellSubscriber != nullptr) { in removeSubscription()
1546 mShellSubscriber->unsubscribe(callback); in removeSubscription()
1555 if (mShellSubscriber != nullptr) { in flushSubscription()
1556 mShellSubscriber->flushSubscription(callback); in flushSubscription()
[all …]
DStatsService.h464 sp<ShellSubscriber> mShellSubscriber; variable