OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:snd_hctl_elem_t
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
control.h
480
typedef struct _snd_hctl_elem
snd_hctl_elem_t
;
typedef in typeref:struct:_snd_hctl_elem
491
typedef int (*snd_hctl_compare_t)(const
snd_hctl_elem_t
*e1,
492
const
snd_hctl_elem_t
*e2);
493
int snd_hctl_compare_fast(const
snd_hctl_elem_t
*c1,
494
const
snd_hctl_elem_t
*c2);
504
snd_hctl_elem_t
*elem);
511
typedef int (*snd_hctl_elem_callback_t)(
snd_hctl_elem_t
*elem,
523
snd_hctl_elem_t
*snd_hctl_first_elem(snd_hctl_t *hctl);
524
snd_hctl_elem_t
*snd_hctl_last_elem(snd_hctl_t *hctl);
525
snd_hctl_elem_t
*snd_hctl_find_elem(snd_hctl_t *hctl, const snd_ctl_elem_id_t *id)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
control.h
480
typedef struct _snd_hctl_elem
snd_hctl_elem_t
;
typedef in typeref:struct:_snd_hctl_elem
491
typedef int (*snd_hctl_compare_t)(const
snd_hctl_elem_t
*e1,
492
const
snd_hctl_elem_t
*e2);
493
int snd_hctl_compare_fast(const
snd_hctl_elem_t
*c1,
494
const
snd_hctl_elem_t
*c2);
504
snd_hctl_elem_t
*elem);
511
typedef int (*snd_hctl_elem_callback_t)(
snd_hctl_elem_t
*elem,
523
snd_hctl_elem_t
*snd_hctl_first_elem(snd_hctl_t *hctl);
524
snd_hctl_elem_t
*snd_hctl_last_elem(snd_hctl_t *hctl);
525
snd_hctl_elem_t
*snd_hctl_find_elem(snd_hctl_t *hctl, const snd_ctl_elem_id_t *id)
[
all
...]
Completed in 579 milliseconds