Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/companion/
DAssociationRequest.java423 public void setAssociatedDevice(AssociatedDevice associatedDevice) { in setAssociatedDevice()
767 AssociatedDevice associatedDevice = (flg & 0x40) == 0 ? null in AssociationRequest() local
DAssociationInfo.java101 @Nullable String deviceProfile, @Nullable AssociatedDevice associatedDevice, in AssociationInfo()
608 public Builder setAssociatedDevice(@Nullable AssociatedDevice associatedDevice) { in setAssociatedDevice()
/frameworks/base/services/companion/java/com/android/server/companion/association/
DAssociationRequestsProcessor.java306 @Nullable String deviceProfile, @Nullable AssociatedDevice associatedDevice, in createAssociation()
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h682 std::shared_ptr<const AssociatedDevice> associatedDevice; member
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1629 std::shared_ptr<const AssociatedDevice> associatedDevice; in obtainAssociatedDeviceLocked() local