Home
last modified time | relevance | path

Searched refs:BluetoothAvrcpMediaAttr (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/service/common/android/bluetooth/
H A Dbluetooth_avrcp_media_attr.h31 class BluetoothAvrcpMediaAttr : public Parcelable,
34 BluetoothAvrcpMediaAttr() = default;
35 BluetoothAvrcpMediaAttr(const ::bluetooth::AvrcpMediaAttr& other) in BluetoothAvrcpMediaAttr() function
37 BluetoothAvrcpMediaAttr(const BluetoothAvrcpMediaAttr& other) in BluetoothAvrcpMediaAttr() function
39 ~BluetoothAvrcpMediaAttr() = default;
H A DIBluetoothAvrcpControlCallback.aidl19 import android.bluetooth.BluetoothAvrcpMediaAttr;
28 void OnTrackChanged(String device_address, in BluetoothAvrcpMediaAttr track_info); in OnTrackChanged()
H A Dbluetooth_avrcp_media_attr.cc29 status_t BluetoothAvrcpMediaAttr::writeToParcel(Parcel* parcel) const { in writeToParcel()
55 status_t BluetoothAvrcpMediaAttr::readFromParcel(const Parcel* parcel) { in readFromParcel()
H A DBluetoothAvrcpMediaAttr.aidl19 parcelable BluetoothAvrcpMediaAttr cpp_header "android/bluetooth/bluetooth_avrcp_media_attr.h";
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_avrcp_control_binder_server.cc180 auto binder_attr = android::bluetooth::BluetoothAvrcpMediaAttr(attr); in OnTrackChanged()