OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Stopped
(Results
1 - 10
of
10
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
PlayState.java
46
Stopped
/external/chromium_org/cc/layers/
video_frame_provider_client_impl.h
30
bool
Stopped
() const { return !provider_; }
/external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentLifecycle.h
46
Stopped
,
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocket.h
147
Stopped
,
/external/llvm/include/llvm/CodeGen/
Passes.h
104
bool
Stopped
;
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioNode.java
73
protected transient volatile Status status = Status.
Stopped
;
102
* The audio node is currently
stopped
.
106
Stopped
,
277
if (status != Status.
Stopped
) {
278
throw new IllegalStateException("Can only set source id when
stopped
");
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java
86
Stopped
, // media player is
stopped
and not prepared to play
227
if (mState == State.Paused || mState == State.
Stopped
) {
247
if (mState == State.
Stopped
) {
248
// If we're
stopped
, just go ahead to the next song and start playing
306
mState = State.
Stopped
;
383
else if (mState == State.Playing || mState == State.Paused || mState == State.
Stopped
) {
403
mState = State.
Stopped
;
550
mState = State.
Stopped
;
577
mState = State.
Stopped
;
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_new.cpp
437
TBool CDsa::
Stopped
() const
1038
if(
Stopped
())
dsa_old.cpp
273
TBool CDsa::
Stopped
() const
799
if(
Stopped
())
dsa.cpp
290
if(
Stopped
())
730
TBool CDsa::
Stopped
() const
Completed in 950 milliseconds