Home
last modified time | relevance | path

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

/aosp12/system/bt/service/common/android/bluetooth/
H A Dbluetooth_a2dp_codec_config.h31 class BluetoothA2dpCodecConfig : public Parcelable,
34 BluetoothA2dpCodecConfig() = default;
35 BluetoothA2dpCodecConfig(const ::bluetooth::A2dpCodecConfig& other) in BluetoothA2dpCodecConfig() function
37 BluetoothA2dpCodecConfig(const BluetoothA2dpCodecConfig& other) in BluetoothA2dpCodecConfig() function
39 ~BluetoothA2dpCodecConfig() = default;
H A DIBluetoothA2dpSourceCallback.aidl19 import android.bluetooth.BluetoothA2dpCodecConfig;
27 in BluetoothA2dpCodecConfig codec_config, in OnAudioConfig()
28 in BluetoothA2dpCodecConfig[] codecs_local_capabilities, in OnAudioConfig()
29 in BluetoothA2dpCodecConfig[] codecs_selectable_capabilities); in OnAudioConfig()
H A DIBluetoothA2dpSource.aidl20 import android.bluetooth.BluetoothA2dpCodecConfig;
26 boolean Enable(in BluetoothA2dpCodecConfig[] codec_priorities); in Enable()
31 in BluetoothA2dpCodecConfig[] codec_preferences); in ConfigCodec()
H A Dbluetooth_a2dp_codec_config.cc29 status_t BluetoothA2dpCodecConfig::writeToParcel(Parcel* parcel) const { in writeToParcel()
60 status_t BluetoothA2dpCodecConfig::readFromParcel(const Parcel* parcel) { in readFromParcel()
H A DBluetoothA2dpCodecConfig.aidl19 parcelable BluetoothA2dpCodecConfig cpp_header "android/bluetooth/bluetooth_a2dp_codec_config.h";
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_a2dp_source_binder_server.cc63 using android::bluetooth::BluetoothA2dpCodecConfig;
74 const std::vector<BluetoothA2dpCodecConfig>& codecs) { in A2dpCodecsFromBinder()
84 std::vector<BluetoothA2dpCodecConfig> A2dpCodecsToBinder( in A2dpCodecsToBinder()
86 std::vector<BluetoothA2dpCodecConfig> ret; in A2dpCodecsToBinder()
123 const std::vector<android::bluetooth::BluetoothA2dpCodecConfig>& in Enable()
156 const std::vector<android::bluetooth::BluetoothA2dpCodecConfig>& in ConfigCodec()
H A Dbluetooth_a2dp_source_binder_server.h55 const std::vector<android::bluetooth::BluetoothA2dpCodecConfig>&
65 const std::vector<android::bluetooth::BluetoothA2dpCodecConfig>&