Home
last modified time | relevance | path

Searched refs:constructAndAddMapper (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp3067 SwitchInputMapper& mapper = constructAndAddMapper<SwitchInputMapper>(); in TEST_F()
3073 SwitchInputMapper& mapper = constructAndAddMapper<SwitchInputMapper>(); in TEST_F()
3083 SwitchInputMapper& mapper = constructAndAddMapper<SwitchInputMapper>(); in TEST_F()
3109 VibratorInputMapper& mapper = constructAndAddMapper<VibratorInputMapper>(); in TEST_F()
3115 VibratorInputMapper& mapper = constructAndAddMapper<VibratorInputMapper>(); in TEST_F()
3123 VibratorInputMapper& mapper = constructAndAddMapper<VibratorInputMapper>(); in TEST_F()
3248 SensorInputMapper& mapper = constructAndAddMapper<SensorInputMapper>(); in TEST_F()
3256 SensorInputMapper& mapper = constructAndAddMapper<SensorInputMapper>(); in TEST_F()
3286 SensorInputMapper& mapper = constructAndAddMapper<SensorInputMapper>(); in TEST_F()
3361 constructAndAddMapper<KeyboardInputMapper>(AINPUT_SOURCE_KEYBOARD); in TEST_F()
[all …]
DInputMapperTest.h121 T& constructAndAddMapper(Args... args) { in constructAndAddMapper() function
127 return mDevice->constructAndAddMapper<T>(EVENTHUB_ID, mFakePolicy->getReaderConfiguration(), in constructAndAddMapper()
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h373 return device.template constructAndAddMapper<T>(eventhubId, args...); in getMapperForDevice()
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h160 T& constructAndAddMapper(int32_t eventHubId, Args... args) { in constructAndAddMapper() function