Home
last modified time | relevance | path

Searched defs: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()
317 protected I binderAsInterface(@NonNull IBinder service) { in binderAsInterface() method in ServiceConnector.Impl
/aosp12/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DHotwordDetectionConnection.java789 @Nullable Function<IBinder, IHotwordDetectionService> binderAsInterface, in ServiceConnection()