Home
last modified time | relevance | path

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

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