Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareShellCommand.java40 public void register(String command, DelegatedShellCommand shellCommand) { in register()
/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.java239 public void shellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in shellCommand() method
DBinder.java590 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/
DBinder.cpp65 status_t IBinder::shellCommand(const sp<IBinder>& target, int in, int out, int err, in shellCommand() function in android::IBinder