Searched defs:shellCommand (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/os/
H A DIBinder.java226 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, method in interface:IBinder
H A DBinder.java367 shellCommand(in != null ? in.getFileDescriptor() : null,
466 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, method in class:Binder
472 * Handle a call to {@link #shellCommand}. The default implementation simply prints
652 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, method in class:BinderProxy
/frameworks/native/services/surfaceflinger/
H A DGpuService.cpp48 return shellCommand(in, out, err, args);
67 status_t GpuService::shellCommand(int /*in*/, int out, int err, function in class:android::GpuService
70 ALOGV("GpuService::shellCommand");
/frameworks/native/libs/binder/
H A DBinder.cpp64 status_t IBinder::shellCommand(const sp<IBinder>& target, int in, int out, int err, function in class:android::IBinder
239 //return shellCommand(in, out, err, args, resultReceiver);

Completed in 59 milliseconds