Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehiclePropertyStore.cpp243 for (const auto& updateValue : updatedValues) { in refreshTimestamps() local
246 updateValue.prop, updateValue.areaId); in refreshTimestamps()
254 for (const auto& updateValue : updatedValues) { in refreshTimestamps() local
255 onValueChangeCallback(updateValue); in refreshTimestamps()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmproperty.h61 void updateValue(const uint64_t value);
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmproperty.cpp200 void DrmProperty::updateValue(uint64_t value) { in updateValue() function in android::DrmProperty
Ddrmdevice.cpp515 property->updateValue(props->prop_values[i]); in UpdateObjectProperty()