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()
89 getTarget().doDump(getOutFileDescriptor(), getOutPrintWriter(), newArgs); in handleDefaultCommands()
125 public FileDescriptor getOutFileDescriptor() { in getOutFileDescriptor() method in BasicShellCommandHandler
231 FileDescriptor outFd = getOutFileDescriptor(); in runDumpControllerState()
96 = ParcelFileDescriptor.dup(getOutFileDescriptor())){ in onCommand()
665 getInFileDescriptor(), getOutFileDescriptor(), getErrFileDescriptor(), in runList()3008 ActivityManager.dumpPackageStateStatic(getOutFileDescriptor(), pkg); in runDump()
2399 final ProtoOutputStream proto = new ProtoOutputStream(getOutFileDescriptor());
41879 Landroid/os/ShellCommand;->getOutFileDescriptor()Ljava/io/FileDescriptor;