Searched refs:playState (Results 1 – 6 of 6) 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 | 284 SLuint32 playState; in TestSendToPresetReverb() local 286 result = (*playItf)->GetPlayState(playItf, &playState); in TestSendToPresetReverb() 288 if (playState != SL_PLAYSTATE_PLAYING) in TestSendToPresetReverb() 307 assert(playState == SL_PLAYSTATE_STOPPED); in TestSendToPresetReverb()
|
/frameworks/wilhelm/src/android/ |
D | MediaPlayer_to_android.h | 68 SLuint32 playState,
|
D | AudioPlayer_to_android.cpp | 42 SLresult aplayer_setPlayState(const android::sp<android::GenericPlayer> &ap, SLuint32 playState, in aplayer_setPlayState() argument 47 switch (playState) { in aplayer_setPlayState() 65 SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D, playState); in aplayer_setPlayState() 83 SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D, playState); in aplayer_setPlayState() 2011 SLuint32 playState = ap->mPlay.mState; in android_audioPlayer_setPlayState() local 2016 switch (playState) { in android_audioPlayer_setPlayState() 2048 aplayer_setPlayState(ap->mAPlayer, playState, &(ap->mAndroidObjState)); in android_audioPlayer_setPlayState()
|
D | MediaPlayer_to_android.cpp | 600 SLuint32 playState, in android_Player_setPlayState() argument 606 switch (playState) { in android_Player_setPlayState()
|
/frameworks/base/media/java/android/media/ |
D | MediaFocusControl.java | 2079 protected static boolean isPlaystateActive(int playState) { in isPlaystateActive() argument 2080 switch (playState) { in isPlaystateActive()
|