Home
last modified time | relevance | path

Searched refs:startNewSubscription (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/cmds/statsd/src/shell/
DShellSubscriber.h67 void startNewSubscription(int inFd, int outFd, sp<IResultReceiver> resultReceiver,
DShellSubscriber.cpp32 void ShellSubscriber::startNewSubscription(int in, int out, sp<IResultReceiver> resultReceiver, in startNewSubscription() function in android::os::statsd::ShellSubscriber
/frameworks/base/cmds/statsd/tests/shell/
DShellSubscriber_test.cpp86 shellClient->startNewSubscription(fds_config[0], fds_data[1], resultReceiver, -1); in runShellTest()
/frameworks/base/cmds/statsd/src/
DStatsService.cpp425 mShellSubscriber->startNewSubscription(in, out, resultReceiver, timeoutSec); in command()