HomeSort by relevance Sort by last modified time
    Searched refs:SL_BOOLEAN_FALSE (Results 51 - 75 of 77) sorted by null

1 23 4

  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 158 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
167 const SLboolean req[1] = {SL_BOOLEAN_FALSE};
172 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE);
217 result = (*bqPlayerObject)->Realize(bqPlayerObject, SL_BOOLEAN_FALSE);
288 result = (*uriPlayerObject)->Realize(uriPlayerObject, SL_BOOLEAN_FALSE);
587 result = (*fdPlayerObject)->Realize(fdPlayerObject, SL_BOOLEAN_FALSE);
661 result = (*recorderObject)->Realize(recorderObject, SL_BOOLEAN_FALSE);
  /system/media/wilhelm/src/itf/
IPlay.c 89 assert(SL_BOOLEAN_FALSE);
139 assert(SL_BOOLEAN_FALSE);
217 assert(SL_BOOLEAN_FALSE);
I3DDoppler.c 94 assert(SL_BOOLEAN_FALSE);
IAndroidEffectSend.c 234 thiz->mEnabled = SL_BOOLEAN_FALSE;
IBassBoost.c 189 thiz->mEnabled = SL_BOOLEAN_FALSE;
IVirtualizer.c 191 thiz->mEnabled = SL_BOOLEAN_FALSE;
IDynamicInterfaceManagement.c 82 assert(SL_BOOLEAN_FALSE);
331 assert(SL_BOOLEAN_FALSE);
IAudioIODeviceCapabilities.c 244 assert(SL_BOOLEAN_FALSE);
IEngine.c 240 thiz->mDestroyRequested = SL_BOOLEAN_FALSE;
247 thiz->mSndFile.mEOF = SL_BOOLEAN_FALSE;
    [all...]
IAndroidBufferQueue.c 42 assert(SL_BOOLEAN_FALSE);
IEqualizer.c 481 thiz->mEnabled = SL_BOOLEAN_FALSE;
  /system/media/wilhelm/tests/sandbox/
multiplay.c 152 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
164 result = (*mixObject)->Realize(mixObject, SL_BOOLEAN_FALSE);
195 result = (*p->mPlayerObject)->Realize(p->mPlayerObject, SL_BOOLEAN_FALSE);
srcsink.c 33 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
91 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE);
reverb.c 313 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
334 result = (*mixObject)->Realize(mixObject, SL_BOOLEAN_FALSE);
434 result = (*playerObject)->Realize(playerObject, SL_BOOLEAN_FALSE);
  /external/quake/quake/src/WinQuake/
snd_android.cpp 131 required[i] = SL_BOOLEAN_FALSE;
143 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
192 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res);
264 res = (*gSoundEngine)->Realize(gSoundEngine, SL_BOOLEAN_FALSE); CheckErr(res);
  /system/media/wilhelm/tests/examples/
slesTestFeedback.cpp 278 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
288 result = (*outputmixObject)->Realize(outputmixObject, SL_BOOLEAN_FALSE);
324 result = (*playerObject)->Realize(playerObject, SL_BOOLEAN_FALSE);
363 result = (*recorderObject)->Realize(recorderObject, SL_BOOLEAN_FALSE);
slesTestDecodeToBuffQueue.cpp 307 required[i] = SL_BOOLEAN_FALSE;
365 result = (*player)->Realize(player, SL_BOOLEAN_FALSE);
558 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
slesTestDecodeAac.cpp 118 SLboolean createRaw = SL_BOOLEAN_FALSE; // whether to create a .raw file containing PCM data
425 required[i] = SL_BOOLEAN_FALSE;
479 res = (*player)->Realize(player, SL_BOOLEAN_FALSE);
779 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
  /system/media/wilhelm/tests/automated/
BufferQueue_test.cpp 104 res = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
112 res = (*outputmixObject)->Realize(outputmixObject, SL_BOOLEAN_FALSE);
192 res = (*playerObject)->Realize(playerObject, SL_BOOLEAN_FALSE);
  /frameworks/ex/variablespeed/jni/
variablespeed.cc 539 OpenSL(engine, Realize, SL_BOOLEAN_FALSE);
589 OpenSL(audioPlayer, Realize, SL_BOOLEAN_FALSE);
628 OpenSL(decoder, Realize, SL_BOOLEAN_FALSE);
687 OpenSL(outputMix, Realize, SL_BOOLEAN_FALSE);
  /system/media/wilhelm/src/
ThreadPool.c 91 tp->mShutdown = SL_BOOLEAN_FALSE;
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 74 #define SL_BOOLEAN_FALSE ((SLboolean) 0x00000000)
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 74 #define SL_BOOLEAN_FALSE ((SLboolean) 0x00000000)
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 74 #define SL_BOOLEAN_FALSE ((SLboolean) 0x00000000)
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 74 #define SL_BOOLEAN_FALSE ((SLboolean) 0x00000000)
    [all...]

Completed in 120 milliseconds

1 23 4