/system/bt/audio_hal_interface/ |
D | a2dp_encoding.cc | 29 using ::bluetooth::audio::AudioCapabilities; 30 using ::bluetooth::audio::AudioConfiguration; 31 using ::bluetooth::audio::BitsPerSample; 32 using ::bluetooth::audio::BluetoothAudioCtrlAck; 33 using ::bluetooth::audio::ChannelMode; 34 using ::bluetooth::audio::PcmParameters; 35 using ::bluetooth::audio::SampleRate; 36 using ::bluetooth::audio::SessionType; 38 using ::bluetooth::audio::BluetoothAudioClientInterface; 39 using ::bluetooth::audio::codec::A2dpAacToHalConfig; [all …]
|
D | hearing_aid_software_encoding.cc | 28 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::hearing_aid::StreamCallbacks; 40 : public bluetooth::audio::IBluetoothTransportInstance { [all …]
|
D | client_interface.h | 33 namespace audio { 35 using ::android::hardware::bluetooth::audio::V2_0::AudioCapabilities; 36 using ::android::hardware::bluetooth::audio::V2_0::AudioConfiguration; 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::IBluetoothAudioProvider; 40 using ::android::hardware::bluetooth::audio::V2_0::PcmParameters; 41 using ::android::hardware::bluetooth::audio::V2_0::SampleRate; 42 using ::android::hardware::bluetooth::audio::V2_0::SessionType; 43 using ::android::hardware::bluetooth::audio::V2_0::TimeSpec; [all …]
|
D | codec_status.h | 26 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;
|
D | Android.bp | 4 name: "libbt-audio-hal-interface", 20 "android.hardware.bluetooth.audio@2.0", 36 name: "bluetooth-test-audio-hal-interface", 46 "android.hardware.bluetooth.audio@2.0", 54 "libbt-audio-hal-interface",
|
D | client_interface_unittest.cc | 24 using ::android::hardware::bluetooth::audio::V2_0::AacObjectType; 25 using ::android::hardware::bluetooth::audio::V2_0::AacParameters; 26 using ::android::hardware::bluetooth::audio::V2_0::AacVariableBitRate; 27 using ::android::hardware::bluetooth::audio::V2_0::AptxParameters; 28 using ::android::hardware::bluetooth::audio::V2_0::CodecCapabilities; 29 using ::android::hardware::bluetooth::audio::V2_0::CodecType; 30 using ::android::hardware::bluetooth::audio::V2_0::LdacChannelMode; 31 using ::android::hardware::bluetooth::audio::V2_0::LdacParameters; 32 using ::android::hardware::bluetooth::audio::V2_0::LdacQualityIndex; 33 using ::android::hardware::bluetooth::audio::V2_0::SbcAllocMethod; [all …]
|
D | codec_status.cc | 29 using ::android::hardware::bluetooth::audio::V2_0::AacObjectType; 30 using ::android::hardware::bluetooth::audio::V2_0::AacParameters; 31 using ::android::hardware::bluetooth::audio::V2_0::AacVariableBitRate; 32 using ::android::hardware::bluetooth::audio::V2_0::AptxParameters; 33 using ::android::hardware::bluetooth::audio::V2_0::AudioCapabilities; 34 using ::android::hardware::bluetooth::audio::V2_0::BitsPerSample; 35 using ::android::hardware::bluetooth::audio::V2_0::ChannelMode; 36 using ::android::hardware::bluetooth::audio::V2_0::CodecType; 37 using ::android::hardware::bluetooth::audio::V2_0::LdacChannelMode; 38 using ::android::hardware::bluetooth::audio::V2_0::LdacParameters; [all …]
|
/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() 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()
|
D | btif_a2dp_source.cc | 358 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 …]
|
/system/bt/bta/hearing_aid/ |
D | hearing_aid_audio_source.cc | 71 if (bluetooth::audio::hearing_aid::is_hal_2_0_enabled()) { in send_audio_data() 72 bytes_read = bluetooth::audio::hearing_aid::read(p_buf, bytes_per_tick); in send_audio_data() 372 if (bluetooth::audio::hearing_aid::is_hal_2_0_enabled()) { in Start() 373 bluetooth::audio::hearing_aid::start_session(); in Start() 374 bluetooth::audio::hearing_aid::set_remote_delay(remote_delay_ms); in Start() 383 if (bluetooth::audio::hearing_aid::is_hal_2_0_enabled()) { in Stop() 384 bluetooth::audio::hearing_aid::end_session(); in Stop() 391 auto stream_cb = bluetooth::audio::hearing_aid::StreamCallbacks{ in Initialize() 395 if (!bluetooth::audio::hearing_aid::init(stream_cb, get_main_thread())) { in Initialize() 403 if (bluetooth::audio::hearing_aid::is_hal_2_0_enabled()) { in CleanUp() [all …]
|
/system/bt/audio_bluetooth_hw/ |
D | Android.bp | 1 // The format of the name is audio.<type>.<hardware/etc>.so 4 name: "audio.bluetooth.default", 15 "android.hardware.bluetooth.audio@2.0",
|
D | device_port_proxy.h | 29 namespace audio { 31 using ::android::hardware::bluetooth::audio::V2_0::SessionType; 112 const ::android::hardware::bluetooth::audio::V2_0::Status& status);
|
D | device_port_proxy.cc | 33 namespace audio { namespace 36 using ::android::bluetooth::audio::BluetoothAudioSessionControl; 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 ::android::hardware::bluetooth::audio::V2_0::SampleRate; 42 ::android::hardware::bluetooth::audio::V2_0::Status; 103 cookie_(android::bluetooth::audio::kObserversCookieUndefined) {} in BluetoothAudioPortOut() 135 ::android::bluetooth::audio::PortStatusCallbacks cbacks = { in SetUp() 142 return (cookie_ != android::bluetooth::audio::kObserversCookieUndefined); in SetUp() [all …]
|
/system/sepolicy/public/ |
D | audioserver.te | 1 # audioserver - audio services daemon 5 # Allow audioserver to signal audio HAL processes and dump their stacks.
|
D | hal_audio.te | 23 # allow hal audio to use vnbinder 33 # Only audio HAL may directly access the audio hardware
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | audioserver.te | 1 # audioserver - audio services daemon 5 # Allow audioserver to signal audio HAL processes and dump their stacks.
|
D | hal_audio.te | 23 # allow hal audio to use vnbinder 33 # Only audio HAL may directly access the audio hardware
|
/system/linkerconfig/testdata/root/system/apex/com.android.vndk.vR/etc/ |
D | vndkcore.libraries.R.txt | 9 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/ |
D | hal_audio.te | 20 # allow hal audio to use vnbinder 34 # Only audio HAL may directly access the audio hardware
|
/system/libsysprop/srcs/android/sysprop/ |
D | HdmiProperties.sysprop | 55 prop_name: "ro.hdmi.cec.audio.arc_port.config" 65 prop_name: "ro.hdmi.cec.audio.system_audio_mode_muting.enabled" 68 # True means CEC audio device should forward volume keys when system audio mode is off. 75 prop_name: "ro.hdmi.cec.audio.forward_volume_keys_when_system_audio_mode_off.enabled"
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | hal_audio.te | 21 # allow hal audio to use vnbinder 35 # Only audio HAL may directly access the audio hardware
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | audioserver.te | 1 # audioserver - audio services daemon 38 # Grant access to audio files to audioserver 58 # permissions. Example: Audioserver is only responsible for controlling audio 59 # hardware and processing audio content. Cameraserver does the same for camera
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | audioserver.te | 1 # audioserver - audio services daemon 38 # Grant access to audio files to audioserver 58 # permissions. Example: Audioserver is only responsible for controlling audio 59 # hardware and processing audio content. Cameraserver does the same for camera
|
/system/bt/audio_a2dp_hw/ |
D | Android.bp | 14 name: "audio.a2dp.default", 49 "audio.a2dp.default",
|
/system/bt/audio_hearing_aid_hw/ |
D | Android.bp | 14 name: "audio.hearing_aid.default", 48 "audio.hearing_aid.default",
|