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_OPERATION_DONE
(Results
1 - 6
of
6
) sorted by relevance
/third_party/pulseaudio/src/pulse/
H
A
D
operation.c
105
if ((o->state ==
PA_OPERATION_DONE
) || (o->state == PA_OPERATION_CANCELED))
in operation_set_state()
115
if ((o->state ==
PA_OPERATION_DONE
) || (o->state == PA_OPERATION_CANCELED))
in operation_set_state()
132
operation_set_state(o,
PA_OPERATION_DONE
);
in pa_operation_done()
149
if (o->state ==
PA_OPERATION_DONE
|| o->state == PA_OPERATION_CANCELED)
in pa_operation_set_state_callback()
H
A
D
def.h
96
PA_OPERATION_DONE
,
enumerator
106
#define
PA_OPERATION_DONE
PA_OPERATION_DONE
macro
/third_party/ffmpeg/libavdevice/
H
A
D
pulse_audio_common.c
222
if (op_state !=
PA_OPERATION_DONE
)
in ff_pulse_audio_get_devices()
231
if (op_state !=
PA_OPERATION_DONE
)
in ff_pulse_audio_get_devices()
H
A
D
pulse_audio_enc.c
141
if (op_state !=
PA_OPERATION_DONE
) {
in pulse_update_sink_input_info()
/third_party/pulseaudio/src/utils/
H
A
D
padsp.c
1329
while (pa_operation_get_state(o) !=
PA_OPERATION_DONE
) {
in mixer_open()
1352
while (pa_operation_get_state(o) !=
PA_OPERATION_DONE
) {
in mixer_open()
1375
while (pa_operation_get_state(o) !=
PA_OPERATION_DONE
) {
in mixer_open()
1666
while (pa_operation_get_state(o) !=
PA_OPERATION_DONE
) {
in mixer_ioctl()
1879
while (pa_operation_get_state(o) !=
PA_OPERATION_DONE
) {
in dsp_drain()
1922
while (pa_operation_get_state(o) !=
PA_OPERATION_DONE
) {
in dsp_trigger()
1957
while (pa_operation_get_state(o) !=
PA_OPERATION_DONE
) {
in dsp_cork()
/third_party/pulseaudio/src/tests/
H
A
D
passthrough-test.c
42
fail_unless(pa_operation_get_state(o) ==
PA_OPERATION_DONE
); \
Completed in 8 milliseconds