Home
last modified time | relevance | path

Searched refs:a2dp (Results 1 – 25 of 29) sorted by relevance

12

/system/bt/btif/src/
Dbtif_a2dp.cc60 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()
81 } else if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_on_started()
87 bluetooth::audio::a2dp::ack_stream_started(A2DP_CTRL_ACK_SUCCESS); in btif_a2dp_on_started()
99 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_on_started()
100 bluetooth::audio::a2dp::ack_stream_started(A2DP_CTRL_ACK_FAILURE); in btif_a2dp_on_started()
119 if (bluetooth::audio::a2dp::is_hal_2_0_enabled() || in btif_a2dp_on_stopped()
135 if (bluetooth::audio::a2dp::is_hal_2_0_enabled() || in btif_a2dp_on_suspended()
175 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_on_offload_started()
176 bluetooth::audio::a2dp::ack_stream_started(ack); in btif_a2dp_on_offload_started()
Dbtif_a2dp_audio_interface.cc51 using android::hardware::bluetooth::a2dp::V1_0::IBluetoothAudioOffload;
52 using android::hardware::bluetooth::a2dp::V1_0::IBluetoothAudioHost;
53 using android::hardware::bluetooth::a2dp::V1_0::Status;
54 using android::hardware::bluetooth::a2dp::V1_0::CodecConfiguration;
55 using android::hardware::bluetooth::a2dp::V1_0::CodecType;
56 using android::hardware::bluetooth::a2dp::V1_0::SampleRate;
57 using android::hardware::bluetooth::a2dp::V1_0::BitsPerSample;
58 using android::hardware::bluetooth::a2dp::V1_0::ChannelMode;
206 (::android::hardware::bluetooth::a2dp::V1_0::CodecType) in btif_a2dp_get_codec_configuration()
219 (::android::hardware::bluetooth::a2dp::V1_0::CodecType) in btif_a2dp_get_codec_configuration()
[all …]
Dbtif_a2dp_source.cc358 if (!bluetooth::audio::a2dp::init(&btif_a2dp_source_thread)) { in btif_a2dp_source_startup_delayed()
398 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_start_session_delayed()
399 bluetooth::audio::a2dp::start_session(); in btif_a2dp_source_start_session_delayed()
400 bluetooth::audio::a2dp::set_remote_delay(btif_av_get_audio_delay()); in btif_a2dp_source_start_session_delayed()
466 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_end_session_delayed()
467 bluetooth::audio::a2dp::end_session(); in btif_a2dp_source_end_session_delayed()
501 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_shutdown_delayed()
502 bluetooth::audio::a2dp::cleanup(); in btif_a2dp_source_shutdown_delayed()
594 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_setup_codec_delayed()
595 bluetooth::audio::a2dp::setup_codec(); in btif_a2dp_source_setup_codec_delayed()
[all …]
Dbtif_av.cc977 bluetooth::audio::a2dp::update_codec_offloading_capabilities( in Init()
3399 bluetooth::audio::a2dp::set_remote_delay(peer->GetDelayReport()); in btif_av_set_audio_delay()
3422 if (!bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_av_is_a2dp_offload_running()
3427 return bluetooth::audio::a2dp::is_hal_2_0_offloading(); in btif_av_is_a2dp_offload_running()
/system/bt/stack/
DBUILD.gn35 "a2dp/a2dp_aac.cc",
36 "a2dp/a2dp_aac_decoder.cc",
37 "a2dp/a2dp_aac_encoder.cc",
38 "a2dp/a2dp_api.cc",
39 "a2dp/a2dp_codec_config.cc",
40 "a2dp/a2dp_sbc.cc",
41 "a2dp/a2dp_sbc_decoder.cc",
42 "a2dp/a2dp_sbc_encoder.cc",
43 "a2dp/a2dp_sbc_up_sample.cc",
44 "a2dp/a2dp_vendor.cc",
[all …]
DAndroid.bp50 "a2dp/a2dp_aac.cc",
51 "a2dp/a2dp_aac_decoder.cc",
52 "a2dp/a2dp_aac_encoder.cc",
53 "a2dp/a2dp_api.cc",
54 "a2dp/a2dp_codec_config.cc",
55 "a2dp/a2dp_sbc.cc",
56 "a2dp/a2dp_sbc_decoder.cc",
57 "a2dp/a2dp_sbc_encoder.cc",
58 "a2dp/a2dp_sbc_up_sample.cc",
59 "a2dp/a2dp_vendor.cc",
[all …]
/system/bt/audio_a2dp_hw/
DAndroid.bp14 name: "audio.a2dp.default",
29 name: "libaudio-a2dp-hw-utils",
49 "audio.a2dp.default",
/system/bt/audio_hal_interface/
Da2dp_encoding.h26 namespace a2dp {
Da2dp_encoding.cc316 namespace a2dp { namespace
/system/bt/btif/
DAndroid.bp13 "system/bt/stack/a2dp",
104 "android.hardware.bluetooth.a2dp@1.0",
112 "libaudio-a2dp-hw-utils",
136 "android.hardware.bluetooth.a2dp@1.0",
DBUILD.gn92 "//stack/a2dp",
/system/bt/main/
DAndroid.bp32 "system/bt/stack/a2dp",
71 "system/bt/stack/a2dp",
89 "android.hardware.bluetooth.a2dp@1.0",
DBUILD.gn51 "//stack/a2dp",
/system/bt/test/headless/
DAndroid.bp45 "android.hardware.bluetooth.a2dp@1.0",
/system/sepolicy/prebuilts/api/28.0/private/
Dhwservice_contexts12 android.hardware.bluetooth.a2dp::IBluetoothAudioOffload u:object_r:hal_audio_hwservice:s0
/system/sepolicy/private/
Dhwservice_contexts20 android.hardware.bluetooth.a2dp::IBluetoothAudioOffload u:object_r:hal_audio_hwservice:s0
/system/sepolicy/prebuilts/api/30.0/private/
Dhwservice_contexts20 android.hardware.bluetooth.a2dp::IBluetoothAudioOffload u:object_r:hal_audio_hwservice:s0
/system/sepolicy/prebuilts/api/29.0/private/
Dhwservice_contexts17 android.hardware.bluetooth.a2dp::IBluetoothAudioOffload u:object_r:hal_audio_hwservice:s0
/system/linkerconfig/testdata/root/system/apex/com.android.vndk.vR/etc/
Dvndkcore.libraries.R.txt27 android.hardware.bluetooth.a2dp@1.0.so
/system/bt/gd/docs/architecture/
Dstyle_guide.md150 * a2dp/: A2DP profile
/system/linkerconfig/testdata/golden_output/stage2/com.vendor.service1/
Dld.config.txt14 …android.hardware.biometrics.fingerprint@2.1.so:android.hardware.bluetooth.a2dp@1.0.so:android.hard…
/system/linkerconfig/testdata/golden_output/product-enabled/com.vendor.service1/
Dld.config.txt14 …android.hardware.biometrics.fingerprint@2.1.so:android.hardware.bluetooth.a2dp@1.0.so:android.hard…
/system/sepolicy/prebuilts/api/28.0/public/
Dproperty_contexts238 ro.hardware.audio.a2dp u:object_r:exported_default_prop:s0 exact string
/system/sepolicy/prebuilts/api/29.0/public/
Dproperty_contexts301 ro.hardware.audio.a2dp u:object_r:exported_default_prop:s0 exact string
/system/sepolicy/prebuilts/api/30.0/public/
Dproperty_contexts334 ro.hardware.audio.a2dp u:object_r:exported_default_prop:s0 exact string

12