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:TYPE_PVOLUME
(Results
1 - 4
of
4
) sorted by relevance
/third_party/alsa-utils/alsamixer/
H
A
D
mixer_widget.c
311
if (control->flags &
TYPE_PVOLUME
)
in change_volume_to_percent()
339
if (control->flags &
TYPE_PVOLUME
) {
in change_volume_relative()
365
control = get_focus_control(
TYPE_PVOLUME
| TYPE_CVOLUME | TYPE_ENUM);
in change_control_to_percent()
379
control = get_focus_control(
TYPE_PVOLUME
| TYPE_CVOLUME | TYPE_ENUM);
in change_control_relative()
449
control = get_focus_control(
TYPE_PVOLUME
| TYPE_CVOLUME);
in balance_volumes()
452
if (control->flags &
TYPE_PVOLUME
) {
in balance_volumes()
460
if (control->flags &
TYPE_PVOLUME
) {
in balance_volumes()
H
A
D
mixer_display.c
270
} else if (control->flags & (
TYPE_PVOLUME
| TYPE_CVOLUME)) {
in display_focus_item_info()
273
if (control->flags &
TYPE_PVOLUME
)
in display_focus_item_info()
425
if (control->flags & (
TYPE_PVOLUME
| TYPE_CVOLUME)) {
in display_control()
452
if (control->flags & (
TYPE_PVOLUME
| TYPE_CVOLUME)) {
in display_control()
455
if (control->flags &
TYPE_PVOLUME
)
in display_control()
700
if (controls[i].flags & (
TYPE_PVOLUME
| TYPE_CVOLUME))
in compute_controls_layout()
H
A
D
mixer_controls.h
10
#define
TYPE_PVOLUME
(1u << 4)
macro
H
A
D
mixer_controls.c
254
control->flags |=
TYPE_PVOLUME
| HAS_VOLUME_0;
in create_controls_for_elem()
299
control->flags |=
TYPE_PVOLUME
;
in create_controls_for_elem()
Completed in 4 milliseconds