Home
last modified time | relevance | path

Searched defs:default_channels (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/tools/audio_streams_conformance_test/src/
Dargs.rs41 fn default_channels() -> usize { in default_channels() function
/external/pigweed/pw_hdlc/py/pw_hdlc/
Drpc.py138 def default_channels(write: Callable[[bytes], Any]) -> List[pw_rpc.Channel]: function