Home
last modified time | relevance | path

Searched refs:BluetoothAvrcpStringValue (Results 1 – 6 of 6) sorted by relevance

/system/bt/service/common/android/bluetooth/
Dbluetooth_avrcp_string_value.h31 class BluetoothAvrcpStringValue : public Parcelable,
34 BluetoothAvrcpStringValue() = default;
35 BluetoothAvrcpStringValue(const ::bluetooth::AvrcpStringValue& other) in BluetoothAvrcpStringValue() function
37 BluetoothAvrcpStringValue(const BluetoothAvrcpStringValue& other) in BluetoothAvrcpStringValue() function
39 ~BluetoothAvrcpStringValue() = default;
DIBluetoothAvrcpTarget.aidl22 import android.bluetooth.BluetoothAvrcpStringValue;
42 in BluetoothAvrcpStringValue[] attrs); in GetPlayerAppAttrTextResponse()
45 in BluetoothAvrcpStringValue[] values); in GetPlayerAppValueTextResponse()
48 in BluetoothAvrcpStringValue[] attrs); in GetElementAttrResponse()
Dbluetooth_avrcp_string_value.cc29 status_t BluetoothAvrcpStringValue::writeToParcel(Parcel* parcel) const { in writeToParcel()
39 status_t BluetoothAvrcpStringValue::readFromParcel(const Parcel* parcel) { in readFromParcel()
DBluetoothAvrcpStringValue.aidl19 parcelable BluetoothAvrcpStringValue cpp_header "android/bluetooth/bluetooth_avrcp_string_value.h";
/system/bt/service/ipc/binder/
Dbluetooth_avrcp_target_binder_server.h71 const std::vector<android::bluetooth::BluetoothAvrcpStringValue>& attrs,
75 const std::vector<android::bluetooth::BluetoothAvrcpStringValue>& values,
79 const std::vector<android::bluetooth::BluetoothAvrcpStringValue>& attrs,
Dbluetooth_avrcp_target_binder_server.cc152 const std::vector<::android::bluetooth::BluetoothAvrcpStringValue>& attrs, in GetPlayerAppAttrTextResponse()
166 const std::vector<::android::bluetooth::BluetoothAvrcpStringValue>& values, in GetPlayerAppValueTextResponse()
180 const std::vector<::android::bluetooth::BluetoothAvrcpStringValue>& attrs, in GetElementAttrResponse()