Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h64 inline bool isIgnored() { return !getMapperCount(); } in isIgnored()
100 size_t getMapperCount();
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp473 size_t InputDevice::getMapperCount() { in getMapperCount() function in android::InputDevice