Home
last modified time | relevance | path

Searched refs:newValue (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DObd2SensorStore.cpp40 uint8_t newValue = value ? (byte | (1 << bitIndex)) : (byte & ~(1 << bitIndex)); in set() local
41 mStorage[byteIndex] = newValue; in set()
/hardware/google/av/codec2/vndk/util/
DC2InterfaceHelper.cpp678 std::shared_ptr<C2Param> newValue = param->value(); in config() local
679 C2_CHECK_EQ(oldValue == newValue, *oldValue == *newValue); in config()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp10849 bool newValue = (value > 0)? true : false; in setRecordingHintValue() local
10851 if ( m_bRecordingHint != newValue ) { in setRecordingHintValue()
10853 m_bRecordingHint_new = newValue; in setRecordingHintValue()