Home
last modified time | relevance | path

Searched defs:dumpAsync (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DTransferPipe.java89 public static void dumpAsync(IBinder binder, FileDescriptor out, String[] args) in dumpAsync() method in TransferPipe
102 public static byte[] dumpAsync(@NonNull IBinder binder, @Nullable String... args) in dumpAsync() method in TransferPipe
/frameworks/base/core/java/android/os/
DIBinder.java226 public void dumpAsync(@NonNull FileDescriptor fd, @Nullable String[] args) in dumpAsync() method
DBinderProxy.java577 public void dumpAsync(FileDescriptor fd, String[] args) throws RemoteException { in dumpAsync() method in BinderProxy
DBinder.java857 public void dumpAsync(@NonNull final FileDescriptor fd, @Nullable final String[] args) { in dumpAsync() method in Binder
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBinderDeathDispatcherTest.java75 public void dumpAsync(FileDescriptor fd, String[] args) throws RemoteException { in dumpAsync() method in BinderDeathDispatcherTest.MyTarget
/frameworks/base/core/java/com/android/internal/util/
DDumpUtils.java62 public static void dumpAsync(Handler handler, final Dump dump, PrintWriter pw, in dumpAsync() method in DumpUtils