OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:snd_timer_id_t
(Results
1 - 2
of
2
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
timer.h
47
typedef struct _snd_timer_id
snd_timer_id_t
;
typedef in typeref:struct:_snd_timer_id
143
int snd_timer_query_next_device(snd_timer_query_t *handle,
snd_timer_id_t
*tid);
166
/** allocate #
snd_timer_id_t
container on stack */
167
#define snd_timer_id_alloca(ptr) do { assert(ptr); *ptr = (
snd_timer_id_t
*) alloca(snd_timer_id_sizeof()); memset(*ptr, 0, snd_timer_id_sizeof()); } while (0)
168
int snd_timer_id_malloc(
snd_timer_id_t
**ptr);
169
void snd_timer_id_free(
snd_timer_id_t
*obj);
170
void snd_timer_id_copy(
snd_timer_id_t
*dst, const
snd_timer_id_t
*src);
172
void snd_timer_id_set_class(
snd_timer_id_t
*id, int dev_class);
173
int snd_timer_id_get_class(
snd_timer_id_t
*id)
[
all
...]
seq.h
502
const
snd_timer_id_t
*snd_seq_queue_timer_get_id(const snd_seq_queue_timer_t *info);
506
void snd_seq_queue_timer_set_id(snd_seq_queue_timer_t *info, const
snd_timer_id_t
*id);
Completed in 193 milliseconds