Lines Matching refs:mapper
905 InputMapper* mapper = mMappers[i]; in dump() local
906 mapper->dump(dump); in dump()
910 void InputDevice::addMapper(InputMapper* mapper) { in addMapper() argument
911 mMappers.add(mapper); in addMapper()
944 InputMapper* mapper = mMappers[i]; in configure() local
945 mapper->configure(when, config, changes); in configure()
946 mSources |= mapper->getSources(); in configure()
954 InputMapper* mapper = mMappers[i]; in reset() local
955 mapper->reset(when); in reset()
994 InputMapper* mapper = mMappers[i]; in process() local
995 mapper->process(rawEvent); in process()
1004 InputMapper* mapper = mMappers[i]; in timeoutExpired() local
1005 mapper->timeoutExpired(when); in timeoutExpired()
1015 InputMapper* mapper = mMappers[i]; in getDeviceInfo() local
1016 mapper->populateDeviceInfo(outDeviceInfo); in getDeviceInfo()
1036 InputMapper* mapper = mMappers[i]; in getState() local
1037 if (sourcesMatchMask(mapper->getSources(), sourceMask)) { in getState()
1040 int32_t currentResult = (mapper->*getStateFunc)(sourceMask, code); in getState()
1056 InputMapper* mapper = mMappers[i]; in markSupportedKeyCodes() local
1057 if (sourcesMatchMask(mapper->getSources(), sourceMask)) { in markSupportedKeyCodes()
1058 result |= mapper->markSupportedKeyCodes(sourceMask, numCodes, keyCodes, outFlags); in markSupportedKeyCodes()
1068 InputMapper* mapper = mMappers[i]; in vibrate() local
1069 mapper->vibrate(pattern, patternSize, repeat, token); in vibrate()
1076 InputMapper* mapper = mMappers[i]; in cancelVibrate() local
1077 mapper->cancelVibrate(token); in cancelVibrate()
1085 InputMapper* mapper = mMappers[i]; in getMetaState() local
1086 result |= mapper->getMetaState(); in getMetaState()
1094 InputMapper* mapper = mMappers[i]; in fadePointer() local
1095 mapper->fadePointer(); in fadePointer()