Searched refs:attributes_ (Results 1 – 9 of 9) sorted by relevance
/system/tools/aidl/ |
D | ast_cpp.cpp | 48 : name_(name), parent_(parent), attributes_(attributes), template_params_(template_params) {} in ClassDecl() 57 attributes_(attributes), in ClassDecl() 67 if (!attributes_.empty()) { in Write() 68 to->Write(" %s", attributes_.c_str()); in Write() 106 : enum_name_(name), underlying_type_(base_type), attributes_(attributes), is_class_(is_class) {} in Enum() 113 if (!attributes_.empty()) { in Write() 114 to->Write("%s ", attributes_.c_str()); in Write() 213 attributes_(attributes), in MethodDecl() 241 if (!attributes_.empty()) to->Write(" %s", attributes_.c_str()); in Write()
|
D | ast_cpp.h | 83 std::string attributes_; variable 111 std::string attributes_; variable 189 const std::string attributes_; variable
|
/system/core/libprocessgroup/ |
D | task_profiles.cpp | 443 auto iter = attributes_.find(name); in Load() 444 if (iter == attributes_.end()) { in Load() 445 attributes_[name] = std::make_unique<ProfileAttribute>(controller, file_attr); in Load() 491 auto iter = attributes_.find(attr_name); in Load() 492 if (iter != attributes_.end()) { in Load() 589 auto iter = attributes_.find(name); in GetAttribute() 591 if (iter != attributes_.end()) { in GetAttribute()
|
D | task_profiles.h | 202 std::map<std::string, std::unique_ptr<ProfileAttribute>> attributes_; variable
|
/system/bt/include/hardware/avrcp/ |
D | avrcp_common.h | 259 std::set<AttributeEntry> attributes_; member 272 attributes_.insert(val); in MediaElementItem() 288 for (const auto& entry : attributes_) { in size()
|
/system/core/fs_mgr/liblp/include/liblp/ |
D | builder.h | 144 uint32_t attributes() const { return attributes_; } in attributes() 145 void set_attributes(uint32_t attributes) { attributes_ = attributes; } in set_attributes() 162 uint32_t attributes_; variable
|
/system/bt/packet/avrcp/ |
D | get_folder_items.cc | 216 AddPayloadOctets1(pkt, (uint8_t)item.attributes_.size()); in PushMediaElementItem() 217 for (const auto& entry : item.attributes_) { in PushMediaElementItem()
|
/system/bt/profile/avrcp/ |
D | device.cc | 1219 song_item.attributes_ = std::move(song.attributes); in GetVFSListResponse() 1221 song_item.attributes_ = in GetVFSListResponse() 1261 item.attributes_ = std::move(song.attributes); in GetNowPlayingListResponse() 1263 item.attributes_ = in GetNowPlayingListResponse()
|
/system/core/fs_mgr/liblp/ |
D | builder.cpp | 99 : name_(name), group_name_(group_name), attributes_(attributes), size_(0) {} in Partition() 150 Partition p(name_, group_name_, attributes_); in GetBeginningExtents()
|