Searched refs:SL_BOOLEAN_FALSE (Results 1 - 25 of 74) sorted by path

123

/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h74 #define SL_BOOLEAN_FALSE ((SLboolean) 0x00000000) macro
/frameworks/wilhelm/src/
H A DThreadPool.c91 tp->mShutdown = SL_BOOLEAN_FALSE;
H A Ddata.c904 SL_BOOLEAN_FALSE /*isOutputFormat*/);
H A Ddevices.c59 SL_BOOLEAN_FALSE,
73 SL_BOOLEAN_FALSE,
163 SL_BOOLEAN_FALSE, // isFreqRangeContinuous
H A Dentry.c56 SLboolean lossOfControlGlobal = SL_BOOLEAN_FALSE;
65 threadSafe = SL_BOOLEAN_FALSE != (SLboolean) option->data; // normalize
68 lossOfControlGlobal = SL_BOOLEAN_FALSE != (SLboolean) option->data; // normalize
/frameworks/wilhelm/src/android/
H A Dchannels.c233 * Returns SL_BOOLEAN_TRUE if no undefined bits are set; SL_BOOLEAN_FALSE otherwise.
243 return (mask & undefinedMask) ? SL_BOOLEAN_FALSE : SL_BOOLEAN_TRUE;
/frameworks/wilhelm/src/desktop/
H A DSndFile.c107 return SL_BOOLEAN_FALSE;
114 return SL_BOOLEAN_FALSE;
122 return SL_BOOLEAN_FALSE;
129 return SL_BOOLEAN_FALSE;
180 thiz->mSndFile.mEOF = SL_BOOLEAN_FALSE;
221 audioPlayer->mSndFile.mEOF = SL_BOOLEAN_FALSE;
/frameworks/wilhelm/src/itf/
H A DI3DCommit.c50 thiz->mDeferred = SL_BOOLEAN_FALSE != deferred; // normalize
67 thiz->mDeferred = SL_BOOLEAN_FALSE;
H A DI3DDoppler.c94 assert(SL_BOOLEAN_FALSE);
H A DI3DLocation.c100 assert(SL_BOOLEAN_FALSE);
147 assert(SL_BOOLEAN_FALSE);
179 thiz->mRotatePending = SL_BOOLEAN_FALSE;
204 thiz->mRotatePending = SL_BOOLEAN_FALSE;
292 thiz->mRotatePending = SL_BOOLEAN_FALSE;
H A DI3DMacroscopic.c85 thiz->mRotatePending = SL_BOOLEAN_FALSE;
112 thiz->mRotatePending = SL_BOOLEAN_FALSE;
184 assert(SL_BOOLEAN_FALSE);
236 thiz->mRotatePending = SL_BOOLEAN_FALSE;
H A DI3DSource.c28 thiz->mHeadRelative = SL_BOOLEAN_FALSE != headRelative; // normalize
103 thiz->mRolloffMaxDistanceMute = SL_BOOLEAN_FALSE != mute; // normalize
303 thiz->mHeadRelative = SL_BOOLEAN_FALSE;
304 thiz->mRolloffMaxDistanceMute = SL_BOOLEAN_FALSE;
H A DIAcousticEchoCancellation.c117 thiz->mEnabled = SL_BOOLEAN_FALSE;
H A DIAndroidBufferQueue.c42 assert(SL_BOOLEAN_FALSE);
H A DIAndroidEffectSend.c233 thiz->mEnabled = SL_BOOLEAN_FALSE;
H A DIAudioIODeviceCapabilities.c244 assert(SL_BOOLEAN_FALSE);
H A DIAutomaticGainControl.c114 thiz->mEnabled = SL_BOOLEAN_FALSE;
H A DIBassBoost.c189 thiz->mEnabled = SL_BOOLEAN_FALSE;
H A DIBufferQueue.c38 assert(SL_BOOLEAN_FALSE);
186 thiz->mClearRequested = SL_BOOLEAN_FALSE;
H A DIDeviceVolume.c37 *pIsMillibelScale = SL_BOOLEAN_FALSE;
H A DIDynamicInterfaceManagement.c82 assert(SL_BOOLEAN_FALSE);
331 assert(SL_BOOLEAN_FALSE);
H A DIEffectSend.c127 enableLevel->mEnable = SL_BOOLEAN_FALSE != enable; // normalize
173 *pEnable = SL_BOOLEAN_FALSE;
328 enableLevel->mEnable = 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 DIEqualizer.c477 thiz->mEnabled = SL_BOOLEAN_FALSE;
H A DIMuteSolo.c75 mute = SL_BOOLEAN_FALSE;
78 mute = SL_BOOLEAN_FALSE;
147 solo = SL_BOOLEAN_FALSE;
150 solo = SL_BOOLEAN_FALSE;

Completed in 255 milliseconds

123