Searched refs:binderAsInterface (Results 1 – 2 of 2) sorted by relevance
255 @UserIdInt int userId, @Nullable Function<IBinder, I> binderAsInterface) { in Impl() argument259 mBinderAsInterface = binderAsInterface; in Impl()317 protected I binderAsInterface(@NonNull IBinder service) { in binderAsInterface() method in ServiceConnector.Impl555 I service = binderAsInterface(binder); in onServiceConnected()
789 @Nullable Function<IBinder, IHotwordDetectionService> binderAsInterface, in ServiceConnection() argument791 super(context, intent, bindingFlags, userId, binderAsInterface); in ServiceConnection()