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

  /device/samsung/crespo/alsa-lib/include/
error.h 65 #define SYSERR(...) snd_lib_error(__FILE__, __LINE__, __FUNCTION__, errno, __VA_ARGS__) /**< Shows a system error message (related to \c errno). */
68 #define SYSERR(args...) snd_lib_error(__FILE__, __LINE__, __FUNCTION__, errno, ##args) /**< Shows a system error message (related to \c errno). */
  /device/samsung/crespo/alsa-lib/src/rawmidi/
rawmidi_hw.c 58 SYSERR("close failed\n");
70 SYSERR("F_GETFL failed");
78 SYSERR("F_SETFL for O_NONBLOCK failed");
89 SYSERR("SNDRV_RAWMIDI_IOCTL_INFO failed");
100 SYSERR("SNDRV_RAWMIDI_IOCTL_PARAMS failed");
111 SYSERR("SNDRV_RAWMIDI_IOCTL_STATUS failed");
122 SYSERR("SNDRV_RAWMIDI_IOCTL_DROP failed");
133 SYSERR("SNDRV_RAWMIDI_IOCTL_DRAIN failed");
233 SYSERR("open %s failed", filename);
242 SYSERR("fcntl FD_CLOEXEC failed")
    [all...]
  /device/samsung/crespo/alsa-lib/src/
socket.c 70 SYSERR("sendmsg failed");
103 SYSERR("recvmsg failed");
121 SYSERR("socket failed");
132 SYSERR("SIOCGIFCONF failed");
async.c 119 SYSERR("sigaction");
143 SYSERR("sigaction");
  /device/samsung/crespo/alsa-lib/src/control/
control_hw.c 67 SYSERR("F_GETFL failed");
75 SYSERR("F_SETFL for O_NONBLOCK failed");
88 SYSERR("F_GETFL failed");
96 SYSERR("F_SETFL for O_ASYNC failed");
102 SYSERR("F_SETSIG failed");
106 SYSERR("F_SETOWN failed");
116 SYSERR("SNDRV_CTL_IOCTL_SUBSCRIBE_EVENTS failed");
126 SYSERR("SNDRV_CTL_IOCTL_CARD_INFO failed");
400 SYSERR("fcntl FD_CLOEXEC failed");
  /device/samsung/crespo/alsa-lib/src/seq/
seq_hw.c 49 SYSERR("close failed\n");
61 SYSERR("F_GETFL failed");
69 SYSERR("F_SETFL for O_NONBLOCK failed");
80 SYSERR("SNDRV_SEQ_IOCTL_CLIENT_ID failed");
90 SYSERR("SNDRV_SEQ_IOCTL_SYSTEM_INFO failed");
100 /*SYSERR("SNDRV_SEQ_IOCTL_GET_CLIENT_INFO failed");*/
110 /*SYSERR("SNDRV_SEQ_IOCTL_SET_CLIENT_INFO failed");*/
120 /*SYSERR("SNDRV_SEQ_IOCTL_CREATE_PORT failed");*/
130 /*SYSERR("SNDRV_SEQ_IOCTL_DELETE_PORT failed");*/
140 /*SYSERR("SNDRV_SEQ_IOCTL_GET_PORT_INFO failed");*
    [all...]
seq.c     [all...]
  /device/samsung/crespo/alsa-lib/src/timer/
timer_hw.c 82 SYSERR("F_GETFL failed");
90 SYSERR("F_SETFL for O_ASYNC failed");
96 SYSERR("F_SETSIG failed");
100 SYSERR("F_SETOWN failed");
244 SYSERR("fcntl FD_CLOEXEC failed");
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_mmap.c 371 SYSERR("mmap failed");
383 SYSERR("shmget failed");
389 SYSERR("shmat failed");
394 SYSERR("shmctl mark remove failed");
399 SYSERR("snd_shm_area_create failed");
416 SYSERR("shmat failed");
426 SYSERR("malloc failed");
498 SYSERR("mmap failed");
pcm_shm.c 101 SYSERR("shm rbptr mmap failed");
356 SYSERR("close failed");
643 SYSERR("socket failed");
651 SYSERR("connect failed");
668 SYSERR("socket failed");
677 SYSERR("connect failed");
731 SYSERR("write error");
742 SYSERR("read error");
757 SYSERR("shmat error");
pcm_null.c 338 SYSERR("Cannot open /dev/null");
344 SYSERR("Cannot open /dev/full");
pcm_file.c 122 SYSERR("Write error.\n");
174 SYSERR("write failed");
572 SYSERR("open %s for writing failed", fname);
588 SYSERR("open %s for reading failed", ifname);
pcm_direct.c 197 SYSERR("socket failed");
210 SYSERR("bind failed: %s", filename);
216 SYSERR("chmod failed: %s", filename);
224 SYSERR("chown failed: %s", filename);
234 SYSERR("connect failed: %s", filename);
    [all...]
pcm_share.c 371 SYSERR("can't create a pipe");
397 SYSERR("snd_pcm_sw_params error");
450 SYSERR("snd_pcm_sw_params error");
    [all...]
  /device/samsung/crespo/alsa-lib/src/hwdep/
hwdep_hw.c 130 SYSERR("fcntl FD_CLOEXEC failed");
  /external/bluetooth/bluez/audio/
ctl_bluetooth.c 161 SYSERR("Unable to request new volume value to server");
  /device/samsung/crespo/alsa-lib/src/alisp/
alisp_snd.c 931 SYSERR(str);

Completed in 174 milliseconds