Searched refs:add_channel (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/ |
D | asyncore.py | 265 def add_channel(self, map=None): member in dispatcher 289 self.add_channel(map) 642 self.add_channel()
|
/external/python/cpython2/Lib/ |
D | asyncore.py | 280 def add_channel(self, map=None): member in dispatcher 305 self.add_channel(map) 663 self.add_channel()
|
/external/libiio/src/ |
D | local.c | 1416 static int add_channel(struct iio_device *dev, const char *name, in add_channel() function 1558 ret = add_channel(dev, attr, attr, false); in detect_and_move_global_attrs() 1623 return add_channel(dev, name, path, dir_is_scan_elements); in add_attr_or_channel_helper()
|
/external/webrtc/webrtc/modules/audio_processing/ |
D | audio_processing_impl.cc | 902 msg->add_channel(src[i], channel_size); in AnalyzeReverseStreamLocked()
|