OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:playState
(Results
1 - 6
of
6
) sorted by null
/system/media/wilhelm/tests/sandbox/
urimime.c
137
SLuint32
playState
;
138
result = (*playerPlay)->GetPlayState(playerPlay, &
playState
);
140
if (SL_PLAYSTATE_PLAYING !=
playState
) {
/system/media/wilhelm/tests/examples/
slesTestSendToPresetReverb.cpp
284
SLuint32
playState
;
286
result = (*playItf)->GetPlayState(playItf, &
playState
);
288
if (
playState
!= SL_PLAYSTATE_PLAYING)
307
assert(
playState
== SL_PLAYSTATE_STOPPED);
/external/webkit/Source/WebCore/platform/animation/
Animation.h
96
EAnimPlayState
playState
() const { return static_cast<EAnimPlayState>(m_playState); }
/frameworks/base/core/java/android/speech/tts/
AudioPlaybackHandler.java
387
int
playState
= audioTrack.getPlayState();
388
if (
playState
== AudioTrack.PLAYSTATE_STOPPED) {
/system/media/wilhelm/src/android/
AudioPlayer_to_android.cpp
39
SLresult aplayer_setPlayState(const android::sp<android::GenericPlayer> &ap, SLuint32
playState
,
44
switch (
playState
) {
62
SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D,
playState
);
80
SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D,
playState
);
[
all
...]
/external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp
[
all
...]
Completed in 231 milliseconds