Lines Matching refs:mMappers
40 size_t numMappers = mMappers.size(); in ~InputDevice()
42 delete mMappers[i]; in ~InputDevice()
44 mMappers.clear(); in ~InputDevice()
106 size_t numMappers = mMappers.size(); in dump()
108 InputMapper* mapper = mMappers[i]; in dump()
114 mMappers.push_back(mapper); in addMapper()
166 for (InputMapper* mapper : mMappers) { in configure()
174 for (InputMapper* mapper : mMappers) { in reset()
211 for (InputMapper* mapper : mMappers) { in process()
220 for (InputMapper* mapper : mMappers) { in timeoutExpired()
226 for (InputMapper* mapper : mMappers) { in updateExternalStylusState()
234 for (InputMapper* mapper : mMappers) { in getDeviceInfo()
253 for (InputMapper* mapper : mMappers) { in getState()
271 for (InputMapper* mapper : mMappers) { in markSupportedKeyCodes()
281 for (InputMapper* mapper : mMappers) { in vibrate()
287 for (InputMapper* mapper : mMappers) { in cancelVibrate()
293 for (InputMapper* mapper : mMappers) { in cancelTouch()
300 for (InputMapper* mapper : mMappers) { in getMetaState()
307 for (InputMapper* mapper : mMappers) { in updateMetaState()
313 for (InputMapper* mapper : mMappers) { in fadePointer()
328 for (InputMapper* mapper : mMappers) { in getAssociatedDisplay()