Home
last modified time | relevance | path

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

/system/bt/service/common/bluetooth/
Davrcp_media_attr.cc21 AvrcpMediaAttr::AvrcpMediaAttr() = default;
22 AvrcpMediaAttr::AvrcpMediaAttr(const AvrcpMediaAttr& other) = default;
23 AvrcpMediaAttr::AvrcpMediaAttr(const std::string& title, in AvrcpMediaAttr() function in bluetooth::AvrcpMediaAttr
36 AvrcpMediaAttr::~AvrcpMediaAttr() = default;
Davrcp_media_attr.h23 class AvrcpMediaAttr {
25 AvrcpMediaAttr();
26 AvrcpMediaAttr(const AvrcpMediaAttr& other);
27 AvrcpMediaAttr(const std::string& title, const std::string& artist,
30 ~AvrcpMediaAttr();
/system/bt/service/common/android/bluetooth/
Dbluetooth_avrcp_media_attr.h32 public ::bluetooth::AvrcpMediaAttr {
35 BluetoothAvrcpMediaAttr(const ::bluetooth::AvrcpMediaAttr& other) in BluetoothAvrcpMediaAttr()
36 : ::bluetooth::AvrcpMediaAttr(other) {} // NOLINT(implicit) in BluetoothAvrcpMediaAttr()
38 : ::bluetooth::AvrcpMediaAttr(other) {} // NOLINT(implicit) in BluetoothAvrcpMediaAttr()
/system/bt/service/
Davrcp_control.h41 const AvrcpMediaAttr& attr) = 0;
Davrcp_control.cc208 const AvrcpMediaAttr attr(title, artist, album, genre, track_num, num_tracks, in CtrlTrackChangedCallback()
/system/bt/service/ipc/binder/
Dbluetooth_avrcp_control_binder_server.h70 const bluetooth::AvrcpMediaAttr& attr) override;
Dbluetooth_avrcp_control_binder_server.cc179 const std::string& device_address, const bluetooth::AvrcpMediaAttr& attr) { in OnTrackChanged()