Home
last modified time | relevance | path

Searched defs:A2dpCodecConfig (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Da2dp.rs137 pub struct A2dpCodecConfig { struct
138 pub codec_type: i32,
139 pub codec_priority: i32,
140 pub sample_rate: i32,
141 pub bits_per_sample: i32,
142 pub channel_mode: i32,
143 pub codec_specific_1: i64,
144 pub codec_specific_2: i64,
145 pub codec_specific_3: i64,
146 pub codec_specific_4: i64,
[all …]
/packages/modules/Bluetooth/system/service/common/bluetooth/
Da2dp_codec_config.cc23 A2dpCodecConfig::A2dpCodecConfig(int codec_type, int codec_priority, in A2dpCodecConfig() function in bluetooth::A2dpCodecConfig
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpCodecConfig.java36 class A2dpCodecConfig { class
64 A2dpCodecConfig(Context context, A2dpNativeInterface a2dpNativeInterface) { in A2dpCodecConfig() method in A2dpCodecConfig
/packages/modules/Bluetooth/system/test/mock/
Dmock_a2dp_codec_config.cc58 A2dpCodecConfig::A2dpCodecConfig(btav_a2dp_codec_index_t codec_index, in A2dpCodecConfig() function in A2dpCodecConfig
Dmock_stack_a2dp_codec_config.cc58 A2dpCodecConfig::A2dpCodecConfig(btav_a2dp_codec_index_t codec_index, in A2dpCodecConfig() function in A2dpCodecConfig
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs91 a2dp_caps: Vec<A2dpCodecConfig>, in new()
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_codec_config.cc63 A2dpCodecConfig::A2dpCodecConfig(btav_a2dp_codec_index_t codec_index, in A2dpCodecConfig() function in A2dpCodecConfig