Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:changes

368         uint32_t changes = mConfigurationChangesToRefresh;
369 if (changes) {
372 refreshConfigurationLocked(changes);
628 void InputReader::refreshConfigurationLocked(uint32_t changes) {
632 if (changes) {
633 ALOGI("Reconfiguring input devices. changes=0x%08x", changes);
636 if (changes & InputReaderConfiguration::CHANGE_MUST_REOPEN) {
641 device->configure(now, &mConfig, changes);
833 void InputReader::requestRefreshConfiguration(uint32_t changes) {
836 if (changes) {
838 mConfigurationChangesToRefresh |= changes;
1118 void InputDevice::configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) {
1122 if (!changes) { // first time only
1126 if (!changes || (changes & InputReaderConfiguration::CHANGE_KEYBOARD_LAYOUTS)) {
1136 if (!changes || (changes & InputReaderConfiguration::CHANGE_DEVICE_ALIAS)) {
1146 if (!changes || (changes & InputReaderConfiguration::CHANGE_ENABLED_STATE)) {
1155 mapper->configure(when, config, changes);
1995 const InputReaderConfiguration* config, uint32_t changes) {
2273 const InputReaderConfiguration* config, uint32_t changes) {
2274 InputMapper::configure(when, config, changes);
2276 if (!changes) { // first time only
2281 if (!changes || (changes & InputReaderConfiguration::CHANGE_DISPLAY_INFO)) {
2633 const InputReaderConfiguration* config, uint32_t changes) {
2634 InputMapper::configure(when, config, changes);
2636 if (!changes) { // first time only
2670 if ((!changes && config->pointerCapture)
2671 || (changes & InputReaderConfiguration::CHANGE_POINTER_CAPTURE)) {
2690 if (changes) {
2695 if (!changes || (changes & InputReaderConfiguration::CHANGE_POINTER_SPEED)) {
2701 if (!changes || (changes & InputReaderConfiguration::CHANGE_DISPLAY_INFO)) {
3016 const InputReaderConfiguration* config, uint32_t changes) {
3017 InputMapper::configure(when, config, changes);
3018 if (!changes) {
3021 if (!changes || (InputReaderConfiguration::CHANGE_DISPLAY_INFO)) {
3270 const InputReaderConfiguration* config, uint32_t changes) {
3271 InputMapper::configure(when, config, changes);
3275 if (!changes) { // first time only
3291 if (!changes || (changes & InputReaderConfiguration::CHANGE_TOUCH_AFFINE_TRANSFORMATION)) {
3296 if (!changes || (changes & InputReaderConfiguration::CHANGE_POINTER_SPEED)) {
3304 if (!changes || (changes & (InputReaderConfiguration::CHANGE_DISPLAY_INFO
3313 if (changes && resetNeeded) {
3895 // Inform the dispatcher about the changes.
4753 // No pointer id changes so this is a move event.
7040 const InputReaderConfiguration* config, uint32_t changes) {
7178 const InputReaderConfiguration* config, uint32_t changes) {
7179 InputMapper::configure(when, config, changes);
7181 if (!changes) { // first time only
7451 // Filter out small changes in value unless the value is converging on the axis