Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h80 inline bool isIgnored() { return !getMapperCount() && !mController; } in isIgnored()
140 size_t getMapperCount();
/frameworks/native/services/inputflinger/tests/
DInterfaceMocks.h268 MOCK_METHOD(size_t, getMapperCount, (), ());
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp720 size_t InputDevice::getMapperCount() { in getMapperCount() function in android::InputDevice