Searched refs:SL_BOOLEAN_FALSE (Results 51 - 74 of 74) sorted by relevance

123

/frameworks/wilhelm/src/itf/
H A DI3DDoppler.c94 assert(SL_BOOLEAN_FALSE);
H A DIAcousticEchoCancellation.c117 thiz->mEnabled = SL_BOOLEAN_FALSE;
H A DIAutomaticGainControl.c114 thiz->mEnabled = SL_BOOLEAN_FALSE;
H A DINoiseSuppression.c110 thiz->mEnabled = SL_BOOLEAN_FALSE;
H A DIAndroidEffectSend.c233 thiz->mEnabled = SL_BOOLEAN_FALSE;
H A DIBassBoost.c189 thiz->mEnabled = SL_BOOLEAN_FALSE;
H A DIVirtualizer.c191 thiz->mEnabled = SL_BOOLEAN_FALSE;
H A DIDynamicInterfaceManagement.c82 assert(SL_BOOLEAN_FALSE);
331 assert(SL_BOOLEAN_FALSE);
H A DIAudioIODeviceCapabilities.c244 assert(SL_BOOLEAN_FALSE);
H A DIEngine.c221 thiz->mDestroyRequested = SL_BOOLEAN_FALSE;
228 thiz->mSndFile.mEOF = SL_BOOLEAN_FALSE;
945 SLboolean isSupported = SL_BOOLEAN_FALSE;
999 thiz->mShutdown = SL_BOOLEAN_FALSE;
1000 thiz->mShutdownAck = SL_BOOLEAN_FALSE;
H A DIAndroidBufferQueue.c42 assert(SL_BOOLEAN_FALSE);
H A DIEqualizer.c477 thiz->mEnabled = SL_BOOLEAN_FALSE;
/frameworks/wilhelm/tests/sandbox/
H A Dsrcsink.c33 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
91 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE);
H A Dplaybq.c184 SLboolean enableReverb = SL_BOOLEAN_FALSE;
185 SLboolean enablePlaybackRate = SL_BOOLEAN_FALSE;
358 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
370 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE);
429 result = (*playerObject)->Realize(playerObject, SL_BOOLEAN_FALSE);
H A Dplaybq.cpp184 SLboolean enableReverb = SL_BOOLEAN_FALSE;
185 SLboolean enablePlaybackRate = SL_BOOLEAN_FALSE;
358 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
370 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE);
429 result = (*playerObject)->Realize(playerObject, SL_BOOLEAN_FALSE);
H A Dreverb.c313 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
334 result = (*mixObject)->Realize(mixObject, SL_BOOLEAN_FALSE);
434 result = (*playerObject)->Realize(playerObject, SL_BOOLEAN_FALSE);
/frameworks/wilhelm/tests/automated/
H A DBufferQueue_test.cpp104 res = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
112 res = (*outputmixObject)->Realize(outputmixObject, SL_BOOLEAN_FALSE);
192 res = (*playerObject)->Realize(playerObject, SL_BOOLEAN_FALSE);
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeToBuffQueue.cpp307 required[i] = SL_BOOLEAN_FALSE;
365 result = (*player)->Realize(player, SL_BOOLEAN_FALSE);
558 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
H A DslesTestRecBuffQueue.cpp220 required[i] = SL_BOOLEAN_FALSE;
329 result = (*recorder)->Realize(recorder, SL_BOOLEAN_FALSE);
489 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
H A DslesTestFeedback.cpp394 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
404 result = (*outputmixObject)->Realize(outputmixObject, SL_BOOLEAN_FALSE);
440 result = (*playerObject)->Realize(playerObject, SL_BOOLEAN_FALSE);
503 result = (*recorderObject)->Realize(recorderObject, SL_BOOLEAN_FALSE);
H A DslesTestDecodeAac.cpp203 static SLboolean head_atend = SL_BOOLEAN_FALSE;
486 required[i] = SL_BOOLEAN_FALSE;
543 res = (*player)->Realize(player, SL_BOOLEAN_FALSE);
884 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
/frameworks/wilhelm/src/
H A DThreadPool.c91 tp->mShutdown = SL_BOOLEAN_FALSE;
H A Ddata.c904 SL_BOOLEAN_FALSE /*isOutputFormat*/);
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h74 #define SL_BOOLEAN_FALSE ((SLboolean) 0x00000000) macro

Completed in 964 milliseconds

123