Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp1007 size_t numMappers = mMappers.size(); in ~InputDevice()
1009 delete mMappers[i]; in ~InputDevice()
1011 mMappers.clear(); in ~InputDevice()
1046 size_t numMappers = mMappers.size(); in dump()
1048 InputMapper* mapper = mMappers[i]; in dump()
1054 mMappers.add(mapper); in addMapper()
1085 size_t numMappers = mMappers.size(); in configure()
1087 InputMapper* mapper = mMappers[i]; in configure()
1095 size_t numMappers = mMappers.size(); in reset()
1097 InputMapper* mapper = mMappers[i]; in reset()
[all …]
DInputReader.h553 inline bool isIgnored() { return mMappers.isEmpty(); } in isIgnored()
614 Vector<InputMapper*> mMappers; variable