Home
last modified time | relevance | path

Searched defs:AssociatedDevice (Results 1 – 3 of 3) 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.h630 struct AssociatedDevice { struct
641 bool operator==(const AssociatedDevice&) const = default; argument
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1662 EventHub::AssociatedDevice::AssociatedDevice(const std::filesystem::path& sysfsRootPath, in AssociatedDevice() function in android::EventHub::AssociatedDevice