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) {
  /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 86 SLresult aplayer_setPlayState(const android::sp<android::GenericPlayer> &ap, SLuint32 playState,
91 switch (playState) {
109 SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D, playState);
127 SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D, playState);
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /packages/apps/TV/libs/
exoplayer.jar 

Completed in 536 milliseconds