HomeSort by relevance Sort by last modified time
    Searched refs:SetPlayState (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /frameworks/wilhelm/tests/mimeUri/
slesTest_playStates.cpp 147 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
161 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
167 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
173 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
179 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);
184 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
190 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);
slesTestPlayUri2.cpp 191 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
193 result = (*playItf2)->SetPlayState( playItf2, SL_PLAYSTATE_PAUSED );
208 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
214 result = (*playItf2)->SetPlayState( playItf2, SL_PLAYSTATE_PLAYING );
235 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);
237 result = (*playItf2)->SetPlayState(playItf2, SL_PLAYSTATE_STOPPED);
slesTestLoopUri.cpp 234 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
259 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
273 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);
slesTestPlayStreamType.cpp 166 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
186 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
214 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);
slesTestPlayUri.cpp 242 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
273 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
307 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);
slesTestGetPositionUri.cpp 238 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); CheckErr(res);
266 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); CheckErr(res);
298 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); CheckErr(res);
slesTestSlowDownUri.cpp 337 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); CheckErr(res);
360 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); CheckErr(res);
381 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); CheckErr(res);
  /cts/tests/tests/media/libndkaudio/
AudioPlayer.cpp 255 SLresult result = (*bqPlayerPlay_)->SetPlayState(bqPlayerPlay_,
257 // __android_log_print(ANDROID_LOG_INFO, TAG, "SetPlayState() result:%s", getSLErrStr(result));
278 (*bqPlayerPlay_)->SetPlayState(bqPlayerPlay_, SL_PLAYSTATE_STOPPED);
  /frameworks/wilhelm/tests/listening/
seekTorture.c 89 result = (*playerPlay)->SetPlayState(playerPlay, SL_PLAYSTATE_PAUSED);
93 result = (*playerPlay)->SetPlayState(playerPlay, SL_PLAYSTATE_PLAYING);
slesTest_playMuteSolo.cpp 309 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
352 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); ExitOnError(result);
362 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);
  /frameworks/wilhelm/tests/examples/
slesTestBassBoostPath.cpp 169 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
190 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING );
233 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);
slesTestPlayFdPath.cpp 178 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
202 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
209 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);
slesTestVirtualizerPath.cpp 170 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
191 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING );
235 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);
slesTestEqFdPath.cpp 174 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
195 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING );
262 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);
slesTestEqOutputPath.cpp 178 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
199 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING );
266 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);
slesTestSendToPresetReverb.cpp 232 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
278 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
309 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);
slesTestSawtoothBufferQueue.cpp 243 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
261 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);
slesTestDecodeToBuffQueue.cpp 431 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
504 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING);
521 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);
  /frameworks/wilhelm/tests/
mimeUri_test.cpp 193 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
227 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
248 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);
  /frameworks/wilhelm/tests/sandbox/
monkey.c 57 SLresult result = (*p->mPlay)->SetPlayState(p->mPlay, SL_PLAYSTATE_PAUSED);
65 SLresult result = (*p->mPlay)->SetPlayState(p->mPlay, SL_PLAYSTATE_PLAYING);
73 SLresult result = (*p->mPlay)->SetPlayState(p->mPlay, SL_PLAYSTATE_STOPPED);
intbufq.c 145 result = (*playerPlay)->SetPlayState(playerPlay, state);
243 goto setplaystate;
246 goto setplaystate;
249 setplaystate:
250 result = (*playerPlay)->SetPlayState(playerPlay, state);
  /frameworks/wilhelm/tests/sandbox/streamSource/
slesTestPlayStream.cpp 292 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
351 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
361 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);
  /cts/tests/tests/mediastress/jni/
native-media-jni.cpp 246 (*playerPlayItf)->SetPlayState(playerPlayItf, XA_PLAYSTATE_STOPPED);
406 res = (*playerPlayItf)->SetPlayState(playerPlayItf, XA_PLAYSTATE_PAUSED);
414 res = (*playerPlayItf)->SetPlayState(playerPlayItf, XA_PLAYSTATE_PLAYING);
430 res = (*playerPlayItf)->SetPlayState(playerPlayItf, play ?
  /cts/tests/tests/media/libaudiojni/
appendix-b-1-1-buffer-queue.cpp 215 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING);
232 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);
  /development/ndk/platforms/android-14/samples/native-media/jni/
native-media-jni.c 421 res = (*playerPlayItf)->SetPlayState(playerPlayItf, XA_PLAYSTATE_PAUSED);
429 res = (*playerPlayItf)->SetPlayState(playerPlayItf, XA_PLAYSTATE_PLAYING);
446 res = (*playerPlayItf)->SetPlayState(playerPlayItf, isPlaying ?

Completed in 235 milliseconds

1 2 3 4 5 6