Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:controls_count
(Results
1 - 4
of
4
) sorted by relevance
/third_party/alsa-utils/alsamixer/
H
A
D
mixer_controls.c
34
unsigned int
controls_count
;
variable
465
for (i = 0; i <
controls_count
; ++i)
in search_for_focus_control()
470
if (i >=
controls_count
|| controls[i].elem != elem)
in search_for_focus_control()
485
for (i = 0; i <
controls_count
; ++i)
in free_controls()
489
controls_count
= 0;
in free_controls()
502
controls_count
+= get_controls_count_for_elem(elem);
in create_controls()
504
if (
controls_count
> 0) {
in create_controls()
505
controls = ccalloc(
controls_count
, sizeof *controls);
in create_controls()
511
assert(control == controls +
controls_count
);
in create_controls()
H
A
D
mixer_display.c
209
has_view_mode =
controls_count
> 0 || are_there_any_controls();
in display_view_mode()
258
if (!
controls_count
|| screen_too_small) {
in display_focus_item_info()
645
right = first_visible_control_index + visible_controls < (int)
controls_count
in display_scroll_indicators()
660
if (first_visible_control_index > (int)
controls_count
- visible_controls)
in display_controls()
661
first_visible_control_index =
controls_count
- visible_controls;
in display_controls()
671
if (
controls_count
> 0) {
in display_controls()
690
if (
controls_count
== 0 || screen_too_small) {
in compute_controls_layout()
699
for (i = 0; i <
controls_count
; ++i) {
in compute_controls_layout()
711
for (i = 0; i <
controls_count
; ++i) {
in compute_controls_layout()
718
control_width = (screen_cols - 3 - (int)
controls_count
) / controls_coun
in compute_controls_layout()
[all...]
H
A
D
mixer_widget.c
232
focus_control_index < (int)
controls_count
) {
in refocus_control()
243
focus_control_index < (int)
controls_count
&&
in get_focus_control()
615
else if (focus_control_index >= (int)
controls_count
)
in on_handle_key()
616
focus_control_index =
controls_count
- 1;
in on_handle_key()
H
A
D
mixer_controls.h
31
extern unsigned int
controls_count
;
Completed in 3 milliseconds