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

1 2 3 4

  /system/media/wilhelm/src/itf/
I3DCommit.c 50 thiz->mDeferred = SL_BOOLEAN_FALSE != deferred; // normalize
67 thiz->mDeferred = SL_BOOLEAN_FALSE;
IThreadSync.c 59 thiz->mInCriticalSection = SL_BOOLEAN_FALSE;
82 thiz->mInCriticalSection = SL_BOOLEAN_FALSE;
ISeek.c 89 thiz->mLoopEnabled = SL_BOOLEAN_FALSE != loopEnable; // normalize
96 thiz->mLoopEnabled = SL_BOOLEAN_FALSE != loopEnable; // normalize
145 thiz->mLoopEnabled = SL_BOOLEAN_FALSE;
IMuteSolo.c 75 mute = SL_BOOLEAN_FALSE;
78 mute = SL_BOOLEAN_FALSE;
147 solo = SL_BOOLEAN_FALSE;
150 solo = SL_BOOLEAN_FALSE;
IVolume.c 83 mute = SL_BOOLEAN_FALSE != mute; // normalize
121 enable = SL_BOOLEAN_FALSE != enable; // normalize
213 thiz->mMute = SL_BOOLEAN_FALSE;
214 thiz->mEnableStereoPosition = SL_BOOLEAN_FALSE;
IOutputMixExt.c 48 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...]
I3DLocation.c 100 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;
IVibra.c 28 thiz->mVibrate = SL_BOOLEAN_FALSE != vibrate; // normalize
153 thiz->mVibrate = SL_BOOLEAN_FALSE;
  /system/media/wilhelm/tests/sandbox/
dim.c 43 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);
outputmix.c 35 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...]
multithread.c 59 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);
urimime.c 44 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
53 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE);
101 result = (*playerObject)->Realize(playerObject, SL_BOOLEAN_FALSE);
monkey.c 130 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);
  /system/media/wilhelm/tests/listening/
slesTest_playMuteSolo.cpp 122 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);
341 result = (*muteSoloItf)->SetChannelMute(muteSoloItf, 1, SL_BOOLEAN_FALSE);
351 result = (*muteSoloItf)->SetChannelMute(muteSoloItf, 0, SL_BOOLEAN_FALSE); ExitOnError(result);
352 result = (*muteSoloItf)->SetChannelMute(muteSoloItf, 1, SL_BOOLEAN_FALSE); ExitOnError(result)
    [all...]
seekTorture.c 42 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
52 result = (*outputmixObject)->Realize(outputmixObject, SL_BOOLEAN_FALSE);
78 result = (*playerObject)->Realize(playerObject, SL_BOOLEAN_FALSE);
  /system/media/wilhelm/tests/examples/
slesTestBassBoostPath.cpp 85 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);
slesTestVirtualizerPath.cpp 86 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);
slesTestSendToPresetReverb.cpp 52 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);
slesTestEffectCapabilities.cpp 85 required[i] = SL_BOOLEAN_FALSE;
97 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
  /system/media/wilhelm/src/desktop/
SndFile.c 107 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;
  /system/media/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp 154 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);
slesTestPlayUri.cpp 157 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);
slesTestPlayUri2.cpp 94 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);
  /system/media/wilhelm/src/
devices.c 59 SL_BOOLEAN_FALSE,
73 SL_BOOLEAN_FALSE,
164 SL_BOOLEAN_FALSE, // isFreqRangeContinuous
entry.c 56 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 58 milliseconds

1 2 3 4