Searched refs:BluetoothAvrcpIntValue (Results 1 – 7 of 7) sorted by relevance
31 class BluetoothAvrcpIntValue : public Parcelable,34 BluetoothAvrcpIntValue() = default;35 BluetoothAvrcpIntValue(const ::bluetooth::AvrcpIntValue& other) in BluetoothAvrcpIntValue() function37 BluetoothAvrcpIntValue(const BluetoothAvrcpIntValue& other) in BluetoothAvrcpIntValue() function39 ~BluetoothAvrcpIntValue() = default;
29 status_t BluetoothAvrcpIntValue::writeToParcel(Parcel* parcel) const { in writeToParcel()39 status_t BluetoothAvrcpIntValue::readFromParcel(const Parcel* parcel) { in readFromParcel()
19 import android.bluetooth.BluetoothAvrcpIntValue;30 void OnSetPlayerAppValue(String addr, in BluetoothAvrcpIntValue[] values); in OnSetPlayerAppValue()
21 import android.bluetooth.BluetoothAvrcpIntValue;39 in BluetoothAvrcpIntValue[] values); in GetPlayerAppValueResponse()
19 parcelable BluetoothAvrcpIntValue cpp_header "android/bluetooth/bluetooth_avrcp_int_value.h";
65 using android::bluetooth::BluetoothAvrcpIntValue;138 const std::vector<::android::bluetooth::BluetoothAvrcpIntValue>& values, in GetPlayerAppValueResponse()269 std::vector<BluetoothAvrcpIntValue> binder_values; in OnSetPlayerAppValue()
67 const std::vector<android::bluetooth::BluetoothAvrcpIntValue>& values,