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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
control_external.h 58 typedef struct snd_ctl_ext snd_ctl_ext_t; typedef in typeref:struct:snd_ctl_ext
135 void (*close)(snd_ctl_ext_t *ext);
139 int (*elem_count)(snd_ctl_ext_t *ext);
143 int (*elem_list)(snd_ctl_ext_t *ext, unsigned int offset, snd_ctl_elem_id_t *id);
147 snd_ctl_ext_key_t (*find_elem)(snd_ctl_ext_t *ext, const snd_ctl_elem_id_t *id);
151 void (*free_key)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key);
155 int (*get_attribute)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key,
160 int (*get_integer_info)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key,
165 int (*get_integer64_info)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key,
170 int (*get_enumerated_info)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, unsigned int *items)
    [all...]
  /external/bluetooth/bluez/audio/
ctl_bluetooth.c 48 snd_ctl_ext_t ext;
73 static void bluetooth_close(snd_ctl_ext_t *ext)
82 static int bluetooth_elem_count(snd_ctl_ext_t *ext)
89 static int bluetooth_elem_list(snd_ctl_ext_t *ext,
104 static snd_ctl_ext_key_t bluetooth_find_elem(snd_ctl_ext_t *ext,
119 static int bluetooth_get_attribute(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key,
131 static int bluetooth_get_integer_info(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key,
202 static int bluetooth_read_integer(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key,
224 static int bluetooth_write_integer(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key,
256 static int bluetooth_read_event(snd_ctl_ext_t *ext, snd_ctl_elem_id_t *id
    [all...]

Completed in 160 milliseconds