Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DGpuService.cpp78 status_t GpuService::shellCommand(int /*in*/, int out, int err, in shellCommand() function in android::GpuService
/frameworks/base/core/java/android/os/
DIBinder.java227 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in shellCommand() method
DBinder.java570 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in shellCommand() method in Binder
790 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in shellCommand() method in BinderProxy
/frameworks/native/libs/binder/
DBinder.cpp65 status_t IBinder::shellCommand(const sp<IBinder>& target, int in, int out, int err, in shellCommand() function in android::IBinder