HomeSort by relevance Sort by last modified time
    Searched full:alsa (Results 26 - 50 of 237) sorted by null

12 3 4 5 6 7 8 910

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
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
global.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 * The ALSA library implementation uses these macros and functions.
111 * The ALSA library uses a pointer to this structure as a handle to an async
conf.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
38 * modify and write the contents of ALSA configuration files.
66 * The ALSA library uses a pointer to this structure as a handle to a
73 * The ALSA library uses this pointer type as a handle to a configuration
81 * The ALSA library uses this structure to save private update information.
  /external/chromium_org/media/audio/alsa/
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_util.h 8 #include <alsa/asoundlib.h>
alsa_wrapper.h 5 // AlsaWrapper is a simple stateless class that wraps the alsa library commands
12 #include <alsa/asoundlib.h>
alsa_output.cc 28 // called to cleanup the ALSA devices and release resources.
31 // ALSA device, and playback will effectively stop. From the client's point of
35 #include "media/audio/alsa/alsa_output.h"
44 #include "media/audio/alsa/alsa_util.h"
45 #include "media/audio/alsa/alsa_wrapper.h"
46 #include "media/audio/alsa/audio_manager_alsa.h"
61 // While the "default" device may support multi-channel audio, in Alsa, only
224 // Get alsa buffer size.
230 LOG(ERROR) << "Failed to get playback buffer size from ALSA: "
440 // Seek forward in the buffer after we've written some data to ALSA
    [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.
AlsaCardsParser.java 17 package android.alsa;
28 * @hide Retrieves information from an ALSA "cards" file.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
global.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 * The ALSA library implementation uses these macros and functions.
111 * The ALSA library uses a pointer to this structure as a handle to an async
conf.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
38 * modify and write the contents of ALSA configuration files.
66 * The ALSA library uses a pointer to this structure as a handle to a
73 * The ALSA library uses this pointer type as a handle to a configuration
81 * The ALSA library uses this structure to save private update information.
  /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.
  /device/asus/fugu/libaudio/
AudioOutput.h 71 // Send one chunk of data to ALSA, if state machine permits. This is called
137 // These numbers are relative to the ALSA output.
155 // ALSA device stuff.
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.h 3 * \brief use case interface for the ALSA driver
47 * The ALSA Use Case manager interface.
53 * ALSA Use Case Interface
55 * The use case manager works by configuring the sound card ALSA kcontrols to
83 * o Get the ALSA PCM playback and capture device PCMs for use case verb,
87 * o Get the ALSA master playback and capture volume/switch kcontrols
139 * 3. Call snd_use_case_get("CapturePCM") to get ALSA source PCM name
145 * 3. Call snd_use_case_get("PlaybackPCM") to get ALSA PCM sink name for
  /cts/suite/audio_quality/lib/include/audio/
AudioRecordingLocal.h 45 // alsa buffer size
  /device/lge/hammerhead/self-extractors/qcom/staging/proprietary/
Android.mk 29 # while kernel ALSA drivers can only access the /system/etc/firmware directory
  /device/lge/mako/self-extractors/qcom/staging/proprietary/
Android.mk 29 # while kernel ALSA drivers can only access the /system/etc/firmware directory
  /external/chromium_org/media/audio/linux/
audio_manager_linux.cc 8 #include "media/audio/alsa/audio_manager_alsa.h"
  /external/chromium_org/media/base/
media_switches.cc 31 // The Alsa device to use when opening an audio input stream.
32 const char kAlsaInputDevice[] = "alsa-input-device";
33 // The Alsa device to use when opening an audio stream.
34 const char kAlsaOutputDevice[] = "alsa-output-device";
  /external/qemu/distrib/sdl-1.2.15/src/audio/alsa/
SDL_alsa_audio.h 27 #include <alsa/asoundlib.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/alsa-lib/smixer/
smixer-ac97.so 
smixer-hda.so 

Completed in 2963 milliseconds

12 3 4 5 6 7 8 910