Searched refs:startNewSubscription (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/cmds/statsd/src/shell/ |
D | ShellSubscriber.h | 67 void startNewSubscription(int inFd, int outFd, sp<IResultReceiver> resultReceiver,
|
D | ShellSubscriber.cpp | 32 void ShellSubscriber::startNewSubscription(int in, int out, sp<IResultReceiver> resultReceiver, in startNewSubscription() function in android::os::statsd::ShellSubscriber
|
/frameworks/base/cmds/statsd/tests/shell/ |
D | ShellSubscriber_test.cpp | 86 shellClient->startNewSubscription(fds_config[0], fds_data[1], resultReceiver, -1); in runShellTest()
|
/frameworks/base/cmds/statsd/src/ |
D | StatsService.cpp | 425 mShellSubscriber->startNewSubscription(in, out, resultReceiver, timeoutSec); in command()
|