Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h69 inline bool isIgnored() { return !getMapperCount(); } in isIgnored()
121 size_t getMapperCount();
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputDevice.cpp586 size_t InputDevice::getMapperCount() { in getMapperCount() function in android::InputDevice