Home
last modified time | relevance | path

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

/aosp12/system/bt/include/hardware/avrcp/
H A Davrcp_common.h150 : attribute_(attribute), value_(value) {} in AttributeEntry()
152 AttributeEntry(const Attribute& attribute) : attribute_(attribute) {} in AttributeEntry()
156 Attribute attribute() const { return attribute_; } in attribute()
180 return attribute_ < rhs.attribute_;
184 Attribute attribute_;
/aosp12/frameworks/av/media/libmedia/include/media/
H A DEventMetric.h155 metric_->Record(ns2us(systemTime() - start_time_), attribute_); in ~EventTimer()
162 attribute_ = attribute; in SetAttribute()
171 AttributeType attribute_; variable
/aosp12/system/core/init/
H A Ddevices.h68 : Permissions(name, perm, uid, gid, no_fnm_pathname), attribute_(attribute) {} in SysfsPermissions()
74 const std::string attribute_;
H A Dueventd_parser_test.cpp45 EXPECT_EQ(expected.attribute_, test.attribute_); in TestSysfsPermissions()
H A Ddevices.cpp175 std::string attribute_file = path + "/" + attribute_; in SetPermissions()
/aosp12/system/core/libprocessgroup/
H A Dtask_profiles.h101 : attribute_(attribute), value_(value) {} in SetAttributeAction()
107 const ProfileAttribute* attribute_;
H A Dtask_profiles.cpp134 if (!attribute_->GetPathForTask(tid, &path)) { in ExecuteForTask()