OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:snd_timer_info_t
(Results
1 - 1
of
1
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
timer.h
55
typedef struct _snd_timer_info
snd_timer_info_t
;
typedef in typeref:struct:_snd_timer_info
157
int snd_timer_info(snd_timer_t *handle,
snd_timer_info_t
*timer);
202
/** allocate #
snd_timer_info_t
container on stack */
203
#define snd_timer_info_alloca(ptr) do { assert(ptr); *ptr = (
snd_timer_info_t
*) alloca(snd_timer_info_sizeof()); memset(*ptr, 0, snd_timer_info_sizeof()); } while (0)
204
int snd_timer_info_malloc(
snd_timer_info_t
**ptr);
205
void snd_timer_info_free(
snd_timer_info_t
*obj);
206
void snd_timer_info_copy(
snd_timer_info_t
*dst, const
snd_timer_info_t
*src);
208
int snd_timer_info_is_slave(
snd_timer_info_t
* info);
209
int snd_timer_info_get_card(
snd_timer_info_t
* info)
[
all
...]
Completed in 111 milliseconds