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.java82 @Nullable String deviceProfile, @Nullable AssociatedDevice associatedDevice, in AssociationInfo()
/frameworks/base/services/companion/java/com/android/server/companion/
DAssociationRequestsProcessor.java274 @Nullable String deviceProfile, @Nullable AssociatedDevice associatedDevice, in createAssociation()
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h625 std::shared_ptr<const AssociatedDevice> associatedDevice; member
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1515 std::shared_ptr<const AssociatedDevice> associatedDevice = std::make_shared<AssociatedDevice>( in obtainAssociatedDeviceLocked() local