Lines Matching refs:playState
87 SLresult aplayer_setPlayState(const android::sp<android::GenericPlayer> &ap, SLuint32 playState, in aplayer_setPlayState() argument
92 switch (playState) { in aplayer_setPlayState()
110 SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D, playState); in aplayer_setPlayState()
128 SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D, playState); in aplayer_setPlayState()
2234 SLuint32 playState = ap->mPlay.mState; in android_audioPlayer_setPlayState() local
2243 switch (playState) { in android_audioPlayer_setPlayState()
2270 switch (playState) { in android_audioPlayer_setPlayState()
2272 aplayer_setPlayState(ap->mAPlayer, playState, &ap->mAndroidObjState); in android_audioPlayer_setPlayState()
2276 aplayer_setPlayState(ap->mAPlayer, playState, &ap->mAndroidObjState); in android_audioPlayer_setPlayState()
2281 aplayer_setPlayState(ap->mAPlayer, playState, &ap->mAndroidObjState); in android_audioPlayer_setPlayState()
2293 aplayer_setPlayState(ap->mAPlayer, playState, &ap->mAndroidObjState); in android_audioPlayer_setPlayState()