Home
last modified time | relevance | path

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 DDemoActivity.java14 private boolean playing = true; field in DemoActivity
39 if (playing) { in onClick()
45 playing = !playing; in onClick()
/third_party/pulseaudio/src/tests/
H A Dinterpol-test.c185 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 Dstream.c492 * 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 Ddef.h705 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 Dmodule-tunnel.c924 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 Dstylo.hpp[all...]

Completed in 41 milliseconds