Home
last modified time | relevance | path

Searched defs:slaves (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavformat/
Dtee.c56 TeeSlave *slaves; member
459 char **slaves = NULL; in tee_write_header() local
/third_party/alsa-lib/src/mixer/
Dmixer_local.h67 struct list_head slaves; /* list of all slaves */ member
/third_party/alsa-lib/src/pcm/
Dpcm_multi.c60 snd_pcm_multi_slave_t *slaves; member
1237 snd_config_t *slaves = NULL; in _snd_pcm_multi_open() local
/third_party/pulseaudio/src/modules/
Dmodule-combine-sink.c1289 const char *slaves, *rm; in pa__init() local
/third_party/python/Lib/tkinter/
D__init__.py1727 slaves = pack_slaves variable in Misc
2447 slaves = pack_slaves = Misc.pack_slaves variable in Pack
2498 slaves = place_slaves = Misc.place_slaves variable in Place
2553 slaves = grid_slaves = Misc.grid_slaves variable in Grid
Dtix.py266 def slaves(self): member in Form