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