Searched defs:func (Results 1 – 3 of 3) sorted by relevance
52 public static <V> V exec(RemoteFunction<V> func) { in exec()63 public static void exec(RemoteVoidFunction func) { in exec()74 public static <V> void tryExec(RemoteFunction<V> func) { in tryExec()85 public static void tryExec(RemoteVoidFunction func) { in tryExec()
207 final T args, final PipeDataWriter<T> func) throws FileNotFoundException { in openPipeHelper()
368 final Bundle opts, final T args, final PipeDataReader<T> func) in openInversePipeHelper()