/frameworks/native/services/inputflinger/reader/ |
D | InputDevice.cpp | 70 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/ |
D | RotaryEncoderInputMapper.h | 31 const InputReaderConfiguration& readerConfig, 72 const InputReaderConfiguration& readerConfig); 76 const InputReaderConfiguration& readerConfig,
|
D | InputMapper.h | 35 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);
|
D | SingleTouchInputMapper.h | 28 const InputReaderConfiguration& readerConfig, 44 const InputReaderConfiguration& readerConfig);
|
D | CursorInputMapper.h | 51 const InputReaderConfiguration& readerConfig, 59 const InputReaderConfiguration& readerConfig, 126 const InputReaderConfiguration& readerConfig);
|
D | SwitchInputMapper.h | 27 const InputReaderConfiguration& readerConfig, 42 const InputReaderConfiguration& readerConfig);
|
D | MultiTouchInputMapper.h | 28 const InputReaderConfiguration& readerConfig, 46 const InputReaderConfiguration& readerConfig);
|
D | ExternalStylusInputMapper.h | 33 const InputReaderConfiguration& readerConfig, 54 const InputReaderConfiguration& readerConfig);
|
D | RotaryEncoderInputMapper.cpp | 39 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()
|
D | KeyboardInputMapper.h | 30 const InputReaderConfiguration& readerConfig, 95 const InputReaderConfiguration& readerConfig, uint32_t source); 114 std::optional<DisplayViewport> findViewport(const InputReaderConfiguration& readerConfig);
|
D | SwitchInputMapper.cpp | 24 const InputReaderConfiguration& readerConfig) in SwitchInputMapper() argument 25 : InputMapper(deviceContext, readerConfig), mSwitchValues(0), mUpdatedSwitchMask(0) {} in SwitchInputMapper()
|
D | VibratorInputMapper.h | 27 const InputReaderConfiguration& readerConfig, 52 const InputReaderConfiguration& readerConfig);
|
D | CursorInputMapper.cpp | 76 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()
|
D | ExternalStylusInputMapper.cpp | 27 const InputReaderConfiguration& readerConfig) in ExternalStylusInputMapper() argument 28 : InputMapper(deviceContext, readerConfig), mTouchButtonAccumulator(deviceContext) {} in ExternalStylusInputMapper()
|
D | SingleTouchInputMapper.cpp | 22 const InputReaderConfiguration& readerConfig) in SingleTouchInputMapper() argument 23 : TouchInputMapper(deviceContext, readerConfig) {} in SingleTouchInputMapper()
|
D | TouchpadInputMapper.h | 47 const InputReaderConfiguration& readerConfig, 78 const InputReaderConfiguration& readerConfig);
|
D | JoystickInputMapper.h | 27 const InputReaderConfiguration& readerConfig, 93 const InputReaderConfiguration& readerConfig);
|
D | VibratorInputMapper.cpp | 24 const InputReaderConfiguration& readerConfig) in VibratorInputMapper() argument 25 : InputMapper(deviceContext, readerConfig), mVibrating(false), mSequence(0) {} in VibratorInputMapper()
|
D | SensorInputMapper.h | 32 const InputReaderConfiguration& readerConfig, 112 const InputReaderConfiguration& readerConfig);
|
D | KeyboardInputMapper.cpp | 99 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()
|
D | MultiTouchInputMapper.cpp | 32 const InputReaderConfiguration& readerConfig) in MultiTouchInputMapper() argument 33 : TouchInputMapper(deviceContext, readerConfig) {} in MultiTouchInputMapper()
|
D | InputMapper.cpp | 32 const InputReaderConfiguration& readerConfig) in InputMapper() argument
|
D | JoystickInputMapper.cpp | 24 const InputReaderConfiguration& readerConfig) in JoystickInputMapper() argument 25 : InputMapper(deviceContext, readerConfig) {} in JoystickInputMapper()
|
D | SensorInputMapper.cpp | 56 const InputReaderConfiguration& readerConfig) in SensorInputMapper() argument 57 : InputMapper(deviceContext, readerConfig) {} in SensorInputMapper()
|
/frameworks/native/services/inputflinger/reader/include/ |
D | InputDevice.h | 91 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);
|