Searched refs:getOutFileDescriptor (Results 1 – 8 of 8) sorted by relevance
202 mInterface.passThroughShellCommand(getAllArgs(), getOutFileDescriptor()); in runPassArgsToStatusBar()279 mInterface.passThroughShellCommand(new String[] {}, getOutFileDescriptor()); in onHelp()
71 ParcelFileDescriptor.dup(getOutFileDescriptor()), finishCallback)) { in dumpResources()
89 getTarget().doDump(getOutFileDescriptor(), getOutPrintWriter(), newArgs); in handleDefaultCommands()
125 public FileDescriptor getOutFileDescriptor() { in getOutFileDescriptor() method in BasicShellCommandHandler
236 FileDescriptor outFd = getOutFileDescriptor(); in runDumpControllerState()
707 getInFileDescriptor(), getOutFileDescriptor(), getErrFileDescriptor(), in runList()3299 ActivityManager.dumpPackageStateStatic(getOutFileDescriptor(), pkg); in runDump()
2523 final ProtoOutputStream proto = new ProtoOutputStream(getOutFileDescriptor());
38556 Landroid/os/ShellCommand;->getOutFileDescriptor()Ljava/io/FileDescriptor;