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

1 2

  /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...]
  /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...]
  /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>
  /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/webrtc/sound/
alsasymboltable.h 14 #include <alsa/asoundlib.h>
21 // The ALSA symbols we need, as an X-Macro list.
alsasoundsystem.cc 26 // ALSA's enums.
46 // We translate newlines in ALSA device descriptions to hyphens.
55 // The ALSA descriptions have newlines in them, which won't show up in
72 AlsaStream(AlsaSoundSystem *alsa,
78 : alsa_(alsa),
234 AlsaInputStream(AlsaSoundSystem *alsa,
240 : stream_(alsa, handle, frame_size, wait_timeout_ms, flags, freq),
340 AlsaOutputStream(AlsaSoundSystem *alsa,
346 : stream_(alsa, handle, frame_size, wait_timeout_ms, flags, freq) {
513 return "ALSA";
    [all...]
  /frameworks/base/core/java/android/alsa/
LineTokenizer.java 16 package android.alsa;
20 * Breaks lines in an ALSA "cards" or "devices" file into tokens.
  /external/chromium_org/media/audio/alsa/
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
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.
  /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.
  /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/third_party/webrtc/modules/audio_device/linux/
audio_mixer_manager_alsa_linux.h 19 #include <alsa/asoundlib.h>
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbAudioManager.java 19 import android.alsa.AlsaCardsParser;
20 import android.alsa.AlsaDevicesParser;
109 Slog.d(TAG, "usb: IllegalThreadStateException while waiting for ALSA file.");
111 Slog.d(TAG, "usb: InterruptedException while waiting for ALSA file.");
150 // Alsa Card.
  /bionic/libc/kernel/uapi/linux/
media.h 86 } alsa; member in union:media_entity_desc::__anon595
  /development/ndk/platforms/android-L/include/linux/
media.h 86 } alsa; member in union:media_entity_desc::__anon2195
  /external/kernel-headers/original/uapi/linux/
media.h 90 } alsa; member in union:media_entity_desc::__anon6868
  /hardware/samsung_slsi/exynos5/include/
media.h 85 } alsa; member in union:media_entity_desc::__anon21815
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
media.h 88 } alsa; member in union:media_entity_desc::__anon22213
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
media.h 86 } alsa; member in union:media_entity_desc::__anon55351
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
media.h 86 } alsa; member in union:media_entity_desc::__anon56118
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
media.h 86 } alsa; member in union:media_entity_desc::__anon56897
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
media.h 86 } alsa; member in union:media_entity_desc::__anon57675

Completed in 2413 milliseconds

1 2