HomeSort by relevance Sort by last modified time
    Searched defs:playState (Results 1 - 6 of 6) 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/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
AbstractCinematicEvent.java 37 import com.jme3.cinematic.PlayState;
55 protected PlayState playState = PlayState.Stopped;
104 playState = PlayState.Playing;
123 if (playState == PlayState.Playing) {
147 playState = PlayState.Stopped
    [all...]
  /frameworks/wilhelm/tests/examples/
slesTestSendToPresetReverb.cpp 283 SLuint32 playState;
285 result = (*playItf)->GetPlayState(playItf, &playState);
287 if (playState != SL_PLAYSTATE_PLAYING)
306 assert(playState == SL_PLAYSTATE_STOPPED);
  /cts/tests/tests/media/libaudiojni/
audio-track-native.cpp 205 status_t setPlayState(SLuint32 playState) {
210 SLresult res = (*mPlay)->SetPlayState(mPlay, playState);
212 ALOGW("setPlayState %d error %s", playState, android::getSLErrStr(res));
215 mPlayState = playState;
224 SLuint32 playState;
225 SLresult res = (*mPlay)->GetPlayState(mPlay, &playState);
230 return playState;
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp 44 SLresult aplayer_setPlayState(const android::sp<android::GenericPlayer> &ap, SLuint32 playState,
49 switch (playState) {
67 SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D, playState);
85 SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D, playState);
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 

Completed in 176 milliseconds