Home
last modified time | relevance | path

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

/frameworks/base/services/companion/java/com/android/server/companion/devicepresence/
DCompanionServiceConnector.java167 protected ICompanionDeviceService binderAsInterface(@NonNull IBinder service) { in binderAsInterface() method in CompanionServiceConnector
/frameworks/base/core/java/com/android/internal/infra/
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
/frameworks/libs/modules-utils/java/com/android/modules/utils/
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
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DHotwordDetectionConnection.java856 @Nullable Function<IBinder, ISandboxedDetectionService> binderAsInterface, in ServiceConnection()