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

  /device/samsung/crespo/alsa-lib/src/hwdep/
hwdep_local.h 28 int (*close)(snd_hwdep_t *hwdep);
29 int (*nonblock)(snd_hwdep_t *hwdep, int nonblock);
30 int (*info)(snd_hwdep_t *hwdep, snd_hwdep_info_t *info);
31 int (*ioctl)(snd_hwdep_t *hwdep, unsigned int request, void * arg);
32 ssize_t (*write)(snd_hwdep_t *hwdep, const void *buffer, size_t size);
33 ssize_t (*read)(snd_hwdep_t *hwdep, void *buffer, size_t size);
46 int snd_hwdep_hw_open(snd_hwdep_t **handle, const char *name, int card, int device, int mode);
hwdep_hw.c 38 static int snd_hwdep_hw_close(snd_hwdep_t *hwdep)
46 static int snd_hwdep_hw_nonblock(snd_hwdep_t *hwdep, int nonblock)
61 static int snd_hwdep_hw_info(snd_hwdep_t *hwdep, snd_hwdep_info_t *info)
69 static int snd_hwdep_hw_ioctl(snd_hwdep_t *hwdep, unsigned int request, void * arg)
77 static ssize_t snd_hwdep_hw_write(snd_hwdep_t *hwdep, const void *buffer, size_t size)
87 static ssize_t snd_hwdep_hw_read(snd_hwdep_t *hwdep, void *buffer, size_t size)
106 int snd_hwdep_hw_open(snd_hwdep_t **handle, const char *name, int card, int device, int mode)
110 snd_hwdep_t *hwdep;
145 hwdep = (snd_hwdep_t *) calloc(1, sizeof(snd_hwdep_t));
    [all...]
hwdep.c 39 static int snd_hwdep_open_conf(snd_hwdep_t **hwdep,
50 int (*open_func)(snd_hwdep_t **, const char *, snd_config_t *, snd_config_t *, int) = NULL;
144 static int snd_hwdep_open_noupdate(snd_hwdep_t **hwdep, snd_config_t *root, const char *name, int mode)
168 int snd_hwdep_open(snd_hwdep_t **hwdep, const char *name, int mode)
189 int snd_hwdep_open_lconf(snd_hwdep_t **hwdep, const char *name,
204 int snd_hwdep_close(snd_hwdep_t *hwdep)
224 const char *snd_hwdep_name(snd_hwdep_t *hwdep)
237 snd_hwdep_type_t snd_hwdep_type(snd_hwdep_t *hwdep)
248 int snd_hwdep_poll_descriptors_count(snd_hwdep_t *hwdep)
261 int snd_hwdep_poll_descriptors(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int space
    [all...]
  /device/samsung/crespo/alsa-lib/include/
hwdep.h 95 typedef struct _snd_hwdep snd_hwdep_t; typedef in typeref:struct:_snd_hwdep
97 int snd_hwdep_open(snd_hwdep_t **hwdep, const char *name, int mode);
98 int snd_hwdep_close(snd_hwdep_t *hwdep);
99 int snd_hwdep_poll_descriptors(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int space);
100 int snd_hwdep_poll_descriptors_revents(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
101 int snd_hwdep_nonblock(snd_hwdep_t *hwdep, int nonblock);
102 int snd_hwdep_info(snd_hwdep_t *hwdep, snd_hwdep_info_t * info);
103 int snd_hwdep_dsp_status(snd_hwdep_t *hwdep, snd_hwdep_dsp_status_t *status);
104 int snd_hwdep_dsp_load(snd_hwdep_t *hwdep, snd_hwdep_dsp_image_t *block);
105 int snd_hwdep_ioctl(snd_hwdep_t *hwdep, unsigned int request, void * arg)
    [all...]
  /device/samsung/crespo/alsa-lib/aserver/
aserver.c 189 snd_hwdep_t *handle;

Completed in 93 milliseconds