Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DEventHub.cpp371 associatedDevice(nullptr), in Device()
1057 if (device == nullptr || !device->associatedDevice) { in getBatteryInfoLocked()
1060 return device->associatedDevice->batteryInfos; in getBatteryInfoLocked()
1093 if (device == nullptr || !device->associatedDevice) { in getLightInfoLocked()
1096 return device->associatedDevice->lightInfos; in getLightInfoLocked()
2037 std::shared_ptr<AssociatedDevice> associatedDevice; in openDeviceLocked() local
2040 !dev->associatedDevice) { in openDeviceLocked()
2041 associatedDevice = dev->associatedDevice; in openDeviceLocked()
2044 if (!associatedDevice) { in openDeviceLocked()
2045 associatedDevice = std::make_shared<AssociatedDevice>(sysfsRootPath.value()); in openDeviceLocked()
[all …]
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h585 std::shared_ptr<AssociatedDevice> associatedDevice; member