Searched defs:playState (Results 1 - 5 of 5) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
H A Durimime.c137 SLuint32 playState; local
138 result = (*playerPlay)->GetPlayState(playerPlay, &playState);
140 if (SL_PLAYSTATE_PLAYING != playState) {
/frameworks/wilhelm/src/android/
H A DMediaPlayer_to_android.cpp600 SLuint32 playState,
606 switch (playState) {
599 android_Player_setPlayState(const android::sp<android::GenericPlayer> &gp, SLuint32 playState, AndroidObjectState* pObjState) argument
H A DAudioPlayer_to_android.cpp42 SLresult aplayer_setPlayState(const android::sp<android::GenericPlayer> &ap, SLuint32 playState, argument
47 switch (playState) {
65 SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D, playState);
83 SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D, playState);
1948 SLuint32 playState = ap->mPlay.mState; local
1953 switch (playState) {
1985 aplayer_setPlayState(ap->mAPlayer, playState, &(ap->mAndroidObjState));
/frameworks/wilhelm/tests/examples/
H A DslesTestSendToPresetReverb.cpp284 SLuint32 playState; local
286 result = (*playItf)->GetPlayState(playItf, &playState);
288 if (playState != SL_PLAYSTATE_PLAYING)
307 assert(playState == SL_PLAYSTATE_STOPPED);
/frameworks/base/media/java/android/media/
H A DAudioService.java5548 * @param playState the playback state to evaluate
5551 private static boolean isPlaystateActive(int playState) { argument
5552 switch (playState) {

Completed in 218 milliseconds