Home | History | Annotate | Download | only in am

Lines Matching refs:go

52         void go(IInterface iface, FileDescriptor fd, String prefix,
73 static void go(Caller caller, IInterface iface, FileDescriptor out,
75 go(caller, iface, out, prefix, args, DEFAULT_TIMEOUT);
78 static void go(Caller caller, IInterface iface, FileDescriptor out,
83 caller.go(iface, out, prefix, args);
91 caller.go(iface, tp.getWriteFd().getFileDescriptor(), prefix, args);
92 tp.go(out, timeout);
117 tp.go(out, timeout);
123 void go(FileDescriptor out) throws IOException {
124 go(out, DEFAULT_TIMEOUT);
127 void go(FileDescriptor out, long timeout) throws IOException {