Home
last modified time | relevance | path

Searched refs:playState (Results 1 – 5 of 5) 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.cpp283 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/
DMediaPlayer_to_android.h68 SLuint32 playState,
DAudioPlayer_to_android.cpp48 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()
DMediaPlayer_to_android.cpp598 SLuint32 playState, in android_Player_setPlayState() argument
604 switch (playState) { in android_Player_setPlayState()