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:HAS_VOLUME_1
(Results
1 - 4
of
4
) sorted by relevance
/third_party/alsa-utils/alsamixer/
H
A
D
mixer_controls.c
309
control->flags |=
HAS_VOLUME_1
;
in create_controls_for_elem()
347
if ((control->flags & (HAS_VOLUME_0 |
HAS_VOLUME_1
)) ==
HAS_VOLUME_1
) {
in create_controls_for_elem()
348
control->flags ^= HAS_VOLUME_0 |
HAS_VOLUME_1
;
in create_controls_for_elem()
412
control->flags |=
HAS_VOLUME_1
;
in create_controls_for_elem()
433
if ((control->flags & (HAS_VOLUME_0 |
HAS_VOLUME_1
)) ==
HAS_VOLUME_1
) {
in create_controls_for_elem()
434
control->flags ^= HAS_VOLUME_0 |
HAS_VOLUME_1
;
in create_controls_for_elem()
H
A
D
mixer_controls.h
16
#define
HAS_VOLUME_1
(1u << 10)
macro
H
A
D
mixer_widget.c
309
if (!(control->flags &
HAS_VOLUME_1
))
in change_volume_to_percent()
337
if (!(control->flags &
HAS_VOLUME_1
))
in change_volume_relative()
450
if (!control || !(control->flags &
HAS_VOLUME_1
))
in balance_volumes()
H
A
D
mixer_display.c
277
if (!(control->flags &
HAS_VOLUME_1
)) {
in display_focus_item_info()
460
if (control->flags &
HAS_VOLUME_1
)
in display_control()
495
if (!(control->flags &
HAS_VOLUME_1
)) {
in display_control()
Completed in 6 milliseconds