Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/companion/java/com/android/server/companion/
H A DCompanionDeviceServiceConnector.java157 protected ICompanionDeviceService binderAsInterface(@NonNull IBinder service) { in binderAsInterface() method in CompanionDeviceServiceConnector
/aosp14/frameworks/base/core/java/com/android/internal/infra/
H A DServiceConnector.java293 @UserIdInt int userId, @Nullable Function<IBinder, I> binderAsInterface) { in Impl()
355 protected I binderAsInterface(@NonNull IBinder service) { in binderAsInterface() method in ServiceConnector.Impl
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DHotwordDetectionConnection.java725 @Nullable Function<IBinder, ISandboxedDetectionService> binderAsInterface, in ServiceConnection()