Home
last modified time | relevance | path

Searched refs:RemoteFunction (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Car/Radio/src/com/android/car/radio/util/
H A DRemote.java42 public interface RemoteFunction<V> { interface in Remote
52 public static <V> V exec(RemoteFunction<V> func) { in exec()
74 public static <V> void tryExec(RemoteFunction<V> func) { in tryExec()