Home
last modified time | relevance | path

Searched refs:playState (Results 1 – 6 of 6) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
Durimime.c137 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/
DslesTestSendToPresetReverb.cpp284 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/
DMediaPlayer_to_android.h68 SLuint32 playState,
DAudioPlayer_to_android.cpp42 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()
DMediaPlayer_to_android.cpp600 SLuint32 playState, in android_Player_setPlayState() argument
606 switch (playState) { in android_Player_setPlayState()
/frameworks/base/media/java/android/media/
DMediaFocusControl.java2079 protected static boolean isPlaystateActive(int playState) { in isPlaystateActive() argument
2080 switch (playState) { in isPlaystateActive()