/frameworks/native/services/surfaceflinger/ |
D | GpuService.h | 36 virtual status_t shellCommand(int in, int out, int err, 51 virtual status_t shellCommand(int in, int out, int err,
|
D | GpuService.cpp | 56 status = shellCommand(in, out, err, args); in onTransact() 78 status_t GpuService::shellCommand(int /*in*/, int out, int err, in shellCommand() function in android::GpuService
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareShellCommand.java | 40 public void register(String command, DelegatedShellCommand shellCommand) { in register() argument 45 mDelegatedCommands.put(command, shellCommand); in register()
|
/frameworks/base/cmds/locksettings/src/com/android/commands/locksettings/ |
D | LockSettingsCmd.java | 74 lockSettings.asBinder().shellCommand(FileDescriptor.in, FileDescriptor.out, in onRun()
|
/frameworks/base/core/java/android/os/ |
D | IBinder.java | 239 public void shellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in shellCommand() method
|
D | Binder.java | 492 shellCommand(in != null ? in.getFileDescriptor() : null, in onTransact() 590 public void shellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in shellCommand() method in Binder 808 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in shellCommand() method in BinderProxy
|
/frameworks/native/libs/binder/include/binder/ |
D | IBinder.h | 85 static status_t shellCommand(const sp<IBinder>& target, int in, int out, int err,
|
/frameworks/native/cmds/cmd/ |
D | cmd.cpp | 182 status_t err = IBinder::shellCommand(service, STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO, args, in main()
|
/frameworks/base/cmds/am/src/com/android/commands/am/ |
D | Am.java | 140 mAm.asBinder().shellCommand(FileDescriptor.in, FileDescriptor.out, FileDescriptor.err, in runAmCmd()
|
/frameworks/native/libs/binder/ |
D | Binder.cpp | 65 status_t IBinder::shellCommand(const sp<IBinder>& target, int in, int out, int err, in shellCommand() function in android::IBinder
|
/frameworks/base/cmds/pm/src/com/android/commands/pm/ |
D | Pm.java | 334 ServiceManager.getService(serviceName).shellCommand( in runShellCommand()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeContext.java | 1223 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in getBinder()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 5113 HPLandroid/os/Binder;->shellCommand(Ljava/io/FileDescriptor;Ljava/io/FileDescriptor;Ljava/io/FileDe…
|