Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehiclePropertyStore.cpp113 bool valueUpdated = true; in writeValue() local
157 valueUpdated = (valueToUpdate->value != propValue->value || in writeValue()
180 if (eventMode == EventMode::ALWAYS || valueUpdated) { in writeValue()