Searched refs:for_each_mapper (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/inputflinger/reader/ |
D | InputDevice.cpp | 126 for_each_mapper([&dump](InputMapper& mapper) { mapper.dump(dump); }); in dump() 310 for_each_mapper([this, when, config, changes](InputMapper& mapper) { in configure() 324 for_each_mapper([when](InputMapper& mapper) { mapper.reset(when); }); in reset() 368 for_each_mapper([when](InputMapper& mapper) { mapper.timeoutExpired(when); }); in timeoutExpired() 372 for_each_mapper([state](InputMapper& mapper) { mapper.updateExternalStylusState(state); }); in updateExternalStylusState() 378 for_each_mapper( in getDeviceInfo() 419 for_each_mapper([&result, sourceMask, numCodes, keyCodes, outFlags](InputMapper& mapper) { in markSupportedKeyCodes() 429 for_each_mapper([pattern, patternSize, repeat, token](InputMapper& mapper) { in vibrate() 435 for_each_mapper([token](InputMapper& mapper) { mapper.cancelVibrate(token); }); in cancelVibrate() 439 for_each_mapper([when](InputMapper& mapper) { mapper.cancelTouch(when); }); in cancelTouch() [all …]
|
/frameworks/native/services/inputflinger/reader/include/ |
D | InputDevice.h | 145 inline void for_each_mapper(std::function<void(InputMapper&)> f) { in for_each_mapper() function
|