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

1 2 3 4

  /frameworks/wilhelm/tests/mimeUri/
slesTest_playStates.cpp 148 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
162 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
168 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
174 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
180 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);
185 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
191 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 237 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
262 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
276 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 245 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
276 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
310 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);
slesTestGetPositionUri.cpp 241 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); CheckErr(res);
269 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); CheckErr(res);
301 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); CheckErr(res);
slesTestSlowDownUri.cpp 340 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); CheckErr(res);
363 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); CheckErr(res);
384 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); CheckErr(res);
  /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 151 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
171 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
178 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 233 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
279 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
310 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);
slesTestSawtoothBufferQueue.cpp 246 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
264 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 196 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
230 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
251 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 ?
  /external/chromium_org/media/audio/android/
opensles_output.cc 91 (*player_)->SetPlayState(player_, SL_PLAYSTATE_PLAYING));
101 (*player_)->SetPlayState(player_, 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 ?
  /frameworks/wilhelm/tests/native-media/jni/
native-media-jni.c 439 res = (*playerPlayItf)->SetPlayState(playerPlayItf, XA_PLAYSTATE_PAUSED);
447 res = (*playerPlayItf)->SetPlayState(playerPlayItf, XA_PLAYSTATE_PLAYING);
464 res = (*playerPlayItf)->SetPlayState(playerPlayItf, isPlaying ?

Completed in 448 milliseconds

1 2 3 4