Home
last modified time | relevance | path

Searched defs:name_or_id (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_rpc/py/pw_rpc/
Ddescriptors.py326 def __contains__(self, name_or_id) -> bool: argument
/external/libiio/src/bindings/python/
Diio.py629 def find_channel(self, name_or_id, is_output = False): argument
783 def find_device(self, name_or_id): argument
/external/tinyalsa_new/utils/
Dtinymix.c245 static void print_control_values_by_name_or_id(struct mixer *mixer, const char *name_or_id) in print_control_values_by_name_or_id()