HomeSort by relevance Sort by last modified time
    Searched refs:snd_ctl_ext_key_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 62 typedef unsigned long snd_ctl_ext_key_t; typedef
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);
174 int (*get_enumerated_name)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, unsigned int item,
179 int (*read_integer)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, long *value);
183 int (*read_integer64)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, int64_t *value)
    [all...]
  /external/bluetooth/bluez/audio/
ctl_bluetooth.c 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,

Completed in 54 milliseconds