Home
last modified time | relevance | path

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

/system/bt/service/common/android/bluetooth/
Dbluetooth_avrcp_int_value.h31 class BluetoothAvrcpIntValue : public Parcelable,
34 BluetoothAvrcpIntValue() = default;
35 BluetoothAvrcpIntValue(const ::bluetooth::AvrcpIntValue& other) in BluetoothAvrcpIntValue() function
37 BluetoothAvrcpIntValue(const BluetoothAvrcpIntValue& other) in BluetoothAvrcpIntValue() function
39 ~BluetoothAvrcpIntValue() = default;
Dbluetooth_avrcp_int_value.cc29 status_t BluetoothAvrcpIntValue::writeToParcel(Parcel* parcel) const { in writeToParcel()
39 status_t BluetoothAvrcpIntValue::readFromParcel(const Parcel* parcel) { in readFromParcel()
DIBluetoothAvrcpTargetCallback.aidl19 import android.bluetooth.BluetoothAvrcpIntValue;
30 void OnSetPlayerAppValue(String addr, in BluetoothAvrcpIntValue[] values); in OnSetPlayerAppValue()
DIBluetoothAvrcpTarget.aidl21 import android.bluetooth.BluetoothAvrcpIntValue;
39 in BluetoothAvrcpIntValue[] values); in GetPlayerAppValueResponse()
DBluetoothAvrcpIntValue.aidl19 parcelable BluetoothAvrcpIntValue cpp_header "android/bluetooth/bluetooth_avrcp_int_value.h";
/system/bt/service/ipc/binder/
Dbluetooth_avrcp_target_binder_server.cc65 using android::bluetooth::BluetoothAvrcpIntValue;
138 const std::vector<::android::bluetooth::BluetoothAvrcpIntValue>& values, in GetPlayerAppValueResponse()
269 std::vector<BluetoothAvrcpIntValue> binder_values; in OnSetPlayerAppValue()
Dbluetooth_avrcp_target_binder_server.h67 const std::vector<android::bluetooth::BluetoothAvrcpIntValue>& values,