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:playing
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
H
A
D
DemoActivity.java
14
private boolean
playing
= true;
field in DemoActivity
39
if (
playing
) {
in onClick()
45
playing
= !
playing
;
in onClick()
/third_party/pulseaudio/src/tests/
H
A
D
interpol-test.c
185
bool
playing
= false;
in START_TEST()
local
201
if (info->
playing
)
in START_TEST()
202
playing
= true;
in START_TEST()
222
playing
,
in START_TEST()
/third_party/pulseaudio/src/pulse/
H
A
D
stream.c
492
* indications when audio really starts/stops
playing
, if
in check_smoother_status()
1842
bool
playing
= false;
in stream_get_timing_info_callback()
local
1866
pa_tagstruct_get_boolean(t, &
playing
) < 0 ||
in stream_get_timing_info_callback()
1893
i->
playing
= (int)
playing
;
in stream_get_timing_info_callback()
1894
i->since_underrun = (int64_t) (
playing
? playing_for : underrun_for);
in stream_get_timing_info_callback()
1984
/* If we weren't
playing
then it will take some time
in stream_get_timing_info_callback()
1995
if (!i->
playing
)
in stream_get_timing_info_callback()
2011
if (i->
playing
)
in stream_get_timing_info_callback()
H
A
D
def.h
705
int
playing
;
member
745
* underrun.
playing
will tell you which case it is. \since
876
/**< Running, sink is
playing
and used by at least one non-corked sink-input \since 0.9.15 */
879
/**< When idle, the sink is
playing
but there is no non-corked sink-input attached to it \since 0.9.15 */
900
/** Returns non-zero if sink is
playing
: running or idle. \since 0.9.15 */
/third_party/pulseaudio/src/modules/
H
A
D
module-tunnel.c
924
bool
playing
;
in stream_get_latency_callback()
local
946
pa_tagstruct_get_boolean(t, &
playing
) < 0 ||
in stream_get_latency_callback()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
[all...]
Completed in 41 milliseconds