HomeSort by relevance Sort by last modified time
    Searched refs:SL_PLAYSTATE_PLAYING (Results 26 - 50 of 67) sorted by null

12 3

  /frameworks/wilhelm/tests/examples/
slesTestEqFdPath.cpp 195 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING );
slesTestEqOutputPath.cpp 199 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING );
slesTestDecodeToBuffQueue.cpp 504 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING);
slesTestFeedback.cpp 333 result = (*playerPlay)->SetPlayState(playerPlay, SL_PLAYSTATE_PLAYING);
slesTestDecodeAac.cpp 773 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING);
    [all...]
  /frameworks/wilhelm/tests/listening/
slesTest_playMuteSolo.cpp 352 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); ExitOnError(result);
  /frameworks/wilhelm/tests/mimeUri/
slesTestGetPositionUri.cpp 269 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); CheckErr(res);
slesTestManyPlayers.cpp 290 res = (*playItfs[playerId])->SetPlayState( playItfs[playerId], SL_PLAYSTATE_PLAYING );
slesTestSlowDownUri.cpp 363 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); CheckErr(res);
  /frameworks/wilhelm/tests/sandbox/
monkey.c 65 SLresult result = (*p->mPlay)->SetPlayState(p->mPlay, SL_PLAYSTATE_PLAYING);
playbq.c 477 result = (*playerPlay)->SetPlayState(playerPlay, SL_PLAYSTATE_PLAYING);
playbq.cpp 477 result = (*playerPlay)->SetPlayState(playerPlay, SL_PLAYSTATE_PLAYING);
  /frameworks/wilhelm/tests/sandbox/streamSource/
slesTestPlayStream.cpp 351 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
  /frameworks/wilhelm/src/itf/
IAndroidBufferQueue.c 385 (1 == thiz->mState.count) && (SL_PLAYSTATE_PLAYING == getAssociatedState(thiz))) ?
  /frameworks/ex/variablespeed/jni/
variablespeed.cc 667 OpenSL(decoderPlay, SetPlayState, SL_PLAYSTATE_PLAYING);
696 OpenSL(audioPlayerPlay, SetPlayState, SL_PLAYSTATE_PLAYING);
  /frameworks/wilhelm/src/android/
MediaPlayer_to_android.cpp 630 case SL_PLAYSTATE_PLAYING: {
631 SL_LOGV("setting AVPlayer to SL_PLAYSTATE_PLAYING");
AudioPlayer_to_android.cpp 70 case SL_PLAYSTATE_PLAYING: {
71 SL_LOGV("setting GenericPlayer to SL_PLAYSTATE_PLAYING");
398 * SL_PLAYSTATE_PLAYING state."
    [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 912 #define SL_PLAYSTATE_PLAYING ((SLuint32) 0x00000003)
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 912 #define SL_PLAYSTATE_PLAYING ((SLuint32) 0x00000003)
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 912 #define SL_PLAYSTATE_PLAYING ((SLuint32) 0x00000003)
    [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 912 #define SL_PLAYSTATE_PLAYING ((SLuint32) 0x00000003)
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 912 #define SL_PLAYSTATE_PLAYING ((SLuint32) 0x00000003)
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 912 #define SL_PLAYSTATE_PLAYING ((SLuint32) 0x00000003)
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 912 #define SL_PLAYSTATE_PLAYING ((SLuint32) 0x00000003)
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h 912 #define SL_PLAYSTATE_PLAYING ((SLuint32) 0x00000003)
    [all...]

Completed in 1509 milliseconds

12 3