/third_party/alsa-lib/include/ |
D | control_plugin.h | 45 int _snd_ctl_hw_open(snd_ctl_t **handlep, char *name, snd_config_t *root, snd_config_t *conf, int m… 50 int snd_ctl_remap_open(snd_ctl_t **handlep, const char *name, snd_config_t *remap, 52 int _snd_ctl_remap_open(snd_ctl_t **handlep, char *name, snd_config_t *root, snd_config_t *conf, in…
|
D | control_external.h | 54 int SND_CTL_PLUGIN_ENTRY(plugin) (snd_ctl_t **handlep, const char *name,\
|
/third_party/alsa-lib/src/control/ |
D | control_empty.c | 73 int _snd_ctl_empty_open(snd_ctl_t **handlep, const char *name ATTRIBUTE_UNUSED, in _snd_ctl_empty_open() argument 97 return _snd_ctl_open_named_child(handlep, name, root, child, mode, conf); in _snd_ctl_empty_open()
|
D | control_shm.c | 434 int snd_ctl_shm_open(snd_ctl_t **handlep, const char *name, const char *sockname, const char *sname… in snd_ctl_shm_open() argument 518 *handlep = ctl; in snd_ctl_shm_open() 529 int _snd_ctl_shm_open(snd_ctl_t **handlep, char *name, snd_config_t *root, snd_config_t *conf, int … in _snd_ctl_shm_open() argument 617 err = snd_ctl_shm_open(handlep, name, sockname, ctl_name, mode); in _snd_ctl_shm_open()
|
D | control_hw.c | 491 int _snd_ctl_hw_open(snd_ctl_t **handlep, char *name, snd_config_t *root ATTRIBUTE_UNUSED, snd_conf… in _snd_ctl_hw_open() argument 514 return snd_ctl_hw_open(handlep, name, card, mode); in _snd_ctl_hw_open()
|
D | control_local.h | 100 int snd_ctl_shm_open(snd_ctl_t **handlep, const char *name, const char *sockname, const char *sname…
|
D | control_remap.c | 1150 int snd_ctl_remap_open(snd_ctl_t **handlep, const char *name, snd_config_t *remap, in snd_ctl_remap_open() argument 1185 *handlep = child; in snd_ctl_remap_open() 1207 *handlep = ctl; in snd_ctl_remap_open() 1286 int _snd_ctl_remap_open(snd_ctl_t **handlep, char *name, snd_config_t *root, snd_config_t *conf, in… in _snd_ctl_remap_open() argument 1324 err = snd_ctl_remap_open(handlep, name, remap, map, cctl, mode); in _snd_ctl_remap_open()
|
/third_party/alsa-lib/src/seq/ |
D | seq_hw.c | 549 int _snd_seq_hw_open(snd_seq_t **handlep, char *name, in _snd_seq_hw_open() argument 563 return snd_seq_hw_open(handlep, name, streams, mode); in _snd_seq_hw_open()
|
/third_party/libabigail/tests/data/test-abidiff/ |
D | test-PR18166-libtirpc.so.abi | 2505 …<parameter type-id='type-id-5' name='handlep' filepath='/home/max/src/v6/libtirpc/src/getnetconfig… 2509 …<parameter type-id='type-id-5' name='handlep' filepath='/home/max/src/v6/libtirpc/src/getnetconfig… 2586 …<parameter type-id='type-id-5' name='handlep' filepath='/home/max/src/v6/libtirpc/src/getnetpath.c… 2590 …<parameter type-id='type-id-5' name='handlep' filepath='/home/max/src/v6/libtirpc/src/getnetpath.c…
|