Lines Matching refs:mMappers
991 size_t numMappers = mMappers.size(); in ~InputDevice()
993 delete mMappers[i]; in ~InputDevice()
995 mMappers.clear(); in ~InputDevice()
1056 size_t numMappers = mMappers.size(); in dump()
1058 InputMapper* mapper = mMappers[i]; in dump()
1064 mMappers.push_back(mapper); in addMapper()
1115 for (InputMapper* mapper : mMappers) { in configure()
1123 for (InputMapper* mapper : mMappers) { in reset()
1161 for (InputMapper* mapper : mMappers) { in process()
1170 for (InputMapper* mapper : mMappers) { in timeoutExpired()
1176 for (InputMapper* mapper : mMappers) { in updateExternalStylusState()
1184 for (InputMapper* mapper : mMappers) { in getDeviceInfo()
1203 for (InputMapper* mapper : mMappers) { in getState()
1221 for (InputMapper* mapper : mMappers) { in markSupportedKeyCodes()
1231 for (InputMapper* mapper : mMappers) { in vibrate()
1237 for (InputMapper* mapper : mMappers) { in cancelVibrate()
1243 for (InputMapper* mapper : mMappers) { in cancelTouch()
1250 for (InputMapper* mapper : mMappers) { in getMetaState()
1257 for (InputMapper* mapper : mMappers) { in updateMetaState()
1263 for (InputMapper* mapper : mMappers) { in fadePointer()
1278 for (InputMapper* mapper : mMappers) { in getAssociatedDisplay()