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

/frameworks/base/core/java/com/android/internal/util/
H A DDumpUtils.java53 public static void dumpAsync(Handler handler, final Dump dump, PrintWriter pw, method in class:DumpUtils
/frameworks/base/core/java/android/os/
H A DIBinder.java224 public void dumpAsync(@NonNull FileDescriptor fd, @Nullable String[] args) method in interface:IBinder
H A DBinder.java593 public void dumpAsync(@NonNull final FileDescriptor fd, @Nullable final String[] args) { method in class:Binder
596 Thread thr = new Thread("Binder.dumpAsync") {
1157 public void dumpAsync(FileDescriptor fd, String[] args) throws RemoteException { method in class:BinderProxy
/frameworks/base/core/java/com/android/internal/os/
H A DTransferPipe.java89 public static void dumpAsync(IBinder binder, FileDescriptor out, String[] args) method in class:TransferPipe
102 public static byte[] dumpAsync(@NonNull IBinder binder, @Nullable String... args) method in class:TransferPipe
106 TransferPipe.dumpAsync(binder, pipe[1].getFileDescriptor(), args);
108 // Data is written completely when dumpAsync is done
172 binder.dumpAsync(tp.getWriteFd().getFileDescriptor(), args);

Completed in 97 milliseconds