Home
last modified time | relevance | path

Searched refs:title_ (Results 1 – 5 of 5) sorted by relevance

/system/bt/service/common/bluetooth/
Davrcp_media_attr.h32 const std::string& title() const { return title_; } in title()
41 std::string title_;
Davrcp_media_attr.cc28 : title_(title), in AvrcpMediaAttr()
/system/bt/service/common/android/bluetooth/
Dbluetooth_avrcp_media_attr.cc31 parcel->writeString16(String16(title_.c_str(), title_.size())); in writeToParcel()
59 title_ = String8(title).string(); in readFromParcel()
/system/bt/gd/
Dmodule.h165 : module_registry_(module_registry), title_(title) {} in ModuleDumper()
170 const std::string title_; variable
Dmodule.cc141 auto title = builder.CreateString(title_); in DumpState()