Searched refs:binderAsInterface (Results 1 – 3 of 3) sorted by relevance
293 @UserIdInt int userId, @Nullable Function<IBinder, I> binderAsInterface) { in Impl() argument297 mBinderAsInterface = binderAsInterface; in Impl()355 protected I binderAsInterface(@NonNull IBinder service) { in binderAsInterface() method in ServiceConnector.Impl622 I service = binderAsInterface(binder); in onServiceConnected()
167 protected ICompanionDeviceService binderAsInterface(@NonNull IBinder service) { in binderAsInterface() method in CompanionServiceConnector
847 @Nullable Function<IBinder, ISandboxedDetectionService> binderAsInterface, in ServiceConnection() argument849 super(context, serviceIntent, bindingFlags, userId, binderAsInterface); in ServiceConnection()