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:context_state
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavdevice/
H
A
D
pulse_audio_common.c
62
enum PulseAudioContextState *
context_state
= userdata;
in pa_state_cb()
local
67
*
context_state
= PULSE_CONTEXT_FINISHED;
in pa_state_cb()
70
*
context_state
= PULSE_CONTEXT_READY;
in pa_state_cb()
98
enum PulseAudioContextState
context_state
= PULSE_CONTEXT_INITIALIZING;
in ff_pulse_audio_connect_context()
local
116
pa_context_set_state_callback(*pa_ctx, pa_state_cb, &
context_state
);
in ff_pulse_audio_connect_context()
122
while (
context_state
== PULSE_CONTEXT_INITIALIZING)
in ff_pulse_audio_connect_context()
124
if (
context_state
== PULSE_CONTEXT_FINISHED) {
in ff_pulse_audio_connect_context()
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
jdmainct.c
264
main_ptr->
context_state
= CTX_PREPARE_FOR_IMCU;
in start_pass_main()
350
switch (main_ptr->
context_state
) {
in process_data_context_main()
360
main_ptr->
context_state
= CTX_PREPARE_FOR_IMCU;
in process_data_context_main()
373
main_ptr->
context_state
= CTX_PROCESS_IMCU;
in process_data_context_main()
394
main_ptr->
context_state
= CTX_POSTPONED_ROW;
in process_data_context_main()
H
A
D
jdmainct.h
32
int
context_state
; /* process_data state machine status */
member
40
/*
context_state
values: */
H
A
D
jdapistd.c
474
main_ptr->
context_state
= CTX_PREPARE_FOR_IMCU;
in GLOBAL()
/third_party/libdrm/include/drm/
H
A
D
mach64_drm.h
127
drm_mach64_context_regs_t
context_state
;
member
H
A
D
r128_drm.h
154
drm_r128_context_regs_t
context_state
;
member
H
A
D
mga_drm.h
181
drm_mga_context_regs_t
context_state
;
member
H
A
D
radeon_drm.h
439
drm_radeon_context_regs_t
context_state
;
member
Completed in 10 milliseconds