Lines Matching refs:DrmProperty
35 DrmProperty::DrmPropertyEnum::DrmPropertyEnum(drm_mode_property_enum *e) in DrmPropertyEnum()
39 DrmProperty::DrmPropertyEnum::~DrmPropertyEnum() { in ~DrmPropertyEnum()
42 DrmProperty::DrmProperty(drmModePropertyPtr p, uint64_t value) in DrmProperty() function in android::DrmProperty
47 void DrmProperty::init(drmModePropertyPtr p, uint64_t value) { in init()
71 uint32_t DrmProperty::id() const { in id()
75 std::string DrmProperty::name() const { in name()
79 std::tuple<int, uint64_t> DrmProperty::value() const { in value()
107 void DrmProperty::printProperty() const in printProperty()
122 bool DrmProperty::isImmutable() const { in isImmutable()
126 bool DrmProperty::isRange() const { in isRange()
130 bool DrmProperty::isSignedRange() const { in isSignedRange()
134 bool DrmProperty::isBitmask() const { in isBitmask()
138 std::tuple<int, uint64_t> DrmProperty::rangeMin() const { in rangeMin()
147 std::tuple<int, uint64_t> DrmProperty::rangeMax() const { in rangeMax()
156 std::tuple<uint64_t, int> DrmProperty::getEnumValueWithName(std::string name) const { in getEnumValueWithName()
166 bool DrmProperty::validateChange(uint64_t value) const { in validateChange()
200 void DrmProperty::updateValue(uint64_t value) { in updateValue()
215 void DrmEnumParser::parseEnums(const DrmProperty &property, in parseEnums()