Searched refs:SL_BOOLEAN_FALSE (Results 1 - 25 of 69) sorted by relevance

123

/frameworks/wilhelm/src/itf/
H A DI3DCommit.c50 thiz->mDeferred = SL_BOOLEAN_FALSE != deferred; // normalize
67 thiz->mDeferred = SL_BOOLEAN_FALSE;
H A DIThreadSync.c59 thiz->mInCriticalSection = SL_BOOLEAN_FALSE;
82 thiz->mInCriticalSection = SL_BOOLEAN_FALSE;
H A DISeek.c89 thiz->mLoopEnabled = SL_BOOLEAN_FALSE != loopEnable; // normalize
96 thiz->mLoopEnabled = SL_BOOLEAN_FALSE != loopEnable; // normalize
145 thiz->mLoopEnabled = 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;
H A DIVolume.c84 mute = SL_BOOLEAN_FALSE != mute; // normalize
123 enable = SL_BOOLEAN_FALSE != enable; // normalize
216 thiz->mMute = SL_BOOLEAN_FALSE;
217 thiz->mEnableStereoPosition = SL_BOOLEAN_FALSE;
H A DIOutputMixExt.c48 SLboolean trackHasData = SL_BOOLEAN_FALSE;
67 SLboolean doBroadcast = SL_BOOLEAN_FALSE;
77 audioPlayer->mBufferQueue.mClearRequested = SL_BOOLEAN_FALSE;
94 audioPlayer->mDestroyRequested = SL_BOOLEAN_FALSE;
149 assert(SL_BOOLEAN_FALSE);
175 SLboolean mixBufferHasData = SL_BOOLEAN_FALSE;
190 thiz->mDestroyRequested = SL_BOOLEAN_FALSE;
211 SLboolean trackContributedToMix = SL_BOOLEAN_FALSE;
349 thiz->mDestroyRequested = SL_BOOLEAN_FALSE;
407 thiz->mDestroyRequested = SL_BOOLEAN_FALSE;
[all...]
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 DIVibra.c28 thiz->mVibrate = SL_BOOLEAN_FALSE != vibrate; // normalize
153 thiz->mVibrate = SL_BOOLEAN_FALSE;
/frameworks/wilhelm/tests/sandbox/
H A Ddim.c43 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
61 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE);
83 SL_BOOLEAN_FALSE);
94 SL_BOOLEAN_FALSE);
105 SL_BOOLEAN_FALSE);
110 SL_BOOLEAN_FALSE);
126 SL_BOOLEAN_FALSE);
141 result = (*outputMixDIM)->AddInterface(outputMixDIM, SL_IID_PLAY, SL_BOOLEAN_FALSE);
H A Doutputmix.c35 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
75 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE);
130 SLboolean req[10] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_FALSE /*SL_BOOLEAN_TRUE*/, SL_BOOLEAN_TRUE,
131 SL_BOOLEAN_TRUE/*FALSE*/, SL_BOOLEAN_FALSE, SL_BOOLEAN_FALSE, SL_BOOLEAN_FALSE,
132 SL_BOOLEAN_FALSE, SL_BOOLEAN_FALSE, SL_BOOLEAN_FALSE};
137 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE);
[all...]
H A Dmultithread.c59 result = (*myMixObject)->Realize(myMixObject, SL_BOOLEAN_FALSE);
76 result = (*myPlayerObject)->Realize(myPlayerObject, SL_BOOLEAN_FALSE);
115 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
125 result = (*mixObject)->Realize(mixObject, SL_BOOLEAN_FALSE);
H A Durimime.c44 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
53 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE);
101 result = (*playerObject)->Realize(playerObject, SL_BOOLEAN_FALSE);
H A Dmonkey.c130 SLresult result = (*p->mObject)->Realize(p->mObject, SL_BOOLEAN_FALSE);
176 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
184 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE);
264 assert(SL_BOOLEAN_FALSE);
270 assert(SL_BOOLEAN_FALSE);
291 assert(SL_BOOLEAN_FALSE);
/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp122 leftMuted == SL_BOOLEAN_TRUE ? SL_BOOLEAN_FALSE : SL_BOOLEAN_TRUE);
125 leftMuted == SL_BOOLEAN_TRUE ? SL_BOOLEAN_TRUE : SL_BOOLEAN_FALSE);
142 leftSoloed == SL_BOOLEAN_TRUE ? SL_BOOLEAN_FALSE : SL_BOOLEAN_TRUE);
145 leftSoloed == SL_BOOLEAN_TRUE ? SL_BOOLEAN_TRUE : SL_BOOLEAN_FALSE);
194 required[i] = SL_BOOLEAN_FALSE;
206 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
243 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
344 result = (*muteSoloItf)->SetChannelMute(muteSoloItf, 1, SL_BOOLEAN_FALSE);
354 result = (*muteSoloItf)->SetChannelMute(muteSoloItf, 0, SL_BOOLEAN_FALSE); ExitOnError(result);
355 result = (*muteSoloItf)->SetChannelMute(muteSoloItf, 1, SL_BOOLEAN_FALSE); ExitOnErro
[all...]
H A DseekTorture.c42 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
52 result = (*outputmixObject)->Realize(outputmixObject, SL_BOOLEAN_FALSE);
78 result = (*playerObject)->Realize(playerObject, SL_BOOLEAN_FALSE);
/frameworks/wilhelm/tests/examples/
H A DslesTestBassBoostPath.cpp85 required[i] = SL_BOOLEAN_FALSE;
97 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
150 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
194 SLboolean strengthSupported = SL_BOOLEAN_FALSE;
197 if (SL_BOOLEAN_FALSE == strengthSupported) {
212 SLboolean previousEnabled = SL_BOOLEAN_FALSE;
284 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
H A DslesTestVirtualizerPath.cpp86 required[i] = SL_BOOLEAN_FALSE;
98 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
151 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
195 SLboolean strengthSupported = SL_BOOLEAN_FALSE;
198 if (SL_BOOLEAN_FALSE == strengthSupported) {
214 SLboolean previousEnabled = SL_BOOLEAN_FALSE;
286 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
H A DslesTestSendToPresetReverb.cpp52 SLboolean errorInPrefetchCallback = SL_BOOLEAN_FALSE;
112 required[i] = SL_BOOLEAN_FALSE;
128 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
206 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
283 SLboolean previousEnabled = SL_BOOLEAN_FALSE;
376 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
H A DslesTestEffectCapabilities.cpp85 required[i] = SL_BOOLEAN_FALSE;
97 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
/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/tests/mimeUri/
H A DslesTestLoopUri.cpp154 required[i] = SL_BOOLEAN_FALSE;
165 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
193 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res);
268 res = (*seekItf)->SetLoop(seekItf, SL_BOOLEAN_FALSE, 0, SL_TIME_UNKNOWN);
312 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
H A DslesTestPlayUri.cpp157 required[i] = SL_BOOLEAN_FALSE;
171 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
195 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res);
294 (*volItf)->SetMute( volItf, SL_BOOLEAN_FALSE);
346 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
H A DslesTestPlayUri2.cpp94 required[i] = SL_BOOLEAN_FALSE;
112 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
149 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
150 result = (*player)->Realize(player2, SL_BOOLEAN_FALSE); ExitOnError(result);
275 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
/frameworks/wilhelm/src/
H A Ddevices.c59 SL_BOOLEAN_FALSE,
73 SL_BOOLEAN_FALSE,
166 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

Completed in 1036 milliseconds

123