Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmproperty.h60 bool validateChange(uint64_t value) const;
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmproperty.cpp166 bool DrmProperty::validateChange(uint64_t value) const { in validateChange() function in android::DrmProperty
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.cpp2454 if (property.id() && property.validateChange(value)) { in atomicAddProperty()