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_SOURCE_INIT
(Results
1 - 10
of
10
) sorted by relevance
/third_party/pulseaudio/src/pulse/
H
A
D
def.h
1007
PA_SOURCE_INIT
= -2,
enumerator
1031
#define
PA_SOURCE_INIT
PA_SOURCE_INIT
macro
/third_party/pulseaudio/src/pulsecore/
H
A
D
source.c
247
s->state =
PA_SOURCE_INIT
;
in pa_source_new()
505
if (s->state !=
PA_SOURCE_INIT
&& flags != s->flags)
in pa_source_set_set_volume_callback()
526
if (s->state !=
PA_SOURCE_INIT
&& flags != s->flags)
in pa_source_set_write_volume_callback()
552
if (s->state !=
PA_SOURCE_INIT
&& flags != s->flags)
in pa_source_set_set_mute_callback()
573
if (s->state !=
PA_SOURCE_INIT
&& flags != s->flags)
in enable_flat_volume()
594
if (s->state !=
PA_SOURCE_INIT
&& flags != s->flags)
in pa_source_enable_decibel_volume()
603
pa_assert(s->state ==
PA_SOURCE_INIT
);
in pa_source_put()
2061
case
PA_SOURCE_INIT
: return "INIT";
in pa_source_state_to_string()
/third_party/pulseaudio/src/modules/
H
A
D
module-null-source.c
112
if (s->thread_info.state == PA_SOURCE_SUSPENDED || s->thread_info.state ==
PA_SOURCE_INIT
) {
in source_set_state_in_io_thread_cb()
H
A
D
module-tunnel-source-new.c
538
case
PA_SOURCE_INIT
:
in source_set_state_in_io_thread_cb()
H
A
D
module-solaris.c
523
case
PA_SOURCE_INIT
:
in source_set_state_in_io_thread_cb()
H
A
D
module-tunnel.c
844
case
PA_SOURCE_INIT
:
in source_set_state_in_main_thread_cb()
/third_party/pulseaudio/src/modules/oss/
H
A
D
module-oss.c
788
if (s->thread_info.state ==
PA_SOURCE_INIT
) {
in source_set_state_in_io_thread_cb()
811
case
PA_SOURCE_INIT
:
in source_set_state_in_io_thread_cb()
/third_party/pulseaudio/src/modules/alsa/
H
A
D
alsa-source.c
1308
if (s->thread_info.state ==
PA_SOURCE_INIT
) {
in source_set_state_in_io_thread_cb()
1327
case
PA_SOURCE_INIT
:
in source_set_state_in_io_thread_cb()
/third_party/pulseaudio/src/modules/macosx/
H
A
D
module-coreaudio-device.c
529
case
PA_SOURCE_INIT
:
in ca_source_set_state_in_main_thread()
/third_party/pulseaudio/src/modules/bluetooth/
H
A
D
module-bluez5-device.c
887
/* Ignore if transition is
PA_SOURCE_INIT
->PA_SOURCE_SUSPENDED */
in source_set_state_in_io_thread_cb()
919
case
PA_SOURCE_INIT
:
in source_set_state_in_io_thread_cb()
Completed in 25 milliseconds