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

  /hardware/qcom/audio/legacy/libalsa-intf/
aplay.c 250 if (ioctl(pcm->fd, SNDRV_PCM_IOCTL_START)) {
393 if (ioctl(pcm->fd, SNDRV_PCM_IOCTL_START)) {
396 fprintf(stderr, "Aplay:Failed in SNDRV_PCM_IOCTL_START\n");
arec.c 223 if (ioctl(pcm->fd, SNDRV_PCM_IOCTL_START)) {
253 if (ioctl(pcm->fd, SNDRV_PCM_IOCTL_START)) {
255 fprintf(stderr, "Arec:Failed in SNDRV_PCM_IOCTL_START\n");
alsa_pcm.c 556 if (ioctl(pcm->fd, SNDRV_PCM_IOCTL_START)) {
559 ALOGE("Failed in SNDRV_PCM_IOCTL_START\n");
637 if (ioctl(pcm->fd, SNDRV_PCM_IOCTL_START)) {
638 ALOGE("Arec:SNDRV_PCM_IOCTL_START failed\n");
  /hardware/qcom/audio/legacy/alsa_sound/
alsa_default.cpp 875 if (ioctl(handle->handle->fd, SNDRV_PCM_IOCTL_START)) {
876 ALOGE("s_start_voice_call:SNDRV_PCM_IOCTL_START failed\n");
920 if (ioctl(handle->handle->fd, SNDRV_PCM_IOCTL_START)) {
921 ALOGE("s_start_voice_call:SNDRV_PCM_IOCTL_START failed\n");
    [all...]
AudioUsbALSA.cpp 639 if (ioctl(handle->fd, SNDRV_PCM_IOCTL_START)) {
642 ALOGE("ERROR: SNDRV_PCM_IOCTL_START returned EPIPE for usb recording case");
648 ALOGE("ERROR: SNDRV_PCM_IOCTL_START failed for usb recording case errno:%d", errno);
    [all...]
  /bionic/libc/kernel/uapi/sound/
asound.h 536 #define SNDRV_PCM_IOCTL_START _IO('A', 0x42)
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 538 #define SNDRV_PCM_IOCTL_START _IO('A', 0x42)
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/sound/
asound.h 532 #define SNDRV_PCM_IOCTL_START _IO('A', 0x42)
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
asound.h 530 #define SNDRV_PCM_IOCTL_START _IO('A', 0x42)
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/sound/
asound.h 532 #define SNDRV_PCM_IOCTL_START _IO('A', 0x42)
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h 530 #define SNDRV_PCM_IOCTL_START _IO('A', 0x42)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h 453 #define SNDRV_PCM_IOCTL_START _IO('A', 0x42)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asound.h 460 #define SNDRV_PCM_IOCTL_START _IO('A', 0x42)
    [all...]
  /external/tinyalsa/
pcm.c 1023 if (ioctl(pcm->fd, SNDRV_PCM_IOCTL_START) < 0)
    [all...]

Completed in 77 milliseconds