Searched refs:AvrcpMediaAttr (Results 1 – 7 of 7) sorted by relevance
/system/bt/service/common/bluetooth/ |
D | avrcp_media_attr.cc | 21 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;
|
D | avrcp_media_attr.h | 23 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/ |
D | bluetooth_avrcp_media_attr.h | 32 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/ |
D | avrcp_control.h | 41 const AvrcpMediaAttr& attr) = 0;
|
D | avrcp_control.cc | 208 const AvrcpMediaAttr attr(title, artist, album, genre, track_num, num_tracks, in CtrlTrackChangedCallback()
|
/system/bt/service/ipc/binder/ |
D | bluetooth_avrcp_control_binder_server.h | 70 const bluetooth::AvrcpMediaAttr& attr) override;
|
D | bluetooth_avrcp_control_binder_server.cc | 179 const std::string& device_address, const bluetooth::AvrcpMediaAttr& attr) { in OnTrackChanged()
|