OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:snd_ctl_card_info_t
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
control.h
54
typedef struct _snd_ctl_card_info
snd_ctl_card_info_t
;
typedef in typeref:struct:_snd_ctl_card_info
236
int snd_ctl_card_info(snd_ctl_t *ctl,
snd_ctl_card_info_t
*info);
312
* \brief allocate an invalid #
snd_ctl_card_info_t
using standard alloca
316
int snd_ctl_card_info_malloc(
snd_ctl_card_info_t
**ptr);
317
void snd_ctl_card_info_free(
snd_ctl_card_info_t
*obj);
318
void snd_ctl_card_info_clear(
snd_ctl_card_info_t
*obj);
319
void snd_ctl_card_info_copy(
snd_ctl_card_info_t
*dst, const
snd_ctl_card_info_t
*src);
320
int snd_ctl_card_info_get_card(const
snd_ctl_card_info_t
*obj);
321
const char *snd_ctl_card_info_get_id(const
snd_ctl_card_info_t
*obj)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
control.h
54
typedef struct _snd_ctl_card_info
snd_ctl_card_info_t
;
typedef in typeref:struct:_snd_ctl_card_info
237
int snd_ctl_card_info(snd_ctl_t *ctl,
snd_ctl_card_info_t
*info);
320
* \brief allocate an invalid #
snd_ctl_card_info_t
using standard alloca
324
int snd_ctl_card_info_malloc(
snd_ctl_card_info_t
**ptr);
325
void snd_ctl_card_info_free(
snd_ctl_card_info_t
*obj);
326
void snd_ctl_card_info_clear(
snd_ctl_card_info_t
*obj);
327
void snd_ctl_card_info_copy(
snd_ctl_card_info_t
*dst, const
snd_ctl_card_info_t
*src);
328
int snd_ctl_card_info_get_card(const
snd_ctl_card_info_t
*obj);
329
const char *snd_ctl_card_info_get_id(const
snd_ctl_card_info_t
*obj)
[
all
...]
Completed in 1810 milliseconds