Home
last modified time | relevance | path

Searched refs:audio (Results 1 – 25 of 184) sorted by relevance

12345678

/system/bt/audio_hal_interface/
Dhearing_aid_software_encoding.cc28 using ::android::hardware::bluetooth::audio::V2_0::CodecType;
29 using ::bluetooth::audio::AudioConfiguration;
30 using ::bluetooth::audio::BitsPerSample;
31 using ::bluetooth::audio::BluetoothAudioCtrlAck;
32 using ::bluetooth::audio::ChannelMode;
33 using ::bluetooth::audio::PcmParameters;
34 using ::bluetooth::audio::SampleRate;
35 using ::bluetooth::audio::SessionType;
36 using ::bluetooth::audio::SessionType_2_1;
37 using ::bluetooth::audio::hearing_aid::StreamCallbacks;
[all …]
Dclient_interface.h33 namespace audio {
35 using ::android::hardware::bluetooth::audio::V2_0::IBluetoothAudioPort;
37 ::android::hardware::bluetooth::audio::V2_0::AudioCapabilities;
39 ::android::hardware::bluetooth::audio::V2_1::AudioCapabilities;
41 ::android::hardware::bluetooth::audio::V2_0::AudioConfiguration;
43 ::android::hardware::bluetooth::audio::V2_1::AudioConfiguration;
44 using ::android::hardware::bluetooth::audio::V2_0::BitsPerSample;
45 using ::android::hardware::bluetooth::audio::V2_0::ChannelMode;
47 ::android::hardware::bluetooth::audio::V2_0::IBluetoothAudioProvider;
49 ::android::hardware::bluetooth::audio::V2_1::IBluetoothAudioProvider;
[all …]
Da2dp_encoding.cc32 using ::bluetooth::audio::AudioCapabilities;
33 using ::bluetooth::audio::AudioConfiguration;
34 using ::bluetooth::audio::BitsPerSample;
35 using ::bluetooth::audio::BluetoothAudioCtrlAck;
36 using ::bluetooth::audio::ChannelMode;
37 using ::bluetooth::audio::PcmParameters;
38 using ::bluetooth::audio::SampleRate;
39 using ::bluetooth::audio::SessionType;
41 using ::bluetooth::audio::BluetoothAudioSinkClientInterface;
42 using ::bluetooth::audio::codec::A2dpAacToHalConfig;
[all …]
Dclient_interface_unittest.cc26 using ::android::hardware::bluetooth::audio::V2_0::AacObjectType;
27 using ::android::hardware::bluetooth::audio::V2_0::AacParameters;
28 using ::android::hardware::bluetooth::audio::V2_0::AacVariableBitRate;
29 using ::android::hardware::bluetooth::audio::V2_0::AptxParameters;
30 using ::android::hardware::bluetooth::audio::V2_0::CodecCapabilities;
31 using ::android::hardware::bluetooth::audio::V2_0::CodecType;
32 using ::android::hardware::bluetooth::audio::V2_0::LdacChannelMode;
33 using ::android::hardware::bluetooth::audio::V2_0::LdacParameters;
34 using ::android::hardware::bluetooth::audio::V2_0::LdacQualityIndex;
35 using ::android::hardware::bluetooth::audio::V2_0::SbcAllocMethod;
[all …]
Dcodec_status.h26 namespace audio {
29 using ::android::hardware::bluetooth::audio::V2_0::BitsPerSample;
30 using ::android::hardware::bluetooth::audio::V2_0::ChannelMode;
31 using ::android::hardware::bluetooth::audio::V2_0::CodecConfiguration;
32 using ::android::hardware::bluetooth::audio::V2_0::SampleRate;
DAndroid.bp13 name: "libbt-audio-hal-interface",
24 "android.hardware.bluetooth.audio@2.0",
25 "android.hardware.bluetooth.audio@2.1",
61 name: "bluetooth-test-audio-hal-interface",
71 "android.hardware.bluetooth.audio@2.0",
72 "android.hardware.bluetooth.audio@2.1",
80 "libbt-audio-hal-interface",
Dle_audio_software.cc28 using ::android::hardware::bluetooth::audio::V2_0::BitsPerSample;
29 using ::android::hardware::bluetooth::audio::V2_0::ChannelMode;
30 using ::android::hardware::bluetooth::audio::V2_0::CodecType;
31 using ::android::hardware::bluetooth::audio::V2_1::PcmParameters;
32 using ::bluetooth::audio::BluetoothAudioCtrlAck;
33 using ::bluetooth::audio::SampleRate_2_1;
34 using ::bluetooth::audio::SessionType;
35 using ::bluetooth::audio::SessionType_2_1;
36 using ::bluetooth::audio::le_audio::LeAudioClientInterface;
37 using ::bluetooth::audio::le_audio::StreamCallbacks;
[all …]
Dcodec_status.cc31 using ::android::hardware::bluetooth::audio::V2_0::AacObjectType;
32 using ::android::hardware::bluetooth::audio::V2_0::AacParameters;
33 using ::android::hardware::bluetooth::audio::V2_0::AacVariableBitRate;
34 using ::android::hardware::bluetooth::audio::V2_0::AptxParameters;
35 using ::android::hardware::bluetooth::audio::V2_0::AudioCapabilities;
36 using ::android::hardware::bluetooth::audio::V2_0::BitsPerSample;
37 using ::android::hardware::bluetooth::audio::V2_0::ChannelMode;
38 using ::android::hardware::bluetooth::audio::V2_0::CodecType;
39 using ::android::hardware::bluetooth::audio::V2_0::LdacChannelMode;
40 using ::android::hardware::bluetooth::audio::V2_0::LdacParameters;
[all …]
/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()
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()
Dbtif_a2dp_source.cc363 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 …]
/system/bt/audio_bluetooth_hw/
DAndroid.bp1 // The format of the name is audio.<type>.<hardware/etc>.so
13 name: "audio.bluetooth.default",
24 "android.hardware.bluetooth.audio@2.0",
25 "android.hardware.bluetooth.audio@2.1",
Ddevice_port_proxy.cc33 namespace audio { namespace
36 using ::android::bluetooth::audio::BluetoothAudioSessionControl_2_1;
37 using ::android::hardware::bluetooth::audio::V2_0::BitsPerSample;
38 using ::android::hardware::bluetooth::audio::V2_0::ChannelMode;
39 using ::android::hardware::bluetooth::audio::V2_0::PcmParameters;
40 using SampleRate = ::android::hardware::bluetooth::audio::V2_0::SampleRate;
41 using SampleRate_2_1 = ::android::hardware::bluetooth::audio::V2_1::SampleRate;
43 ::android::hardware::bluetooth::audio::V2_0::Status;
117 : cookie_(android::bluetooth::audio::kObserversCookieUndefined), in BluetoothAudioPort()
151 ::android::bluetooth::audio::PortStatusCallbacks cbacks = { in SetUp()
[all …]
Ddevice_port_proxy.h29 namespace audio {
32 ::android::hardware::bluetooth::audio::V2_1::SessionType;
111 const ::android::hardware::bluetooth::audio::V2_0::Status& status);
/system/bt/bta/hearing_aid/
Dhearing_aid_audio_source.cc94 if (bluetooth::audio::hearing_aid::is_hal_2_0_enabled()) { in send_audio_data()
95 bytes_read = bluetooth::audio::hearing_aid::read(p_buf, bytes_per_tick); in send_audio_data()
395 if (bluetooth::audio::hearing_aid::is_hal_2_0_enabled()) { in Start()
396 bluetooth::audio::hearing_aid::start_session(); in Start()
397 bluetooth::audio::hearing_aid::set_remote_delay(remote_delay_ms); in Start()
406 if (bluetooth::audio::hearing_aid::is_hal_2_0_enabled()) { in Stop()
407 bluetooth::audio::hearing_aid::end_session(); in Stop()
414 auto stream_cb = bluetooth::audio::hearing_aid::StreamCallbacks{ in Initialize()
418 if (!bluetooth::audio::hearing_aid::init(stream_cb, get_main_thread())) { in Initialize()
426 if (bluetooth::audio::hearing_aid::is_hal_2_0_enabled()) { in CleanUp()
[all …]
/system/sepolicy/prebuilts/api/30.0/public/
Daudioserver.te1 # audioserver - audio services daemon
5 # Allow audioserver to signal audio HAL processes and dump their stacks.
Dhal_audio.te23 # allow hal audio to use vnbinder
33 # Only audio HAL may directly access the audio hardware
/system/sepolicy/public/
Daudioserver.te1 # audioserver - audio services daemon
5 # Allow audioserver to signal audio HAL processes and dump their stacks.
Dhal_audio.te24 # allow hal audio to use vnbinder
34 # Only audio HAL may directly access the audio hardware
/system/sepolicy/prebuilts/api/31.0/public/
Daudioserver.te1 # audioserver - audio services daemon
5 # Allow audioserver to signal audio HAL processes and dump their stacks.
Dhal_audio.te24 # allow hal audio to use vnbinder
34 # Only audio HAL may directly access the audio hardware
/system/linkerconfig/testdata/root/system/apex/com.android.vndk.vR/etc/
Dvndkcore.libraries.R.txt9 android.hardware.audio.common@2.0.so
10 android.hardware.audio.common@4.0.so
11 android.hardware.audio.common@5.0.so
12 android.hardware.audio.common@6.0.so
13 android.hardware.audio.effect@2.0.so
14 android.hardware.audio.effect@4.0.so
15 android.hardware.audio.effect@5.0.so
16 android.hardware.audio.effect@6.0.so
17 android.hardware.audio@2.0.so
18 android.hardware.audio@4.0.so
[all …]
/system/sepolicy/prebuilts/api/29.0/public/
Dhal_audio.te20 # allow hal audio to use vnbinder
34 # Only audio HAL may directly access the audio hardware
/system/sepolicy/prebuilts/api/28.0/public/
Dhal_audio.te21 # allow hal audio to use vnbinder
35 # Only audio HAL may directly access the audio hardware
/system/bt/stack/test/fuzzers/
DAndroid.bp25 "libbt-audio-hal-interface",
50 "android.hardware.bluetooth.audio@2.0",
51 "android.hardware.bluetooth.audio@2.1",
/system/chre/apps/test/common/proto/
Dchre_audio_concurrency_test.proto23 // C2H: A message indicating that CHRE audio has been enabled and
33 // Sets up the test by enabling CHRE audio and verifying data reception.
36 // to the mic. The nanoapp should verify that audio data reception resumes.

12345678