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

/frameworks/wilhelm/src/android/
H A DMediaPlayer_to_android.h68 SLuint32 playState,
H A DAudioPlayer_to_android.cpp86 SLresult aplayer_setPlayState(const android::sp<android::GenericPlayer> &ap, SLuint32 playState, argument
91 switch (playState) {
109 SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D, playState);
127 SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D, playState);
2217 SLuint32 playState = ap->mPlay.mState; local
2221 switch (playState) {
2248 switch (playState) {
2250 aplayer_setPlayState(ap->mAPlayer, playState, &ap->mAndroidObjState);
2254 aplayer_setPlayState(ap->mAPlayer, playState, &ap->mAndroidObjState);
2259 aplayer_setPlayState(ap->mAPlayer, playState,
[all...]
H A DMediaPlayer_to_android.cpp598 SLuint32 playState,
604 switch (playState) {
597 android_Player_setPlayState(const android::sp<android::GenericPlayer> &gp, SLuint32 playState, AndroidObjectState* pObjState) argument
/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/tests/examples/
H A DslesTestSendToPresetReverb.cpp283 SLuint32 playState; local
285 result = (*playItf)->GetPlayState(playItf, &playState);
287 if (playState != SL_PLAYSTATE_PLAYING)
306 assert(playState == SL_PLAYSTATE_STOPPED);

Completed in 7372 milliseconds