Home
last modified time | relevance | path

Searched refs:hasEventHubDevices (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h58 inline bool hasEventHubDevices() const { return !mDevices.empty(); } in hasEventHubDevices() function
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputDevice.cpp55 if (!hasEventHubDevices()) { in isEnabled()
H A DInputReader.cpp271 if (device->hasEventHubDevices()) { in removeDeviceLocked()