Home
last modified time | relevance | path

Searched refs:A2dp (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Da2dp_provider_info.cc122 case CodecId::A2dp::SBC: in assignSourceCodecIndex()
124 case CodecId::A2dp::AAC: in assignSourceCodecIndex()
177 case CodecId::A2dp::SBC: in assignSinkCodecIndex()
179 case CodecId::A2dp::AAC: in assignSinkCodecIndex()
268 return SourceCodecIndex(CodecId::A2dp(CodecId::A2dp::SBC)); in SourceCodecIndex()
271 return SourceCodecIndex(CodecId::A2dp(CodecId::A2dp::AAC)); in SourceCodecIndex()
315 return SinkCodecIndex(CodecId::A2dp(CodecId::A2dp::SBC)); in SinkCodecIndex()
318 return SinkCodecIndex(CodecId::A2dp(CodecId::A2dp::AAC)); in SinkCodecIndex()
Da2dp_provider_info_unittest.cc183 codec_info_sbc, CodecId::A2dp::SBC, std::string("SBC"), in SetUp()
194 codec_info_aac, CodecId::A2dp::AAC, std::string("AAC"), in SetUp()
448 0, static_cast<uint16_t>(CodecId::A2dp::SBC)); in TEST_F_WITH_FLAGS()
452 0, static_cast<uint16_t>(CodecId::A2dp::AAC)); in TEST_F_WITH_FLAGS()
529 0, static_cast<uint16_t>(CodecId::A2dp::SBC)); in TEST_F_WITH_FLAGS()
533 0, static_cast<uint16_t>(CodecId::A2dp::AAC)); in TEST_F_WITH_FLAGS()
605 CodecId::A2dp(CodecId::A2dp::SBC), sbc_caps, result_sbc_codec_info)); in TEST_F_WITH_FLAGS()
619 CodecId::A2dp(CodecId::A2dp::AAC), aac_caps, result_aac_codec_info)); in TEST_F_WITH_FLAGS()
Da2dp_encoding_aidl.cc848 static_cast<CodecId::A2dp>(sep.capabilities[2])); in get_a2dp_configuration()
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dmedia_service.rs5 A2dp, A2dpCallbacksDispatcher, A2dpSink, A2dpSinkCallbacksDispatcher,
35 pub btif_a2dp: Arc<Mutex<A2dp>>,
43 let mut btif_a2dp = A2dp::new(&btif_intf.lock().unwrap()); in create()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Da2dp.rs343 pub struct A2dp { struct
350 unsafe impl Send for A2dp {} argument
352 impl ToggleableProfile for A2dp { implementation
371 impl A2dp { impl
372 pub fn new(intf: &BluetoothInterface) -> A2dp { in new() argument
378 A2dp { internal: a2dpif, _is_init: false, _is_enabled: false } in new()
/packages/modules/Bluetooth/sysprop/
Da2dp.sysprop1 module: "android.sysprop.bluetooth.A2dp"
/packages/modules/Bluetooth/android/pandora/server/src/
DServer.kt57 BluetoothProfile.A2DP to ::A2dp,
DA2dp.kt49 class A2dp(val context: Context) : A2DPImplBase(), Closeable { class
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dlib.rs81 A2dp(A2dpCallbacks), enumerator
258 Message::A2dp(a) => { in dispatch()
Dbluetooth_media.rs8 A2dp, A2dpCallbacks, A2dpCallbacksDispatcher, A2dpCodecBitsPerSample, A2dpCodecChannelMode,
457 a2dp: Option<A2dp>,
3036 let _ = txl.send(Message::A2dp(cb)).await; in get_a2dp_dispatcher()
3114 self.a2dp = Some(A2dp::new(&self.intf.lock().unwrap())); in initialize()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs882 A2dp, enumerator
898 SupportedProfiles::A2dp => "a2dp", in from()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_av.cc3407 return GET_SYSPROP(A2dp, src_sink_coexist, false); in btif_av_src_sink_coexist_enabled()