Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/infra/
H A DServiceConnector.java255 @UserIdInt int userId, @Nullable Function<IBinder, I> binderAsInterface) { in Impl() argument
259 mBinderAsInterface = binderAsInterface; in Impl()
317 protected I binderAsInterface(@NonNull IBinder service) { in binderAsInterface() method in ServiceConnector.Impl
555 I service = binderAsInterface(binder); in onServiceConnected()
/aosp12/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DHotwordDetectionConnection.java789 @Nullable Function<IBinder, IHotwordDetectionService> binderAsInterface, in ServiceConnection() argument
791 super(context, intent, bindingFlags, userId, binderAsInterface); in ServiceConnection()