OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:playing
(Results
1 - 15
of
15
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/audio/dc/
SDL_dcaudio.h
36
int
playing
;
member in struct:SDL_PrivateAudioData
/external/chromium_org/ppapi/shared_impl/
ppb_audio_shared.h
54
bool
playing
() const { return playing_; }
function in class:ppapi::PPB_Audio_Shared
62
// Configures the current state to be
playing
or not. The caller is
98
// True if
playing
the stream.
/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
FadeFilter.java
55
private boolean
playing
= false;
field in class:FadeFilter
88
if (
playing
) {
93
playing
= false;
98
playing
= false;
126
playing
= true;
135
playing
= true;
140
playing
= false;
/external/jmonkeyengine/engine/src/test/jme3test/animation/
TestCameraMotionPath.java
59
private boolean
playing
= false;
field in class:TestCameraMotionPath
169
if (
playing
) {
170
playing
= false;
175
playing
= true;
TestMotionPath.java
58
private boolean
playing
= false;
field in class:TestMotionPath
163
if (
playing
) {
164
playing
= false;
167
playing
= true;
/external/qemu/distrib/sdl-1.2.15/src/audio/dma/
SDL_dmaaudio.c
217
int
playing
;
local
233
playing
= info.ptr / this->spec.size;
234
filling = (
playing
+ 1)%num_buffers;
/external/chromium_org/media/audio/win/
audio_low_latency_output_win.cc
383
bool
playing
= true;
local
398
while (
playing
&& !error) {
408
playing
= false;
420
if (
playing
&& error) {
508
// Stream position of the sample that is currently
playing
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMediaPlayer.java
21
private boolean
playing
;
field in class:ShadowMediaPlayer
52
playing
= true;
72
return
playing
;
92
playing
= true;
97
playing
= false;
102
playing
= false;
108
playing
= false;
114
playing
= false;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeaudiocapturemodule.cc
194
// No playout device, just
playing
from file. Return success.
271
bool FakeAudioCaptureModule::
Playing
() const {
335
// No speaker, just
playing
from file. Return success.
345
// No microphone, just
playing
from file. Return success.
351
// No microphone, just
playing
from file. Return success.
699
bool
playing
;
local
703
playing
= playing_;
708
if (
playing
) {
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
def.h
316
int
playing
; /**< Non-zero when the stream is currently
playing
. Only for playback streams. */
member in struct:pa_timing_info
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
def.h
316
int
playing
; /**< Non-zero when the stream is currently
playing
. Only for playback streams. */
member in struct:pa_timing_info
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
def.h
316
int
playing
; /**< Non-zero when the stream is currently
playing
. Only for playback streams. */
member in struct:pa_timing_info
/development/samples/training/NavigationDrawer/libs/
android-support-v4.jar
/prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar
/prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar
Completed in 1179 milliseconds