Home | History | Annotate | Download | only in DisplayHardware

Lines Matching full:newvalue

549         const int32_t newValue = enabled ? eventBit : 0;
551 if (newValue != oldValue) {
556 events = (events & ~eventBit) | newValue;