Home
last modified time | relevance | path

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

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