Home
last modified time | relevance | path

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

/system/bt/service/common/bluetooth/
Davrcp_int_value.cc21 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::AvrcpIntValue
24 AvrcpIntValue::~AvrcpIntValue() = default;
Davrcp_int_value.h21 class AvrcpIntValue {
23 AvrcpIntValue();
24 AvrcpIntValue(const AvrcpIntValue& other);
25 AvrcpIntValue(int id, int value);
26 ~AvrcpIntValue();
/system/bt/service/common/android/bluetooth/
Dbluetooth_avrcp_int_value.h32 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()
/system/bt/service/
Davrcp_target.h58 const std::string& addr, const std::vector<AvrcpIntValue>& values) = 0;
93 const std::vector<AvrcpIntValue>& values);
Davrcp_target.cc157 const std::string& str_addr, const std::vector<AvrcpIntValue>& values) { in GetPlayerAppValueResponse()
319 std::vector<AvrcpIntValue> values; in SetPlayerAppValueCallback()
/system/bt/service/ipc/binder/
Dbluetooth_avrcp_target_binder_server.cc141 std::vector<bluetooth::AvrcpIntValue> non_binder; in GetPlayerAppValueResponse()
268 const std::vector<bluetooth::AvrcpIntValue>& values) { in OnSetPlayerAppValue()
Dbluetooth_avrcp_target_binder_server.h106 const std::vector<bluetooth::AvrcpIntValue>& values) override;