/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/ |
asoundlib.h | 1 #warning This header is deprecated, use <alsa/asoundlib.h> instead. 2 #include <alsa/asoundlib.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
asoundlib.h | 1 #warning This header is deprecated, use <alsa/asoundlib.h> instead. 2 #include <alsa/asoundlib.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/ |
asoundlib.h | 3 * \brief Application interface library for the ALSA driver 5 * \author Abramo Bagnara <abramo@alsa-project.org> 9 * Application interface library for the ALSA driver 42 #include <alsa/asoundef.h> 43 #include <alsa/version.h> 44 #include <alsa/global.h> 45 #include <alsa/input.h> 46 #include <alsa/output.h> 47 #include <alsa/error.h> 48 #include <alsa/conf.h [all...] |
seq_midi_event.h | 3 * \brief Application interface library for the ALSA driver 5 * \author Abramo Bagnara <abramo@alsa-project.org> 9 * Application interface library for the ALSA driver
|
error.h | 3 * \brief Application interface library for the ALSA driver 5 * \author Abramo Bagnara <abramo@alsa-project.org> 9 * Application interface library for the ALSA driver 56 * A function of this type is called by the ALSA library when an error occurs.
|
input.h | 3 * \brief Application interface library for the ALSA driver 5 * \author Abramo Bagnara <abramo@alsa-project.org> 9 * Application interface library for the ALSA driver 51 * The ALSA library uses a pointer to this structure as a handle to an
|
output.h | 3 * \brief Application interface library for the ALSA driver 5 * \author Abramo Bagnara <abramo@alsa-project.org> 9 * Application interface library for the ALSA driver 51 * The ALSA library uses a pointer to this structure as a handle to an
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/ |
asoundlib.h | 3 * \brief Application interface library for the ALSA driver 5 * \author Abramo Bagnara <abramo@alsa-project.org> 9 * Application interface library for the ALSA driver 42 #include <alsa/asoundef.h> 43 #include <alsa/version.h> 44 #include <alsa/global.h> 45 #include <alsa/input.h> 46 #include <alsa/output.h> 47 #include <alsa/error.h> 48 #include <alsa/conf.h [all...] |
seq_midi_event.h | 3 * \brief Application interface library for the ALSA driver 5 * \author Abramo Bagnara <abramo@alsa-project.org> 9 * Application interface library for the ALSA driver
|
error.h | 3 * \brief Application interface library for the ALSA driver 5 * \author Abramo Bagnara <abramo@alsa-project.org> 9 * Application interface library for the ALSA driver 56 * A function of this type is called by the ALSA library when an error occurs.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib/pkgconfig/ |
alsa.pc | 6 Name: alsa 7 Description: Advanced Linux Sound Architecture (ALSA) - Library 12 # -I${includedir}/alsa below is just for backward compatibility 14 Cflags: -I${includedir} -I${includedir}/alsa
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/pkgconfig/ |
alsa.pc | 6 Name: alsa 7 Description: Advanced Linux Sound Architecture (ALSA) - Library 12 # -I${includedir}/alsa below is just for backward compatibility 14 Cflags: -I${includedir} -I${includedir}/alsa
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib/pkgconfig/ |
alsa.pc | 6 Name: alsa 7 Description: Advanced Linux Sound Architecture (ALSA) - Library 12 # -I${includedir}/alsa below is just for backward compatibility 14 Cflags: -I${includedir} -I${includedir}/alsa
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/pkgconfig/ |
alsa.pc | 6 Name: alsa 7 Description: Advanced Linux Sound Architecture (ALSA) - Library 12 # -I${includedir}/alsa below is just for backward compatibility 14 Cflags: -I${includedir} -I${includedir}/alsa
|
/external/tinycompress/ |
README | 7 tinycompress is a userspace library for anyone who wants to use the ALSA 9 This library provides the APIs to open a ALSA compressed device and read/write 16 The library can found in alsa-project.org 17 Git: git clone git://git.alsa-project.org/tinycompress.git 18 Http: http://git.alsa-project.org/?p=tinycompress.git 21 Please send any enhancements/fixes to alsa developer mailing list at: 22 alsa-devel@alsa-project.org.
|
/external/qemu/distrib/sdl-1.2.15/acinclude/ |
alsa.m4 | 2 dnl Configure Paths for Alsa 3 dnl Some modifications by Richard Boulton <richard-alsa@tartarus.org> 6 dnl Last modification: alsa.m4,v 1.23 2004/01/16 18:14:22 tiwai Exp 9 dnl enables arguments --with-alsa-prefix= 10 dnl --with-alsa-enc-prefix= 14 dnl and the alsa libraries are not found, a fatal AC_MSG_ERROR() will result. 24 dnl Get the cflags and libraries for alsa 26 AC_ARG_WITH(alsa-prefix, 27 [ --with-alsa-prefix=PFX Prefix where Alsa library is installed(optional)] [all...] |
/external/chromium_org/media/midi/ |
midi_manager_alsa.h | 8 #include <alsa/asoundlib.h> 40 // Alsa seq handles. 49 // Mapping from Alsa client:port to our index. 53 // Alsa event <-> MIDI coders.
|
/external/chromium_org/third_party/webrtc/sound/ |
linuxsoundsystem.h | 26 // The vast majority of Linux systems use ALSA for the device-level sound API, 28 // only using ALSA internally in PulseAudio itself. But like everything on 33 // access using ALSA typically won't work, so if PulseAudioSoundSystem 34 // initializes then we choose that. Otherwise we choose ALSA.
|
/external/tinyalsa/ |
README | 1 tinyalsa: a small library to interface with ALSA in the Linux kernel
|
/external/qemu/audio/ |
alsaaudio.c | 2 * QEMU ALSA audio driver 25 #include <alsa/asoundlib.h> 34 #define AUDIO_CAP "alsa" 270 /* XXX: ALSA example uses initial count, not the one returned by 301 audio_run ("alsa run (prepared)"); 305 audio_run ("alsa run (running)"); 376 ALSAVoiceOut *alsa = (ALSAVoiceOut *) hw; local 378 return alsa_poll_helper (alsa->handle, &alsa->pollhlp, POLLOUT); 383 ALSAVoiceIn *alsa = (ALSAVoiceIn *) hw local 847 ALSAVoiceOut *alsa = (ALSAVoiceOut *) hw; local 866 ALSAVoiceOut *alsa = (ALSAVoiceOut *) hw; local 879 ALSAVoiceOut *alsa = (ALSAVoiceOut *) hw; local 954 ALSAVoiceOut *alsa = (ALSAVoiceOut *) hw; local 984 ALSAVoiceIn *alsa = (ALSAVoiceIn *) hw; local 1037 ALSAVoiceIn *alsa = (ALSAVoiceIn *) hw; local 1049 ALSAVoiceIn *alsa = (ALSAVoiceIn *) hw; local 1182 ALSAVoiceIn *alsa = (ALSAVoiceIn *) hw; local [all...] |
/frameworks/base/cmds/bootanimation/ |
AudioPlayer.h | 37 int mCard; // ALSA card to use 38 int mDevice; // ALSA device to use
|
/hardware/qcom/audio/legacy/alsa_sound/ |
Android.mk | 1 # hardware/libaudio-alsa/Android.mk 54 LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/audio-alsa 69 # This is the ALSA audio policy manager 96 # This is the ALSA module which behaves closely like the original 137 LOCAL_MODULE:= alsa.msm8960
|
/external/chromium_org/media/audio/ |
BUILD.gn | 183 "alsa/alsa_input.cc", 184 "alsa/alsa_input.h", 185 "alsa/alsa_output.cc", 186 "alsa/alsa_output.h", 187 "alsa/alsa_util.cc", 188 "alsa/alsa_util.h", 189 "alsa/alsa_wrapper.cc", 190 "alsa/alsa_wrapper.h", 191 "alsa/audio_manager_alsa.cc", 192 "alsa/audio_manager_alsa.h" [all...] |
/external/chromium_org/media/audio/alsa/ |
alsa_input.h | 8 #include <alsa/asoundlib.h> 25 // Provides an input stream for audio capture based on the ALSA PCM interface. 34 // Create a PCM Output stream for the ALSA device identified by 65 // Utility function for talking with the ALSA API. 81 snd_pcm_t* device_handle_; // Handle to the ALSA PCM recording device. 82 snd_mixer_t* mixer_handle_; // Handle to the ALSA microphone mixer.
|
audio_manager_alsa.h | 59 // Gets a list of available ALSA devices. 63 // Gets the ALSA devices' names and ids that support streams of the 69 // Checks if the specific ALSA device is available.
|