Searched refs:AvrcpIntValue (Results 1 – 7 of 7) sorted by relevance
21 AvrcpIntValue::AvrcpIntValue() = default;22 AvrcpIntValue::AvrcpIntValue(const AvrcpIntValue& other) = default;23 AvrcpIntValue::AvrcpIntValue(int id, int value) : id_(id), value_(value) {} in AvrcpIntValue() function in bluetooth::AvrcpIntValue24 AvrcpIntValue::~AvrcpIntValue() = default;
21 class AvrcpIntValue {23 AvrcpIntValue();24 AvrcpIntValue(const AvrcpIntValue& other);25 AvrcpIntValue(int id, int value);26 ~AvrcpIntValue();
32 public ::bluetooth::AvrcpIntValue {35 BluetoothAvrcpIntValue(const ::bluetooth::AvrcpIntValue& other) in BluetoothAvrcpIntValue()36 : ::bluetooth::AvrcpIntValue(other) {} // NOLINT(implicit) in BluetoothAvrcpIntValue()38 : ::bluetooth::AvrcpIntValue(other) {} // NOLINT(implicit) in BluetoothAvrcpIntValue()
58 const std::string& addr, const std::vector<AvrcpIntValue>& values) = 0;93 const std::vector<AvrcpIntValue>& values);
157 const std::string& str_addr, const std::vector<AvrcpIntValue>& values) { in GetPlayerAppValueResponse()319 std::vector<AvrcpIntValue> values; in SetPlayerAppValueCallback()
141 std::vector<bluetooth::AvrcpIntValue> non_binder; in GetPlayerAppValueResponse()268 const std::vector<bluetooth::AvrcpIntValue>& values) { in OnSetPlayerAppValue()
106 const std::vector<bluetooth::AvrcpIntValue>& values) override;