Searched refs:audio (Results 1 – 25 of 149) sorted by relevance
123456
/hardware/interfaces/audio/effect/2.0/ |
D | Android.bp | 4 name: "android.hardware.audio.effect@2.0_hal", 25 name: "android.hardware.audio.effect@2.0_genc++", 27 …are:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.audio.effect@2.0", 29 ":android.hardware.audio.effect@2.0_hal", 32 "android/hardware/audio/effect/2.0/types.cpp", 33 "android/hardware/audio/effect/2.0/AcousticEchoCancelerEffectAll.cpp", 34 "android/hardware/audio/effect/2.0/AutomaticGainControlEffectAll.cpp", 35 "android/hardware/audio/effect/2.0/BassBoostEffectAll.cpp", 36 "android/hardware/audio/effect/2.0/DownmixEffectAll.cpp", 37 "android/hardware/audio/effect/2.0/EffectAll.cpp", [all …]
|
/hardware/interfaces/audio/2.0/ |
D | Android.bp | 4 name: "android.hardware.audio@2.0_hal", 18 name: "android.hardware.audio@2.0_genc++", 20 …d.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.audio@2.0", 22 ":android.hardware.audio@2.0_hal", 25 "android/hardware/audio/2.0/types.cpp", 26 "android/hardware/audio/2.0/DeviceAll.cpp", 27 "android/hardware/audio/2.0/DevicesFactoryAll.cpp", 28 "android/hardware/audio/2.0/PrimaryDeviceAll.cpp", 29 "android/hardware/audio/2.0/StreamAll.cpp", 30 "android/hardware/audio/2.0/StreamInAll.cpp", [all …]
|
D | IDevice.hal | 17 package android.hardware.audio@2.0; 19 import android.hardware.audio.common@2.0; 24 typedef android.hardware.audio@2.0::Result Result; 27 * Returns whether the audio hardware interface has been initialized. 34 * Sets the audio volume for all audio activities other than voice call. If 46 * from the primary audio HAL when the service starts and use the value for 72 * Set the audio mute status for all audio activities. If the return value 75 * @param mute whether audio is muted. 83 * audio HAL when the service starts and use the value for setting the 88 * @return mute whether audio is muted. [all …]
|
/hardware/interfaces/audio/common/2.0/ |
D | Android.bp | 4 name: "android.hardware.audio.common@2.0_hal", 11 name: "android.hardware.audio.common@2.0_genc++", 13 …are:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.audio.common@2.0", 15 ":android.hardware.audio.common@2.0_hal", 18 "android/hardware/audio/common/2.0/types.cpp", 23 name: "android.hardware.audio.common@2.0_genc++_headers", 25 …are:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.audio.common@2.0", 27 ":android.hardware.audio.common@2.0_hal", 30 "android/hardware/audio/common/2.0/types.h", 31 "android/hardware/audio/common/2.0/hwtypes.h", [all …]
|
/hardware/interfaces/audio/2.0/default/ |
D | Device.h | 34 namespace audio { 38 using ::android::hardware::audio::common::V2_0::AudioConfig; 39 using ::android::hardware::audio::common::V2_0::AudioHwSync; 40 using ::android::hardware::audio::common::V2_0::AudioInputFlag; 41 using ::android::hardware::audio::common::V2_0::AudioOutputFlag; 42 using ::android::hardware::audio::common::V2_0::AudioPatchHandle; 43 using ::android::hardware::audio::common::V2_0::AudioPort; 44 using ::android::hardware::audio::common::V2_0::AudioPortConfig; 45 using ::android::hardware::audio::common::V2_0::AudioSource; 46 using ::android::hardware::audio::V2_0::DeviceAddress; [all …]
|
D | Android.mk | 20 LOCAL_MODULE := android.hardware.audio@2.0-impl 42 android.hardware.audio@2.0 \ 43 android.hardware.audio.common@2.0 \ 44 android.hardware.audio.common@2.0-util \ 61 LOCAL_MODULE := android.hardware.audio@2.0-service 62 LOCAL_INIT_RC := android.hardware.audio@2.0-service.rc 74 android.hardware.audio@2.0 \ 75 android.hardware.audio.common@2.0 \ 76 android.hardware.audio.effect@2.0 \
|
D | PrimaryDevice.h | 29 namespace audio { 33 using ::android::hardware::audio::common::V2_0::AudioConfig; 34 using ::android::hardware::audio::common::V2_0::AudioInputFlag; 35 using ::android::hardware::audio::common::V2_0::AudioMode; 36 using ::android::hardware::audio::common::V2_0::AudioOutputFlag; 37 using ::android::hardware::audio::common::V2_0::AudioPort; 38 using ::android::hardware::audio::common::V2_0::AudioPortConfig; 39 using ::android::hardware::audio::common::V2_0::AudioSource; 40 using ::android::hardware::audio::V2_0::DeviceAddress; 41 using ::android::hardware::audio::V2_0::IDevice; [all …]
|
D | StreamOut.h | 35 namespace audio { 39 using ::android::hardware::audio::common::V2_0::AudioChannelMask; 40 using ::android::hardware::audio::common::V2_0::AudioDevice; 41 using ::android::hardware::audio::common::V2_0::AudioFormat; 42 using ::android::hardware::audio::V2_0::AudioDrain; 43 using ::android::hardware::audio::V2_0::DeviceAddress; 44 using ::android::hardware::audio::V2_0::IStream; 45 using ::android::hardware::audio::V2_0::IStreamOut; 46 using ::android::hardware::audio::V2_0::IStreamOutCallback; 47 using ::android::hardware::audio::V2_0::ParameterValue; [all …]
|
D | StreamIn.h | 35 namespace audio { 39 using ::android::hardware::audio::common::V2_0::AudioChannelMask; 40 using ::android::hardware::audio::common::V2_0::AudioDevice; 41 using ::android::hardware::audio::common::V2_0::AudioFormat; 42 using ::android::hardware::audio::common::V2_0::AudioSource; 43 using ::android::hardware::audio::V2_0::DeviceAddress; 44 using ::android::hardware::audio::V2_0::IStream; 45 using ::android::hardware::audio::V2_0::IStreamIn; 46 using ::android::hardware::audio::V2_0::ParameterValue; 47 using ::android::hardware::audio::V2_0::Result;
|
D | DevicesFactory.h | 28 namespace audio { 32 using ::android::hardware::audio::V2_0::IDevice; 33 using ::android::hardware::audio::V2_0::IDevicesFactory; 34 using ::android::hardware::audio::V2_0::Result;
|
D | android.hardware.audio@2.0-service.rc | 1 service audio-hal-2-0 /vendor/bin/hw/android.hardware.audio@2.0-service 5 group audio camera drmrpc inet media mediadrm net_bt net_bt_admin net_bw_acct 9 # and its .rc file has an "onrestart restart audio-hal" rule, thus
|
/hardware/intel/common/libmix/mix_audio/docs/reference/MixAudio/html/ |
D | index.sgml | 75 <ANCHOR id="mix-acp-set-audio-manager" href="MixAudio/MixAudio-MixAudioConfigParams.html#mix-acp-se… 76 <ANCHOR id="mix-acp-get-audio-manager" href="MixAudio/MixAudio-MixAudioConfigParams.html#mix-acp-ge… 103 <ANCHOR id="mix-audio-new" href="MixAudio/MixAudio.html#mix-audio-new"> 104 <ANCHOR id="mix-audio-ref" href="MixAudio/MixAudio.html#mix-audio-ref"> 105 <ANCHOR id="mix-audio-unref" href="MixAudio/MixAudio.html#mix-audio-unref"> 106 <ANCHOR id="mix-audio-get-version" href="MixAudio/MixAudio.html#mix-audio-get-version"> 107 <ANCHOR id="mix-audio-initialize" href="MixAudio/MixAudio.html#mix-audio-initialize"> 108 <ANCHOR id="mix-audio-configure" href="MixAudio/MixAudio.html#mix-audio-configure"> 109 <ANCHOR id="mix-audio-decode" href="MixAudio/MixAudio.html#mix-audio-decode"> 110 <ANCHOR id="mix-audio-capture-encode" href="MixAudio/MixAudio.html#mix-audio-capture-encode"> [all …]
|
/hardware/interfaces/audio/effect/2.0/default/ |
D | VirtualizerEffect.h | 29 namespace audio { 34 using ::android::hardware::audio::common::V2_0::AudioChannelMask; 35 using ::android::hardware::audio::common::V2_0::AudioDevice; 36 using ::android::hardware::audio::common::V2_0::AudioMode; 37 using ::android::hardware::audio::common::V2_0::AudioSource; 38 using ::android::hardware::audio::effect::V2_0::AudioBuffer; 39 using ::android::hardware::audio::effect::V2_0::EffectAuxChannelsConfig; 40 using ::android::hardware::audio::effect::V2_0::EffectConfig; 41 using ::android::hardware::audio::effect::V2_0::EffectDescriptor; 42 using ::android::hardware::audio::effect::V2_0::EffectOffloadParameter; [all …]
|
D | LoudnessEnhancerEffect.h | 29 namespace audio { 34 using ::android::hardware::audio::common::V2_0::AudioDevice; 35 using ::android::hardware::audio::common::V2_0::AudioMode; 36 using ::android::hardware::audio::common::V2_0::AudioSource; 37 using ::android::hardware::audio::effect::V2_0::AudioBuffer; 38 using ::android::hardware::audio::effect::V2_0::EffectAuxChannelsConfig; 39 using ::android::hardware::audio::effect::V2_0::EffectConfig; 40 using ::android::hardware::audio::effect::V2_0::EffectDescriptor; 41 using ::android::hardware::audio::effect::V2_0::EffectOffloadParameter; 42 using ::android::hardware::audio::effect::V2_0::IEffect; [all …]
|
D | PresetReverbEffect.h | 29 namespace audio { 34 using ::android::hardware::audio::common::V2_0::AudioDevice; 35 using ::android::hardware::audio::common::V2_0::AudioMode; 36 using ::android::hardware::audio::common::V2_0::AudioSource; 37 using ::android::hardware::audio::effect::V2_0::AudioBuffer; 38 using ::android::hardware::audio::effect::V2_0::EffectAuxChannelsConfig; 39 using ::android::hardware::audio::effect::V2_0::EffectConfig; 40 using ::android::hardware::audio::effect::V2_0::EffectDescriptor; 41 using ::android::hardware::audio::effect::V2_0::EffectOffloadParameter; 42 using ::android::hardware::audio::effect::V2_0::IEffect; [all …]
|
D | NoiseSuppressionEffect.h | 31 namespace audio { 36 using ::android::hardware::audio::common::V2_0::AudioDevice; 37 using ::android::hardware::audio::common::V2_0::AudioMode; 38 using ::android::hardware::audio::common::V2_0::AudioSource; 39 using ::android::hardware::audio::effect::V2_0::AudioBuffer; 40 using ::android::hardware::audio::effect::V2_0::EffectAuxChannelsConfig; 41 using ::android::hardware::audio::effect::V2_0::EffectConfig; 42 using ::android::hardware::audio::effect::V2_0::EffectDescriptor; 43 using ::android::hardware::audio::effect::V2_0::EffectOffloadParameter; 44 using ::android::hardware::audio::effect::V2_0::IEffect; [all …]
|
D | VisualizerEffect.h | 29 namespace audio { 34 using ::android::hardware::audio::common::V2_0::AudioDevice; 35 using ::android::hardware::audio::common::V2_0::AudioMode; 36 using ::android::hardware::audio::common::V2_0::AudioSource; 37 using ::android::hardware::audio::effect::V2_0::AudioBuffer; 38 using ::android::hardware::audio::effect::V2_0::EffectAuxChannelsConfig; 39 using ::android::hardware::audio::effect::V2_0::EffectConfig; 40 using ::android::hardware::audio::effect::V2_0::EffectDescriptor; 41 using ::android::hardware::audio::effect::V2_0::EffectOffloadParameter; 42 using ::android::hardware::audio::effect::V2_0::IEffect; [all …]
|
D | EffectsFactory.h | 28 namespace audio { 33 using ::android::hardware::audio::common::V2_0::Uuid; 34 using ::android::hardware::audio::effect::V2_0::EffectDescriptor; 35 using ::android::hardware::audio::effect::V2_0::IEffect; 36 using ::android::hardware::audio::effect::V2_0::IEffectsFactory; 37 using ::android::hardware::audio::effect::V2_0::Result;
|
D | EqualizerEffect.h | 33 namespace audio { 38 using ::android::hardware::audio::common::V2_0::AudioDevice; 39 using ::android::hardware::audio::common::V2_0::AudioMode; 40 using ::android::hardware::audio::common::V2_0::AudioSource; 41 using ::android::hardware::audio::effect::V2_0::AudioBuffer; 42 using ::android::hardware::audio::effect::V2_0::EffectAuxChannelsConfig; 43 using ::android::hardware::audio::effect::V2_0::EffectConfig; 44 using ::android::hardware::audio::effect::V2_0::EffectDescriptor; 45 using ::android::hardware::audio::effect::V2_0::EffectOffloadParameter; 46 using ::android::hardware::audio::effect::V2_0::IEffect; [all …]
|
D | EnvironmentalReverbEffect.h | 31 namespace audio { 36 using ::android::hardware::audio::common::V2_0::AudioDevice; 37 using ::android::hardware::audio::common::V2_0::AudioMode; 38 using ::android::hardware::audio::common::V2_0::AudioSource; 39 using ::android::hardware::audio::effect::V2_0::AudioBuffer; 40 using ::android::hardware::audio::effect::V2_0::EffectAuxChannelsConfig; 41 using ::android::hardware::audio::effect::V2_0::EffectConfig; 42 using ::android::hardware::audio::effect::V2_0::EffectDescriptor; 43 using ::android::hardware::audio::effect::V2_0::EffectOffloadParameter; 44 using ::android::hardware::audio::effect::V2_0::IEffect; [all …]
|
D | Android.mk | 4 LOCAL_MODULE := android.hardware.audio.effect@2.0-impl 34 android.hardware.audio.common@2.0 \ 35 android.hardware.audio.common@2.0-util \ 36 android.hardware.audio.effect@2.0 \
|
/hardware/interfaces/audio/common/2.0/default/ |
D | HidlUtils.h | 25 using ::android::hardware::audio::common::V2_0::AudioConfig; 26 using ::android::hardware::audio::common::V2_0::AudioGain; 27 using ::android::hardware::audio::common::V2_0::AudioGainConfig; 28 using ::android::hardware::audio::common::V2_0::AudioOffloadInfo; 29 using ::android::hardware::audio::common::V2_0::AudioPort; 30 using ::android::hardware::audio::common::V2_0::AudioPortConfig; 31 using ::android::hardware::audio::common::V2_0::Uuid;
|
/hardware/interfaces/ |
D | update-base-files.sh | 39 -o system/media/audio/include/system/audio-base.h \ 40 android.hardware.audio.common@2.0 42 -o system/media/audio/include/system/audio_effect-base.h \ 43 android.hardware.audio.effect@2.0
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | Android.mk | 50 LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/audio-alsa 51 LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/libalsa-intf 52 LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/surround_sound/ 59 LOCAL_MODULE := audio.primary.msm8960 88 LOCAL_C_INCLUDES += hardware/libhardware_legacy/audio 114 LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/libalsa-intf
|
/hardware/libhardware/modules/audio/ |
D | Android.bp | 15 // The default audio HAL module, which is a stub, that is loaded if no other 19 // The format of the name is audio.<type>.<hardware/etc>.so where the only 22 name: "audio.primary.default", 33 // The stub audio HAL module, identical to the default audio hal, but with 34 // different name to be loaded concurrently with other audio HALs if necessary. 37 // The format of the name is audio.<type>.<hardware/etc>.so where the only 40 name: "audio.stub.default", 51 // The stub audio policy HAL module that can be used as a skeleton for
|
123456