Home
last modified time | relevance | path

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

/system/bt/service/common/bluetooth/
Davrcp_string_value.h23 class AvrcpStringValue {
25 AvrcpStringValue() = default;
26 AvrcpStringValue(const AvrcpStringValue& other) = default;
27 AvrcpStringValue(int id, const std::string& value) : id_(id), value_(value){}; in AvrcpStringValue() function
28 ~AvrcpStringValue() = default;
/system/bt/service/common/android/bluetooth/
Dbluetooth_avrcp_string_value.h32 public ::bluetooth::AvrcpStringValue {
35 BluetoothAvrcpStringValue(const ::bluetooth::AvrcpStringValue& other) in BluetoothAvrcpStringValue()
36 : ::bluetooth::AvrcpStringValue(other) {} // NOLINT(implicit) in BluetoothAvrcpStringValue()
38 : ::bluetooth::AvrcpStringValue(other) {} // NOLINT(implicit) in BluetoothAvrcpStringValue()
/system/bt/service/
Davrcp_target.h96 const std::vector<AvrcpStringValue>& attrs);
99 const std::string& addr, const std::vector<AvrcpStringValue>& attrs);
102 const std::vector<AvrcpStringValue>& attrs);
Davrcp_target.cc59 const std::vector<AvrcpStringValue>& attrs) { in StringValueToPlayerSettingsText()
77 const std::vector<AvrcpStringValue>& attrs) { in StringValueToElementAttrVal()
179 const std::string& str_addr, const std::vector<AvrcpStringValue>& attrs) { in GetPlayerAppAttrTextResponse()
191 const std::string& str_addr, const std::vector<AvrcpStringValue>& values) { in GetPlayerAppValueTextResponse()
203 const std::string& str_addr, const std::vector<AvrcpStringValue>& attrs) { in GetElementAttrResponse()
/system/bt/service/ipc/binder/
Dbluetooth_avrcp_target_binder_server.cc155 std::vector<bluetooth::AvrcpStringValue> non_binder; in GetPlayerAppAttrTextResponse()
169 std::vector<bluetooth::AvrcpStringValue> non_binder; in GetPlayerAppValueTextResponse()
183 std::vector<bluetooth::AvrcpStringValue> non_binder; in GetElementAttrResponse()