/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() 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/ |
D | InputMapper.h | 33 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);
|
D | SingleTouchInputMapper.h | 28 const InputReaderConfiguration& readerConfig, 44 const InputReaderConfiguration& readerConfig);
|
D | SwitchInputMapper.h | 27 const InputReaderConfiguration& readerConfig, 42 const InputReaderConfiguration& readerConfig);
|
D | CursorInputMapper.h | 54 const InputReaderConfiguration& readerConfig, 62 const InputReaderConfiguration& readerConfig, 129 const InputReaderConfiguration& readerConfig);
|
D | MultiTouchInputMapper.h | 28 const InputReaderConfiguration& readerConfig, 46 const InputReaderConfiguration& readerConfig);
|
D | ExternalStylusInputMapper.h | 31 const InputReaderConfiguration& readerConfig, 52 const InputReaderConfiguration& readerConfig);
|
D | KeyboardInputMapper.h | 28 const InputReaderConfiguration& readerConfig, 87 const InputReaderConfiguration& readerConfig, uint32_t source); 106 std::optional<DisplayViewport> findViewport(const InputReaderConfiguration& readerConfig);
|
D | RotaryEncoderInputMapper.h | 31 const InputReaderConfiguration& readerConfig, 53 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 | 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, 74 const InputReaderConfiguration& readerConfig);
|
D | CursorInputMapper.cpp | 78 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()
|
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 | RotaryEncoderInputMapper.cpp | 31 const InputReaderConfiguration& readerConfig) in RotaryEncoderInputMapper() argument 32 : InputMapper(deviceContext, readerConfig), mOrientation(ui::ROTATION_0) { in RotaryEncoderInputMapper()
|
D | KeyboardInputMapper.cpp | 99 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()
|
D | MultiTouchInputMapper.cpp | 32 const InputReaderConfiguration& readerConfig) in MultiTouchInputMapper() argument 33 : TouchInputMapper(deviceContext, readerConfig) {} in MultiTouchInputMapper()
|
D | InputMapper.cpp | 31 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 | 89 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);
|