Home
last modified time | relevance | path

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

12

/frameworks/wilhelm/tests/mimeUri/
DslesTest_playStates.cpp148 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); in TestPlayUri()
162 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); in TestPlayUri()
168 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); in TestPlayUri()
174 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); in TestPlayUri()
180 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); in TestPlayUri()
185 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); in TestPlayUri()
191 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.cpp237 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); in TestLoopUri()
262 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); in TestLoopUri()
276 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); in TestLoopUri()
DslesTestPlayUri.cpp245 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); in TestPlayUri()
276 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); in TestPlayUri()
310 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); in TestPlayUri()
DslesTestGetPositionUri.cpp241 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); CheckErr(res); in TestGetPositionUri()
269 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); CheckErr(res); in TestGetPositionUri()
301 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); CheckErr(res); in TestGetPositionUri()
DslesTestSlowDownUri.cpp340 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); CheckErr(res); in TestSlowDownUri()
363 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); CheckErr(res); in TestSlowDownUri()
384 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); CheckErr(res); in TestSlowDownUri()
DslesTestManyPlayers.cpp274 res = (*playItfs[playerId])->SetPlayState( playItfs[playerId], SL_PLAYSTATE_PAUSED ); in CreatePlayer()
290 res = (*playItfs[playerId])->SetPlayState( playItfs[playerId], SL_PLAYSTATE_PLAYING ); in CreatePlayer()
/frameworks/wilhelm/tests/examples/
DslesTestPlayFdPath.cpp151 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); in TestPlayPathFromFD()
171 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); in TestPlayPathFromFD()
178 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); in TestPlayPathFromFD()
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()
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()
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()
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()
DslesTestSendToPresetReverb.cpp233 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); in TestSendToPresetReverb()
279 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); in TestSendToPresetReverb()
310 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); in TestSendToPresetReverb()
DslesTestSawtoothBufferQueue.cpp246 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); in TestPlaySawtoothBufferQueue()
264 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.cpp754 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PAUSED); in TestDecToBuffQueue()
773 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING); in TestDecToBuffQueue()
785 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PAUSED); in TestDecToBuffQueue()
789 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING); in TestDecToBuffQueue()
/frameworks/wilhelm/tests/
DmimeUri_test.cpp196 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); in TestPlayUri()
230 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); in TestPlayUri()
251 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.c471 result = (*playerPlay)->SetPlayState(playerPlay, XA_PLAYSTATE_PAUSED); in main()
575 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