OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:snd_hwdep_info_t
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
hwdep.h
45
typedef struct _snd_hwdep_info
snd_hwdep_info_t
;
typedef in typeref:struct:_snd_hwdep_info
102
int snd_hwdep_info(snd_hwdep_t *hwdep,
snd_hwdep_info_t
* info);
110
/** allocate #
snd_hwdep_info_t
container on stack */
112
int snd_hwdep_info_malloc(
snd_hwdep_info_t
**ptr);
113
void snd_hwdep_info_free(
snd_hwdep_info_t
*obj);
114
void snd_hwdep_info_copy(
snd_hwdep_info_t
*dst, const
snd_hwdep_info_t
*src);
116
unsigned int snd_hwdep_info_get_device(const
snd_hwdep_info_t
*obj);
117
int snd_hwdep_info_get_card(const
snd_hwdep_info_t
*obj);
118
const char *snd_hwdep_info_get_id(const
snd_hwdep_info_t
*obj)
[
all
...]
control.h
251
int snd_ctl_hwdep_info(snd_ctl_t *ctl,
snd_hwdep_info_t
* info);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
hwdep.h
45
typedef struct _snd_hwdep_info
snd_hwdep_info_t
;
typedef in typeref:struct:_snd_hwdep_info
102
int snd_hwdep_info(snd_hwdep_t *hwdep,
snd_hwdep_info_t
* info);
110
/** allocate #
snd_hwdep_info_t
container on stack */
112
int snd_hwdep_info_malloc(
snd_hwdep_info_t
**ptr);
113
void snd_hwdep_info_free(
snd_hwdep_info_t
*obj);
114
void snd_hwdep_info_copy(
snd_hwdep_info_t
*dst, const
snd_hwdep_info_t
*src);
116
unsigned int snd_hwdep_info_get_device(const
snd_hwdep_info_t
*obj);
117
int snd_hwdep_info_get_card(const
snd_hwdep_info_t
*obj);
118
const char *snd_hwdep_info_get_id(const
snd_hwdep_info_t
*obj)
[
all
...]
control.h
252
int snd_ctl_hwdep_info(snd_ctl_t *ctl,
snd_hwdep_info_t
* info);
Completed in 707 milliseconds