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:mixer_bindings
(Results
1 - 4
of
4
) sorted by relevance
/third_party/alsa-utils/alsamixer/
H
A
D
configparser.c
318
command_enum *
mixer_bindings
;
in cfg_bind()
member
321
.
mixer_bindings
=
mixer_bindings
in cfg_bind()
333
; // bind_to.
mixer_bindings
=
mixer_bindings
in cfg_bind()
345
if (keys[0] < 0 || keys[0] >= (int)ARRAY_SIZE(
mixer_bindings
)) {
in cfg_bind()
376
bind_to.
mixer_bindings
[keys[i]] = command;
in cfg_bind()
H
A
D
bindings.h
15
extern command_enum
mixer_bindings
[KEY_MAX];
H
A
D
bindings.c
50
command_enum
mixer_bindings
[] = {
variable
H
A
D
mixer_widget.c
559
else if (key < (int)ARRAY_SIZE(
mixer_bindings
))
in on_handle_key()
560
cmd =
mixer_bindings
[key];
in on_handle_key()
Completed in 2 milliseconds