OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:snd_timer_instance
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
timer.h
95
struct
snd_timer_instance
{
struct
100
void (*private_free) (struct
snd_timer_instance
*ti);
101
void (*callback) (struct
snd_timer_instance
*timeri,
103
void (*ccallback) (struct
snd_timer_instance
* timeri,
120
struct
snd_timer_instance
*master;
133
int snd_timer_open(struct
snd_timer_instance
**ti, char *owner, struct snd_timer_id *tid, unsigned int slave_id);
134
int snd_timer_close(struct
snd_timer_instance
*timeri);
135
unsigned long snd_timer_resolution(struct
snd_timer_instance
*timeri);
136
int snd_timer_start(struct
snd_timer_instance
*timeri, unsigned int ticks);
137
int snd_timer_stop(struct
snd_timer_instance
*timeri)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
timer.h
95
struct
snd_timer_instance
{
struct
100
void (*private_free) (struct
snd_timer_instance
*ti);
101
void (*callback) (struct
snd_timer_instance
*timeri,
103
void (*ccallback) (struct
snd_timer_instance
* timeri,
120
struct
snd_timer_instance
*master;
133
int snd_timer_open(struct
snd_timer_instance
**ti, char *owner, struct snd_timer_id *tid, unsigned int slave_id);
134
int snd_timer_close(struct
snd_timer_instance
*timeri);
135
unsigned long snd_timer_resolution(struct
snd_timer_instance
*timeri);
136
int snd_timer_start(struct
snd_timer_instance
*timeri, unsigned int ticks);
137
int snd_timer_stop(struct
snd_timer_instance
*timeri)
[
all
...]
Completed in 1176 milliseconds