/system/bt/btif/src/ |
D | btif_a2dp.cc | 60 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_on_started() 61 bluetooth::audio::a2dp::ack_stream_started(status); in btif_a2dp_on_started() 82 } else if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_on_started() 88 bluetooth::audio::a2dp::ack_stream_started(A2DP_CTRL_ACK_SUCCESS); in btif_a2dp_on_started() 100 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_on_started() 101 bluetooth::audio::a2dp::ack_stream_started(A2DP_CTRL_ACK_FAILURE); in btif_a2dp_on_started() 120 if (bluetooth::audio::a2dp::is_hal_2_0_enabled() || in btif_a2dp_on_stopped() 136 if (bluetooth::audio::a2dp::is_hal_2_0_enabled() || in btif_a2dp_on_suspended() 176 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_on_offload_started() 177 bluetooth::audio::a2dp::ack_stream_started(ack); in btif_a2dp_on_offload_started()
|
D | btif_a2dp_audio_interface.cc | 47 using android::hardware::bluetooth::a2dp::V1_0::IBluetoothAudioOffload; 48 using android::hardware::bluetooth::a2dp::V1_0::IBluetoothAudioHost; 49 using android::hardware::bluetooth::a2dp::V1_0::Status; 50 using android::hardware::bluetooth::a2dp::V1_0::CodecConfiguration; 51 using android::hardware::bluetooth::a2dp::V1_0::CodecType; 52 using android::hardware::bluetooth::a2dp::V1_0::SampleRate; 53 using android::hardware::bluetooth::a2dp::V1_0::BitsPerSample; 54 using android::hardware::bluetooth::a2dp::V1_0::ChannelMode; 202 (::android::hardware::bluetooth::a2dp::V1_0::CodecType) in btif_a2dp_get_codec_configuration() 215 (::android::hardware::bluetooth::a2dp::V1_0::CodecType) in btif_a2dp_get_codec_configuration() [all …]
|
D | btif_a2dp_source.cc | 363 if (!bluetooth::audio::a2dp::init(&btif_a2dp_source_thread)) { in btif_a2dp_source_startup_delayed() 403 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_start_session_delayed() 404 bluetooth::audio::a2dp::start_session(); in btif_a2dp_source_start_session_delayed() 405 bluetooth::audio::a2dp::set_remote_delay(btif_av_get_audio_delay()); in btif_a2dp_source_start_session_delayed() 471 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_end_session_delayed() 472 bluetooth::audio::a2dp::end_session(); in btif_a2dp_source_end_session_delayed() 506 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_shutdown_delayed() 507 bluetooth::audio::a2dp::cleanup(); in btif_a2dp_source_shutdown_delayed() 599 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_setup_codec_delayed() 600 bluetooth::audio::a2dp::setup_codec(); in btif_a2dp_source_setup_codec_delayed() [all …]
|
D | btif_av.cc | 982 bluetooth::audio::a2dp::update_codec_offloading_capabilities( in Init() 2418 using android::bluetooth::a2dp::AudioCodingModeEnum; in btif_report_audio_state() 2419 using android::bluetooth::a2dp::PlaybackStateEnum; in btif_report_audio_state() 3444 bluetooth::audio::a2dp::set_remote_delay(peer->GetDelayReport()); in btif_av_set_audio_delay() 3467 if (!bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_av_is_a2dp_offload_running() 3472 return bluetooth::audio::a2dp::is_hal_2_0_offloading(); in btif_av_is_a2dp_offload_running()
|
/system/bt/stack/ |
D | BUILD.gn | 32 "a2dp/a2dp_aac.cc", 33 "a2dp/a2dp_aac_decoder.cc", 34 "a2dp/a2dp_aac_encoder.cc", 35 "a2dp/a2dp_vendor.cc", 36 "a2dp/a2dp_vendor_aptx.cc", 37 "a2dp/a2dp_vendor_aptx_encoder.cc", 38 "a2dp/a2dp_vendor_aptx_hd.cc", 39 "a2dp/a2dp_vendor_aptx_hd_encoder.cc", 40 "a2dp/a2dp_vendor_ldac.cc", 41 "a2dp/a2dp_vendor_ldac_abr.cc", [all …]
|
D | Android.bp | 73 "a2dp/a2dp_aac.cc", 74 "a2dp/a2dp_aac_decoder.cc", 75 "a2dp/a2dp_aac_encoder.cc", 76 "a2dp/a2dp_api.cc", 77 "a2dp/a2dp_codec_config.cc", 78 "a2dp/a2dp_sbc.cc", 79 "a2dp/a2dp_sbc_decoder.cc", 80 "a2dp/a2dp_sbc_encoder.cc", 81 "a2dp/a2dp_sbc_up_sample.cc", 82 "a2dp/a2dp_vendor.cc", [all …]
|
/system/bt/audio_a2dp_hw/ |
D | Android.bp | 23 name: "audio.a2dp.default", 38 name: "libaudio-a2dp-hw-utils", 59 "audio.a2dp.default",
|
/system/bt/btif/ |
D | Android.bp | 22 "system/bt/stack/a2dp", 106 "android.hardware.bluetooth.a2dp@1.0", 133 "libaudio-a2dp-hw-utils", 156 "android.hardware.bluetooth.a2dp@1.0", 330 "system/bt/stack/a2dp", 363 "android.hardware.bluetooth.a2dp@1.0",
|
D | BUILD.gn | 108 "//bt/stack/a2dp",
|
/system/bt/audio_hal_interface/ |
D | a2dp_encoding_host.cc | 21 namespace a2dp { namespace
|
D | a2dp_encoding.h | 26 namespace a2dp {
|
D | a2dp_encoding.cc | 327 namespace a2dp { namespace
|
/system/bt/test/mock/ |
D | mock_android_hardware_audio.cc | 25 namespace a2dp { namespace
|
/system/bt/main/ |
D | Android.bp | 41 "system/bt/stack/a2dp", 81 "system/bt/stack/a2dp", 97 "android.hardware.bluetooth.a2dp@1.0",
|
D | BUILD.gn | 68 "//bt/stack/a2dp",
|
/system/bt/gd/l2cap/fuzz/ |
D | Android.bp | 23 "system/bt/stack/a2dp",
|
/system/bt/stack/test/fuzzers/ |
D | Android.bp | 49 "android.hardware.bluetooth.a2dp@1.0",
|
/system/bt/test/headless/ |
D | Android.bp | 58 "android.hardware.bluetooth.a2dp@1.0",
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | hwservice_contexts | 12 android.hardware.bluetooth.a2dp::IBluetoothAudioOffload u:object_r:hal_audio_hwservice:s0
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | hwservice_contexts | 20 android.hardware.bluetooth.a2dp::IBluetoothAudioOffload u:object_r:hal_audio_hwservice:s0
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | hwservice_contexts | 20 android.hardware.bluetooth.a2dp::IBluetoothAudioOffload u:object_r:hal_audio_hwservice:s0
|
/system/sepolicy/private/ |
D | hwservice_contexts | 20 android.hardware.bluetooth.a2dp::IBluetoothAudioOffload u:object_r:hal_audio_hwservice:s0
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | hwservice_contexts | 17 android.hardware.bluetooth.a2dp::IBluetoothAudioOffload u:object_r:hal_audio_hwservice:s0
|
/system/linkerconfig/testdata/root/system/apex/com.android.vndk.vR/etc/ |
D | vndkcore.libraries.R.txt | 27 android.hardware.bluetooth.a2dp@1.0.so
|
/system/bt/gd/docs/architecture/ |
D | style_guide.md | 150 * a2dp/: A2DP profile
|