Searched refs:BluetoothAvrcpMediaAttr (Results 1 – 5 of 5) sorted by relevance
31 class BluetoothAvrcpMediaAttr : public Parcelable,34 BluetoothAvrcpMediaAttr() = default;35 BluetoothAvrcpMediaAttr(const ::bluetooth::AvrcpMediaAttr& other) in BluetoothAvrcpMediaAttr() function37 BluetoothAvrcpMediaAttr(const BluetoothAvrcpMediaAttr& other) in BluetoothAvrcpMediaAttr() function39 ~BluetoothAvrcpMediaAttr() = default;
19 import android.bluetooth.BluetoothAvrcpMediaAttr;28 void OnTrackChanged(String device_address, in BluetoothAvrcpMediaAttr track_info); in OnTrackChanged()
29 status_t BluetoothAvrcpMediaAttr::writeToParcel(Parcel* parcel) const { in writeToParcel()55 status_t BluetoothAvrcpMediaAttr::readFromParcel(const Parcel* parcel) { in readFromParcel()
19 parcelable BluetoothAvrcpMediaAttr cpp_header "android/bluetooth/bluetooth_avrcp_media_attr.h";
180 auto binder_attr = android::bluetooth::BluetoothAvrcpMediaAttr(attr); in OnTrackChanged()