Searched defs:open_func (Results 1 – 13 of 13) sorted by relevance
/third_party/python/Tools/iobench/ |
D | iobench.py | 282 def run_one_test(name, size, open_func, test_func, *args): argument 291 def run_test_family(tests, mode_filter, files, open_func, *make_args): argument
|
/third_party/alsa-lib/src/rawmidi/ |
D | rawmidi_local.h | 41 void *open_func; member
|
D | rawmidi.c | 183 int (*open_func)(snd_rawmidi_t **, snd_rawmidi_t **, in snd_rawmidi_open_conf() local
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_rate.c | 62 void *open_func; member 1374 snd_pcm_rate_open_func_t open_func; in rate_open_func() local 1471 snd_pcm_rate_open_func_t open_func; in snd_pcm_rate_open() local
|
D | pcm_meter.c | 615 int (*open_func)(snd_pcm_t *, const char *, in snd_pcm_meter_add_scope_conf() local
|
D | pcm_local.h | 191 void *open_func; member
|
D | pcm.c | 2515 int (*open_func)(snd_pcm_t **, const char *, in snd_pcm_open_conf() local
|
/third_party/alsa-lib/src/control/ |
D | control_local.h | 60 void *open_func; member
|
D | control.c | 1408 int (*open_func)(snd_ctl_t **, const char *, snd_config_t *, snd_config_t *, int) = NULL; in snd_ctl_open_conf() local
|
/third_party/alsa-lib/src/timer/ |
D | timer_query.c | 42 int (*open_func)(snd_timer_query_t **, const char *, snd_config_t *, snd_config_t *, int) = NULL; in snd_timer_query_open_conf() local
|
D | timer.c | 85 int (*open_func)(snd_timer_t **, const char *, snd_config_t *, snd_config_t *, int) = NULL; in snd_timer_open_conf() local
|
/third_party/alsa-lib/src/hwdep/ |
D | hwdep.c | 50 int (*open_func)(snd_hwdep_t **, const char *, snd_config_t *, snd_config_t *, int) = NULL; in snd_hwdep_open_conf() local
|
/third_party/alsa-lib/src/seq/ |
D | seq.c | 832 int (*open_func)(snd_seq_t **, const char *, in snd_seq_open_conf() local
|