Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/infra/
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
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DHotwordDetectionConnection.java791 @Nullable Function<IBinder, IHotwordDetectionService> binderAsInterface, in ServiceConnection()