Searched defs:A2dpCodecConfig (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | a2dp.rs | 201 pub struct A2dpCodecConfig { struct 202 pub codec_type: i32, 203 pub codec_priority: i32, 204 pub sample_rate: i32, 205 pub bits_per_sample: i32, 206 pub channel_mode: i32, 207 pub codec_specific_1: i64, 208 pub codec_specific_2: i64, 209 pub codec_specific_3: i64, 210 pub codec_specific_4: i64, [all …]
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/ |
D | A2dpCodecConfig.java | 40 class A2dpCodecConfig { class 62 A2dpCodecConfig(Context context, A2dpNativeInterface a2dpNativeInterface) { in A2dpCodecConfig() method in A2dpCodecConfig
|
/packages/modules/Bluetooth/system/audio_hal_interface/ |
D | a2dp_encoding_host.cc | 260 bool setup_codec(A2dpCodecConfig* /*a2dp_config*/, uint16_t /*peer_mtu*/, in setup_codec() argument
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_a2dp_codec_config.cc | 47 A2dpCodecConfig::A2dpCodecConfig(btav_a2dp_codec_index_t codec_index, in A2dpCodecConfig() function in A2dpCodecConfig
|
/packages/modules/Bluetooth/system/stack/a2dp/ |
D | a2dp_codec_config.cc | 117 A2dpCodecConfig::A2dpCodecConfig(btav_a2dp_codec_index_t codec_index, a2dp::CodecId codec_id, in A2dpCodecConfig() function in A2dpCodecConfig
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_media.rs | 380 a2dp_caps: Vec<A2dpCodecConfig>, in new()
|