Home
last modified time | relevance | path

Searched refs:SetPlayState (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/wilhelm/tests/mimeUri/
DslesTest_playStates.cpp147 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); in TestPlayUri()
161 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); in TestPlayUri()
167 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); in TestPlayUri()
173 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); in TestPlayUri()
179 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); in TestPlayUri()
184 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); in TestPlayUri()
190 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); in TestPlayUri()
DslesTestPlayUri2.cpp191 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); in TestPlayUri()
193 result = (*playItf2)->SetPlayState( playItf2, SL_PLAYSTATE_PAUSED ); in TestPlayUri()
208 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); in TestPlayUri()
214 result = (*playItf2)->SetPlayState( playItf2, SL_PLAYSTATE_PLAYING ); in TestPlayUri()
235 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); in TestPlayUri()
237 result = (*playItf2)->SetPlayState(playItf2, SL_PLAYSTATE_STOPPED); in TestPlayUri()
DslesTestPlayStreamType.cpp166 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); in TestStreamTypeConfiguration()
186 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); in TestStreamTypeConfiguration()
214 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); in TestStreamTypeConfiguration()
DslesTestLoopUri.cpp234 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); in TestLoopUri()
259 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); in TestLoopUri()
273 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); in TestLoopUri()
DslesTestPlayUri.cpp242 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); in TestPlayUri()
273 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); in TestPlayUri()
307 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); in TestPlayUri()
DslesTestGetPositionUri.cpp238 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); CheckErr(res); in TestGetPositionUri()
266 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); CheckErr(res); in TestGetPositionUri()
298 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); CheckErr(res); in TestGetPositionUri()
DslesTestSlowDownUri.cpp337 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); CheckErr(res); in TestSlowDownUri()
360 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); CheckErr(res); in TestSlowDownUri()
381 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); CheckErr(res); in TestSlowDownUri()
DslesTestManyPlayers.cpp272 res = (*playItfs[playerId])->SetPlayState( playItfs[playerId], SL_PLAYSTATE_PAUSED ); in CreatePlayer()
288 res = (*playItfs[playerId])->SetPlayState( playItfs[playerId], SL_PLAYSTATE_PLAYING ); in CreatePlayer()
/frameworks/wilhelm/tests/examples/
DslesTestPlayFdPath.cpp178 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); in TestPlayPathFromFD()
202 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); in TestPlayPathFromFD()
209 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); in TestPlayPathFromFD()
DslesTestBassBoostPath.cpp169 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); in TestBassBoostPathFromFD()
190 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING ); in TestBassBoostPathFromFD()
233 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); in TestBassBoostPathFromFD()
DslesTestVirtualizerPath.cpp170 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); in TestVirtualizerPathFromFD()
191 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING ); in TestVirtualizerPathFromFD()
235 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); in TestVirtualizerPathFromFD()
DslesTestEqOutputPath.cpp178 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); in TestEQPathFromFD()
199 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING ); in TestEQPathFromFD()
266 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); in TestEQPathFromFD()
DslesTestEqFdPath.cpp174 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); in TestEQPathFromFD()
195 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING ); in TestEQPathFromFD()
262 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); in TestEQPathFromFD()
DslesTestSendToPresetReverb.cpp232 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); in TestSendToPresetReverb()
278 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); in TestSendToPresetReverb()
309 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); in TestSendToPresetReverb()
DslesTestSawtoothBufferQueue.cpp243 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); in TestPlaySawtoothBufferQueue()
261 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); in TestPlaySawtoothBufferQueue()
DslesTestDecodeToBuffQueue.cpp431 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); in TestDecToBuffQueue()
504 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING); in TestDecToBuffQueue()
521 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); in TestDecToBuffQueue()
DslesTestDecodeAac.cpp753 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PAUSED); in TestDecToBuffQueue()
772 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING); in TestDecToBuffQueue()
784 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PAUSED); in TestDecToBuffQueue()
788 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING); in TestDecToBuffQueue()
/frameworks/wilhelm/tests/
DmimeUri_test.cpp193 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); in TestPlayUri()
227 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); in TestPlayUri()
248 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); in TestPlayUri()
/frameworks/wilhelm/tests/listening/
DseekTorture.c89 result = (*playerPlay)->SetPlayState(playerPlay, SL_PLAYSTATE_PAUSED); in main()
93 result = (*playerPlay)->SetPlayState(playerPlay, SL_PLAYSTATE_PLAYING); in main()
DslesTest_playMuteSolo.cpp309 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); in TestPlayUri()
352 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); ExitOnError(result); in TestPlayUri()
362 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); in TestPlayUri()
/frameworks/wilhelm/tests/sandbox/streamSource/
DslesTestPlayStream.cpp292 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); in TestPlayStream()
351 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); in TestPlayStream()
361 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); in TestPlayStream()
/frameworks/wilhelm/tests/sandbox/
Dmonkey.c57 SLresult result = (*p->mPlay)->SetPlayState(p->mPlay, SL_PLAYSTATE_PAUSED); in actionPause()
65 SLresult result = (*p->mPlay)->SetPlayState(p->mPlay, SL_PLAYSTATE_PLAYING); in actionPlay()
73 SLresult result = (*p->mPlay)->SetPlayState(p->mPlay, SL_PLAYSTATE_STOPPED); in actionStop()
Dxaplay.c472 result = (*playerPlay)->SetPlayState(playerPlay, XA_PLAYSTATE_PAUSED); in main()
576 result = (*playerPlay)->SetPlayState(playerPlay, XA_PLAYSTATE_PAUSED); in main()
794 result = (*playerPlay)->SetPlayState(playerPlay, XA_PLAYSTATE_PLAYING); in main()
811 result = (*playerPlay)->SetPlayState(playerPlay, XA_PLAYSTATE_PAUSED); in main()
815 result = (*playerPlay)->SetPlayState(playerPlay, XA_PLAYSTATE_PLAYING); in main()
Dintbufq.c145 result = (*playerPlay)->SetPlayState(playerPlay, state); in main()
250 result = (*playerPlay)->SetPlayState(playerPlay, state); in main()
/frameworks/wilhelm/tests/native-media/jni/
Dnative-media-jni.c439 res = (*playerPlayItf)->SetPlayState(playerPlayItf, XA_PLAYSTATE_PAUSED); in Java_com_example_nativemedia_NativeMedia_createStreamingMediaPlayer()
447 res = (*playerPlayItf)->SetPlayState(playerPlayItf, XA_PLAYSTATE_PLAYING); in Java_com_example_nativemedia_NativeMedia_createStreamingMediaPlayer()
464 res = (*playerPlayItf)->SetPlayState(playerPlayItf, isPlaying ? in Java_com_example_nativemedia_NativeMedia_setPlayingStreamingMediaPlayer()

12