Searched refs:playState (Results 1 – 5 of 5) sorted by relevance
/frameworks/wilhelm/tests/sandbox/ |
D | urimime.c | 137 SLuint32 playState; in main() local 138 result = (*playerPlay)->GetPlayState(playerPlay, &playState); in main() 140 if (SL_PLAYSTATE_PLAYING != playState) { in main()
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestSendToPresetReverb.cpp | 283 SLuint32 playState; in TestSendToPresetReverb() local 285 result = (*playItf)->GetPlayState(playItf, &playState); in TestSendToPresetReverb() 287 if (playState != SL_PLAYSTATE_PLAYING) in TestSendToPresetReverb() 306 assert(playState == SL_PLAYSTATE_STOPPED); in TestSendToPresetReverb()
|
/frameworks/wilhelm/src/android/ |
D | MediaPlayer_to_android.h | 68 SLuint32 playState,
|
D | AudioPlayer_to_android.cpp | 48 SLresult aplayer_setPlayState(const android::sp<android::GenericPlayer> &ap, SLuint32 playState, in aplayer_setPlayState() argument 53 switch (playState) { in aplayer_setPlayState() 71 SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D, playState); in aplayer_setPlayState() 89 SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D, playState); in aplayer_setPlayState() 2166 SLuint32 playState = ap->mPlay.mState; in android_audioPlayer_setPlayState() local 2170 switch (playState) { in android_audioPlayer_setPlayState() 2202 aplayer_setPlayState(ap->mAPlayer, playState, &ap->mAndroidObjState); in android_audioPlayer_setPlayState()
|
D | MediaPlayer_to_android.cpp | 598 SLuint32 playState, in android_Player_setPlayState() argument 604 switch (playState) { in android_Player_setPlayState()
|