Searched refs:shellCommand (Results 1 – 9 of 9) sorted by relevance
/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 | 48 return shellCommand(in, out, err, args); in onTransact() 67 status_t GpuService::shellCommand(int /*in*/, int out, int err, in shellCommand() function in android::GpuService
|
/frameworks/base/core/java/android/os/ |
D | IBinder.java | 226 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in shellCommand() method
|
D | Binder.java | 367 shellCommand(in != null ? in.getFileDescriptor() : null, in onTransact() 466 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in shellCommand() method in Binder 652 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in shellCommand() method in BinderProxy
|
/frameworks/native/cmds/cmd/ |
D | cmd.cpp | 93 IBinder::shellCommand(service, STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO, args, in main()
|
/frameworks/native/include/binder/ |
D | IBinder.h | 84 static status_t shellCommand(const sp<IBinder>& target, int in, int out, int err,
|
/frameworks/native/libs/binder/ |
D | Binder.cpp | 64 status_t IBinder::shellCommand(const sp<IBinder>& target, int in, int out, int err, in shellCommand() function in android::IBinder
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeContext.java | 1140 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in getBinder()
|
/frameworks/base/cmds/pm/src/com/android/commands/pm/ |
D | Pm.java | 291 ServiceManager.getService(serviceName).shellCommand( in runShellCommand()
|