Home
last modified time | relevance | path

Searched refs:readerConfig (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp70 const InputReaderConfiguration& readerConfig, in updateEnableState() argument
76 enable = readerConfig.disabledDevices.find(mId) == readerConfig.disabledDevices.end(); in updateEnableState()
183 nsecs_t when, int32_t eventHubId, const InputReaderConfiguration& readerConfig) { in addEventHubDevice() argument
193 std::list<NotifyArgs> out = configureInternal(when, readerConfig, {}, /*forceEnable=*/true); in addEventHubDevice()
196 devicePair.second = createMappers(*devicePair.first, readerConfig); in addEventHubDevice()
212 const InputReaderConfiguration& readerConfig, in configure() argument
214 return configureInternal(when, readerConfig, changes); in configure()
217 const InputReaderConfiguration& readerConfig, in configureInternal() argument
264 getValueByKey(readerConfig.deviceTypeAssociations, mIdentifier.location); in configureInternal()
290 readerConfig.inputPortToDisplayPortAssociations; in configureInternal()
[all …]
/frameworks/native/services/inputflinger/reader/mapper/
DInputMapper.h33 const InputReaderConfiguration& readerConfig, Args... args) { in createInputMapper() argument
35 std::unique_ptr<T> mapper(new T(deviceContext, readerConfig, args...)); in createInputMapper()
39 unused += mapper->reconfigure(now, readerConfig, /*changes=*/{}); in createInputMapper()
62 const InputReaderConfiguration& readerConfig,
127 const InputReaderConfiguration& readerConfig);
DSingleTouchInputMapper.h28 const InputReaderConfiguration& readerConfig,
44 const InputReaderConfiguration& readerConfig);
DSwitchInputMapper.h27 const InputReaderConfiguration& readerConfig,
42 const InputReaderConfiguration& readerConfig);
DCursorInputMapper.h54 const InputReaderConfiguration& readerConfig,
62 const InputReaderConfiguration& readerConfig,
129 const InputReaderConfiguration& readerConfig);
DMultiTouchInputMapper.h28 const InputReaderConfiguration& readerConfig,
46 const InputReaderConfiguration& readerConfig);
DExternalStylusInputMapper.h31 const InputReaderConfiguration& readerConfig,
52 const InputReaderConfiguration& readerConfig);
DKeyboardInputMapper.h28 const InputReaderConfiguration& readerConfig,
87 const InputReaderConfiguration& readerConfig, uint32_t source);
106 std::optional<DisplayViewport> findViewport(const InputReaderConfiguration& readerConfig);
DRotaryEncoderInputMapper.h31 const InputReaderConfiguration& readerConfig,
53 const InputReaderConfiguration& readerConfig);
DSwitchInputMapper.cpp24 const InputReaderConfiguration& readerConfig) in SwitchInputMapper() argument
25 : InputMapper(deviceContext, readerConfig), mSwitchValues(0), mUpdatedSwitchMask(0) {} in SwitchInputMapper()
DVibratorInputMapper.h27 const InputReaderConfiguration& readerConfig,
52 const InputReaderConfiguration& readerConfig);
DExternalStylusInputMapper.cpp27 const InputReaderConfiguration& readerConfig) in ExternalStylusInputMapper() argument
28 : InputMapper(deviceContext, readerConfig), mTouchButtonAccumulator(deviceContext) {} in ExternalStylusInputMapper()
DSingleTouchInputMapper.cpp22 const InputReaderConfiguration& readerConfig) in SingleTouchInputMapper() argument
23 : TouchInputMapper(deviceContext, readerConfig) {} in SingleTouchInputMapper()
DTouchpadInputMapper.h47 const InputReaderConfiguration& readerConfig,
74 const InputReaderConfiguration& readerConfig);
DCursorInputMapper.cpp78 const InputReaderConfiguration& readerConfig) in CursorInputMapper() argument
79 : InputMapper(deviceContext, readerConfig), in CursorInputMapper()
141 const InputReaderConfiguration& readerConfig, in reconfigure() argument
143 std::list<NotifyArgs> out = InputMapper::reconfigure(when, readerConfig, changes); in reconfigure()
153 configureOnPointerCapture(readerConfig); in reconfigure()
159 configureOnChangeDisplayInfo(readerConfig); in reconfigure()
165 configureOnChangePointerSpeed(readerConfig); in reconfigure()
DJoystickInputMapper.h27 const InputReaderConfiguration& readerConfig,
93 const InputReaderConfiguration& readerConfig);
DVibratorInputMapper.cpp24 const InputReaderConfiguration& readerConfig) in VibratorInputMapper() argument
25 : InputMapper(deviceContext, readerConfig), mVibrating(false), mSequence(0) {} in VibratorInputMapper()
DSensorInputMapper.h32 const InputReaderConfiguration& readerConfig,
112 const InputReaderConfiguration& readerConfig);
DRotaryEncoderInputMapper.cpp31 const InputReaderConfiguration& readerConfig) in RotaryEncoderInputMapper() argument
32 : InputMapper(deviceContext, readerConfig), mOrientation(ui::ROTATION_0) { in RotaryEncoderInputMapper()
DKeyboardInputMapper.cpp99 const InputReaderConfiguration& readerConfig, in KeyboardInputMapper() argument
101 : InputMapper(deviceContext, readerConfig), mSource(source) {} in KeyboardInputMapper()
158 const InputReaderConfiguration& readerConfig) { in findViewport() argument
165 return readerConfig.getDisplayViewportByType(ViewportType::INTERNAL); in findViewport()
DMultiTouchInputMapper.cpp32 const InputReaderConfiguration& readerConfig) in MultiTouchInputMapper() argument
33 : TouchInputMapper(deviceContext, readerConfig) {} in MultiTouchInputMapper()
DInputMapper.cpp31 const InputReaderConfiguration& readerConfig) in InputMapper() argument
DJoystickInputMapper.cpp24 const InputReaderConfiguration& readerConfig) in JoystickInputMapper() argument
25 : InputMapper(deviceContext, readerConfig) {} in JoystickInputMapper()
DSensorInputMapper.cpp56 const InputReaderConfiguration& readerConfig) in SensorInputMapper() argument
57 : InputMapper(deviceContext, readerConfig) {} in SensorInputMapper()
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h89 nsecs_t when, int32_t eventHubId, const InputReaderConfiguration& readerConfig);
92 const InputReaderConfiguration& readerConfig,
217 InputDeviceContext& contextPtr, const InputReaderConfiguration& readerConfig);
220 nsecs_t when, const InputReaderConfiguration& readerConfig,
224 nsecs_t when, const InputReaderConfiguration& readerConfig, bool forceEnable = false);

12