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:pa_sink_flags_t
(Results
1 - 6
of
6
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
sink.h
72
pa_sink_flags_t
flags;
419
pa_sink_flags_t
flags);
444
void pa_sink_update_flags(pa_sink *s,
pa_sink_flags_t
mask,
pa_sink_flags_t
value);
H
A
D
sink.c
180
pa_sink_flags_t
flags) {
in pa_sink_new()
537
pa_sink_flags_t
flags;
in pa_sink_set_set_volume_callback()
562
pa_sink_flags_t
flags;
in pa_sink_set_write_volume_callback()
589
pa_sink_flags_t
flags;
in pa_sink_set_set_mute_callback()
609
pa_sink_flags_t
flags;
in enable_flat_volume()
630
pa_sink_flags_t
flags;
in pa_sink_enable_decibel_volume()
858
void pa_sink_update_flags(pa_sink *s,
pa_sink_flags_t
mask,
pa_sink_flags_t
value) {
in pa_sink_update_flags()
859
pa_sink_flags_t
old_flags;
in pa_sink_update_flags()
/third_party/pulseaudio/src/pulse/
H
A
D
introspect.h
280
pa_sink_flags_t
flags; /**< Flags */
H
A
D
def.h
852
}
pa_sink_flags_t
;
typedef
H
A
D
introspect.c
263
i.flags = (
pa_sink_flags_t
) flags;
in context_get_sink_info_callback()
/third_party/pulseaudio/src/modules/macosx/
H
A
D
module-coreaudio-device.c
410
pa_sink_flags_t
flags = PA_SINK_LATENCY | PA_SINK_HARDWARE;
in ca_device_create_sink()
Completed in 16 milliseconds