HomeSort by relevance Sort by last modified time
    Searched refs:aplay (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/audio/legacy/libalsa-intf/
Android.mk 7 #LOCAL_SRC_FILES:= aplay.c alsa_pcm.c alsa_mixer.c
8 LOCAL_SRC_FILES:= aplay.c
9 LOCAL_MODULE:= aplay
  /external/autotest/client/tests/sound_infrastructure/
sound_infrastructure.py 52 aplay = subprocess.Popen(["aplay", "-l"], stderr=subprocess.PIPE)
53 aplay_list = aplay.communicate()[1]
54 if aplay.returncode or re.match(no_cards_pattern, aplay_list):
55 raise error.TestError("No playback devices found by aplay")
  /external/autotest/client/cros/audio/
alsa_utils.py 12 APLAY_PATH = '/usr/bin/aplay'
185 '''Gets the sysdefault device from aplay -L output.'''
206 '''Plays the given input audio by the ALSA utility: 'aplay'.

Completed in 902 milliseconds