Searched refs:newValue (Results 1 – 3 of 3) sorted by relevance
40 uint8_t newValue = value ? (byte | (1 << bitIndex)) : (byte & ~(1 << bitIndex)); in set() local41 mStorage[byteIndex] = newValue; in set()
678 std::shared_ptr<C2Param> newValue = param->value(); in config() local679 C2_CHECK_EQ(oldValue == newValue, *oldValue == *newValue); in config()
10849 bool newValue = (value > 0)? true : false; in setRecordingHintValue() local10851 if ( m_bRecordingHint != newValue ) { in setRecordingHintValue()10853 m_bRecordingHint_new = newValue; in setRecordingHintValue()