Home
last modified time | relevance | path

Searched defs:associatedDevice (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/companion/
DAssociationRequest.java347 public void setAssociatedDevice(AssociatedDevice associatedDevice) { in setAssociatedDevice()
630 AssociatedDevice associatedDevice = (flg & 0x40) == 0 ? null in AssociationRequest() local
DAssociationInfo.java96 @Nullable AssociatedDevice associatedDevice, boolean selfManaged, in AssociationInfo()
551 public Builder setAssociatedDevice(@Nullable AssociatedDevice associatedDevice) { in setAssociatedDevice()
/frameworks/base/services/companion/java/com/android/server/companion/association/
DAssociationRequestsProcessor.java284 @Nullable String deviceProfile, @Nullable AssociatedDevice associatedDevice, in createAssociation()
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h666 std::shared_ptr<const AssociatedDevice> associatedDevice; member
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1607 std::shared_ptr<const AssociatedDevice> associatedDevice = std::make_shared<AssociatedDevice>( in obtainAssociatedDeviceLocked() local