HomeSort by relevance Sort by last modified time
    Searched refs:alsa (Results 1 - 25 of 30) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-4.6/sysroot/usr/include/sys/
asoundlib.h 1 #warning This header is deprecated, use <alsa/asoundlib.h> instead.
2 #include <alsa/asoundlib.h>
  /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/qemu/distrib/sdl-1.2.15/src/audio/alsa/
SDL_alsa_audio.h 27 #include <alsa/asoundlib.h>
  /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...]
  /external/chromium_org/third_party/libjingle/source/talk/sound/
alsasymboltable.h 31 #include <alsa/asoundlib.h>
38 // The ALSA symbols we need, as an X-Macro list.
alsasoundsystem.cc 43 // ALSA's enums.
63 // We translate newlines in ALSA device descriptions to hyphens.
72 // The ALSA descriptions have newlines in them, which won't show up in
89 AlsaStream(AlsaSoundSystem *alsa,
95 : alsa_(alsa),
251 AlsaInputStream(AlsaSoundSystem *alsa,
257 : stream_(alsa, handle, frame_size, wait_timeout_ms, flags, freq),
357 AlsaOutputStream(AlsaSoundSystem *alsa,
363 : stream_(alsa, handle, frame_size, wait_timeout_ms, flags, freq) {
530 return "ALSA";
    [all...]
  /hardware/ti/wpan/tools/FM/service/src/jni/
Android.mk 21 ALSA_PATH := external/alsa-lib/
  /external/chromium_org/media/audio/linux/
alsa_util.h 8 #include <alsa/asoundlib.h>
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
64 // Utility function for talking with the ALSA API.
80 snd_pcm_t* device_handle_; // Handle to the ALSA PCM recording device.
81 snd_mixer_t* mixer_handle_; // Handle to the ALSA microphone mixer.
alsa_wrapper.h 5 // AlsaWrapper is a simple stateless class that wraps the alsa library commands
9 #include <alsa/asoundlib.h>
alsa_output.h 5 // Creates an output stream based on the ALSA PCM interface.
24 #include <alsa/asoundlib.h>
49 // String for the generic "default" ALSA device that has the highest
57 // Prefix for device names to enable ALSA library resampling.
63 // Create a PCM Output stream for the ALSA device identified by
65 // the alsa libraries, allowing for dependency injection during testing. All
66 // requesting of data, and writing to the alsa device will be done on
123 // ALSA device.
129 // Utility functions for talking with the ALSA API.
182 // writing to the ALSA device. This is set because the device has entere
    [all...]
alsa_wrapper.cc 7 #include <alsa/asoundlib.h>
  /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/cras/
cras_unified.h 13 #include <alsa/asoundlib.h>
  /bionic/libc/kernel/common/linux/
media.h 85 } alsa; member in union:media_entity_desc::__anon431
  /external/kernel-headers/original/linux/
media.h 88 } alsa; member in union:media_entity_desc::__anon21819
  /hardware/samsung_slsi/exynos5/include/
media.h 85 } alsa; member in union:media_entity_desc::__anon34009
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
media.h 88 } alsa; member in union:media_entity_desc::__anon34425
  /external/qemu/android/config/
check-alsa.c 18 #include <alsa/asoundlib.h>
  /device/asus/flo/
device-common.mk 166 alsa.msm8960 \

Completed in 1348 milliseconds

1 2