Home
last modified time | relevance | path

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

/frameworks/wilhelm/tests/mimeUri/
DslesTestPlayUri2.cpp81 SLPlayItf playItf, playItf2; in TestPlayUri() local
156 result = (*player)->GetInterface(player2, SL_IID_PLAY, (void*)&playItf2); in TestPlayUri()
193 result = (*playItf2)->SetPlayState( playItf2, SL_PLAYSTATE_PAUSED ); in TestPlayUri()
214 result = (*playItf2)->SetPlayState( playItf2, SL_PLAYSTATE_PLAYING ); in TestPlayUri()
237 result = (*playItf2)->SetPlayState(playItf2, SL_PLAYSTATE_STOPPED); in TestPlayUri()