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

/frameworks/native/services/surfaceflinger/
H A DGpuService.cpp56 status = shellCommand(in, out, err, args);
78 status_t GpuService::shellCommand(int /*in*/, int out, int err, function in class:android::GpuService
81 ALOGV("GpuService::shellCommand");
/frameworks/base/core/java/android/os/
H A DIBinder.java227 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, method in interface:IBinder
H A DBinder.java473 shellCommand(in != null ? in.getFileDescriptor() : null,
570 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, method in class:Binder
577 * Handle a call to {@link #shellCommand}. The default implementation simply prints
790 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, method in class:BinderProxy
/frameworks/native/libs/binder/
H A DBinder.cpp65 status_t IBinder::shellCommand(const sp<IBinder>& target, int in, int out, int err, function in class:android::IBinder
244 //return shellCommand(in, out, err, args, resultReceiver);

Completed in 100 milliseconds