Home
last modified time | relevance | path

Searched refs:readerConfig (Results 1 – 25 of 30) 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()
185 nsecs_t when, int32_t eventHubId, const InputReaderConfiguration& readerConfig) { in addEventHubDevice() argument
195 std::list<NotifyArgs> out = configureInternal(when, readerConfig, {}, /*forceEnable=*/true); in addEventHubDevice()
198 devicePair.second = createMappers(*devicePair.first, readerConfig); in addEventHubDevice()
218 const InputReaderConfiguration& readerConfig, in configure() argument
220 return configureInternal(when, readerConfig, changes); in configure()
223 const InputReaderConfiguration& readerConfig, in configureInternal() argument
270 getValueByKey(readerConfig.deviceTypeAssociations, mIdentifier.location); in configureInternal()
296 readerConfig.inputPortToDisplayPortAssociations; in configureInternal()
[all …]
/frameworks/native/services/inputflinger/reader/mapper/
DRotaryEncoderInputMapper.h31 const InputReaderConfiguration& readerConfig,
72 const InputReaderConfiguration& readerConfig);
76 const InputReaderConfiguration& readerConfig,
DInputMapper.h35 const InputReaderConfiguration& readerConfig, Args... args) { in createInputMapper() argument
37 std::unique_ptr<T> mapper(new T(deviceContext, readerConfig, args...)); in createInputMapper()
41 unused += mapper->reconfigure(now, readerConfig, /*changes=*/{}); in createInputMapper()
64 const InputReaderConfiguration& readerConfig,
129 const InputReaderConfiguration& readerConfig);
DSingleTouchInputMapper.h28 const InputReaderConfiguration& readerConfig,
44 const InputReaderConfiguration& readerConfig);
DCursorInputMapper.h51 const InputReaderConfiguration& readerConfig,
59 const InputReaderConfiguration& readerConfig,
126 const InputReaderConfiguration& readerConfig);
DSwitchInputMapper.h27 const InputReaderConfiguration& readerConfig,
42 const InputReaderConfiguration& readerConfig);
DMultiTouchInputMapper.h28 const InputReaderConfiguration& readerConfig,
46 const InputReaderConfiguration& readerConfig);
DExternalStylusInputMapper.h33 const InputReaderConfiguration& readerConfig,
54 const InputReaderConfiguration& readerConfig);
DRotaryEncoderInputMapper.cpp39 const InputReaderConfiguration& readerConfig) in RotaryEncoderInputMapper() argument
40 : RotaryEncoderInputMapper(deviceContext, readerConfig, in RotaryEncoderInputMapper()
44 InputDeviceContext& deviceContext, const InputReaderConfiguration& readerConfig, in RotaryEncoderInputMapper() argument
46 : InputMapper(deviceContext, readerConfig), in RotaryEncoderInputMapper()
DKeyboardInputMapper.h30 const InputReaderConfiguration& readerConfig,
95 const InputReaderConfiguration& readerConfig, uint32_t source);
114 std::optional<DisplayViewport> findViewport(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);
DCursorInputMapper.cpp76 const InputReaderConfiguration& readerConfig) in CursorInputMapper() argument
77 : InputMapper(deviceContext, readerConfig), in CursorInputMapper()
138 const InputReaderConfiguration& readerConfig, in reconfigure() argument
140 std::list<NotifyArgs> out = InputMapper::reconfigure(when, readerConfig, changes); in reconfigure()
150 configureOnPointerCapture(readerConfig); in reconfigure()
156 configureOnChangeDisplayInfo(readerConfig); in reconfigure()
162 configureOnChangePointerSpeed(readerConfig); in reconfigure()
166 configureOnChangeMouseSettings(readerConfig); in reconfigure()
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,
78 const InputReaderConfiguration& readerConfig);
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);
DKeyboardInputMapper.cpp99 const InputReaderConfiguration& readerConfig, in KeyboardInputMapper() argument
101 : InputMapper(deviceContext, readerConfig), mMapperSource(source) {} in KeyboardInputMapper()
160 const InputReaderConfiguration& readerConfig) { in findViewport() argument
167 return readerConfig.getDisplayViewportByType(ViewportType::INTERNAL); in findViewport()
DMultiTouchInputMapper.cpp32 const InputReaderConfiguration& readerConfig) in MultiTouchInputMapper() argument
33 : TouchInputMapper(deviceContext, readerConfig) {} in MultiTouchInputMapper()
DInputMapper.cpp32 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.h91 nsecs_t when, int32_t eventHubId, const InputReaderConfiguration& readerConfig);
94 const InputReaderConfiguration& readerConfig,
220 InputDeviceContext& contextPtr, const InputReaderConfiguration& readerConfig);
223 nsecs_t when, const InputReaderConfiguration& readerConfig,
227 nsecs_t when, const InputReaderConfiguration& readerConfig, bool forceEnable = false);

12