Home
last modified time | relevance | path

Searched refs:add_channel (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/
Dasyncore.py265 def add_channel(self, map=None): member in dispatcher
289 self.add_channel(map)
642 self.add_channel()
/external/python/cpython2/Lib/
Dasyncore.py280 def add_channel(self, map=None): member in dispatcher
305 self.add_channel(map)
663 self.add_channel()
/external/libiio/src/
Dlocal.c1416 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/
Daudio_processing_impl.cc902 msg->add_channel(src[i], channel_size); in AnalyzeReverseStreamLocked()