HomeSort by relevance Sort by last modified time
    Searched defs:playState (Results 1 - 5 of 5) sorted by null

  /frameworks/wilhelm/tests/sandbox/
urimime.c 137 SLuint32 playState;
138 result = (*playerPlay)->GetPlayState(playerPlay, &playState);
140 if (SL_PLAYSTATE_PLAYING != playState) {
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationPlayer.cpp 389 String AnimationPlayer::playState()
  /frameworks/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);
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp 42 SLresult aplayer_setPlayState(const android::sp<android::GenericPlayer> &ap, SLuint32 playState,
47 switch (playState) {
65 SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D, playState);
83 SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D, playState);
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 2005 milliseconds