Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DEventHub.h531 struct AssociatedDevice { struct
541 explicit AssociatedDevice(std::filesystem::path sysfsRootPath) in AssociatedDevice() argument
578 std::shared_ptr<AssociatedDevice> associatedDevice;
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp559 bool EventHub::AssociatedDevice::configureBatteryLocked() { in configureBatteryLocked()
585 bool EventHub::AssociatedDevice::configureLightsLocked() { in configureLightsLocked()
1955 std::shared_ptr<AssociatedDevice> associatedDevice; in openDeviceLocked()
1963 associatedDevice = std::make_shared<AssociatedDevice>(sysfsRootPath.value()); in openDeviceLocked()