Searched refs:AvrcpStringValue (Results 1 – 5 of 5) sorted by relevance
23 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() function28 ~AvrcpStringValue() = default;
32 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()
96 const std::vector<AvrcpStringValue>& attrs);99 const std::string& addr, const std::vector<AvrcpStringValue>& attrs);102 const std::vector<AvrcpStringValue>& attrs);
59 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()
155 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()