Home
last modified time | relevance | path

Searched refs:are_there_any_controls (Results 1 – 3 of 3) sorted by relevance

/third_party/alsa-utils/alsamixer/
Dmixer_controls.h33 bool are_there_any_controls(void);
Dmixer_display.c209 has_view_mode = controls_count > 0 || are_there_any_controls(); in display_view_mode()
385 if (view_mode == VIEW_MODE_PLAYBACK && are_there_any_controls()) in display_no_controls()
387 else if (view_mode == VIEW_MODE_CAPTURE && are_there_any_controls()) in display_no_controls()
Dmixer_controls.c56 bool are_there_any_controls(void) in are_there_any_controls() function