Home
last modified time | relevance | path

Searched defs:AssociatedDevice (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/companion/
DAssociatedDevice.java36 public final class AssociatedDevice implements Parcelable { class
44 public AssociatedDevice(@NonNull Parcelable device) { in AssociatedDevice() method in AssociatedDevice
48 private AssociatedDevice(Parcel in) { in AssociatedDevice() method in AssociatedDevice
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h617 struct AssociatedDevice { struct
625 bool operator==(const AssociatedDevice&) const = default; argument