Home | History | Annotate | Download | only in DisplayHardware

Lines Matching full:newvalue

527         const int32_t newValue = enabled ? eventBit : 0;
529 if (newValue != oldValue) {
534 events = (events & ~eventBit) | newValue;