HomeSort by relevance Sort by last modified time
    Searched refs:SL_BOOLEAN_FALSE (Results 26 - 50 of 134) sorted by null

12 3 4 5 6

  /frameworks/wilhelm/src/itf/
IVibra.c 28 thiz->mVibrate = SL_BOOLEAN_FALSE != vibrate; // normalize
153 thiz->mVibrate = SL_BOOLEAN_FALSE;
I3DMacroscopic.c 85 thiz->mRotatePending = SL_BOOLEAN_FALSE;
112 thiz->mRotatePending = SL_BOOLEAN_FALSE;
184 assert(SL_BOOLEAN_FALSE);
236 thiz->mRotatePending = SL_BOOLEAN_FALSE;
I3DSource.c 28 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;
IAcousticEchoCancellation.c 81 thiz->mEnabled = SL_BOOLEAN_FALSE;
IAutomaticGainControl.c 78 thiz->mEnabled = SL_BOOLEAN_FALSE;
IDeviceVolume.c 37 *pIsMillibelScale = SL_BOOLEAN_FALSE;
INoiseSuppression.c 75 thiz->mEnabled = SL_BOOLEAN_FALSE;
IObject.c 63 assert(SL_BOOLEAN_FALSE);
156 assert(SL_BOOLEAN_FALSE);
206 assert(SL_BOOLEAN_FALSE);
266 result = (NULL != resume) ? (*resume)(thiz, SL_BOOLEAN_FALSE) : SL_RESULT_SUCCESS;
275 assert(SL_BOOLEAN_FALSE);
315 assert(SL_BOOLEAN_FALSE);
625 assert(SL_BOOLEAN_FALSE);
650 thiz->mPreemptable = SL_BOOLEAN_FALSE != preemptable; // normalize
768 thiz->mPreemptable = SL_BOOLEAN_FALSE;
IBufferQueue.c 38 assert(SL_BOOLEAN_FALSE);
186 thiz->mClearRequested = SL_BOOLEAN_FALSE;
  /frameworks/wilhelm/tests/examples/
slesTestEffectCapabilities.cpp 84 required[i] = SL_BOOLEAN_FALSE;
96 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
slesTestPlayFdPath.cpp 101 required[i] = SL_BOOLEAN_FALSE;
113 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
156 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
247 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
slesTestSawtoothBufferQueue.cpp 141 required[i] = SL_BOOLEAN_FALSE;
153 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
205 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res);
284 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE); CheckErr(res);
slesTestEqFdPath.cpp 90 required[i] = SL_BOOLEAN_FALSE;
102 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
155 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
241 SLboolean previousEnabled = SL_BOOLEAN_FALSE;
319 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
slesTestEqOutputPath.cpp 92 required[i] = SL_BOOLEAN_FALSE;
108 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
162 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
245 SLboolean previousEnabled = SL_BOOLEAN_FALSE;
320 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
  /cts/tests/tests/media/libaudiojni/
appendix-b-1-1-buffer-queue.cpp 106 required[i] = SL_BOOLEAN_FALSE;
111 required[0] = SL_BOOLEAN_FALSE; // ANDROID: we don't require this interface
134 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
179 res = (*player)->Realize(player, SL_BOOLEAN_FALSE);
sl-utils.cpp 109 result = (*engine)->Realize(engine, SL_BOOLEAN_FALSE /* async */);
  /cts/tests/tests/nativemedia/sl/src/
SLObjectCreationTest.cpp 95 res = (*engineObj)->Realize(engineObj, SL_BOOLEAN_FALSE);
126 res = (*audioPlayerObj)->Realize(audioPlayerObj, SL_BOOLEAN_FALSE);
182 res = (*outputMixObj)->Realize(outputMixObj, SL_BOOLEAN_FALSE);
304 res = (*audioRecorderObj)->Realize(audioRecorderObj, SL_BOOLEAN_FALSE);
  /frameworks/wilhelm/tests/mimeUri/
slesTestPlayStreamType.cpp 81 required[i] = SL_BOOLEAN_FALSE;
93 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
150 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
262 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
slesTest_playStates.cpp 78 required[i] = SL_BOOLEAN_FALSE;
90 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
127 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
227 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
slesTestGetPositionUri.cpp 161 required[i] = SL_BOOLEAN_FALSE;
175 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
199 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res);
334 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
slesTestManyPlayers.cpp 142 res = (*slEngine)->Realize(slEngine, SL_BOOLEAN_FALSE);
152 res = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
178 required[i] = SL_BOOLEAN_FALSE;
222 res = (*audioPlayer[playerId])->Realize(audioPlayer[playerId], SL_BOOLEAN_FALSE);
  /frameworks/wilhelm/tests/
mimeUri_test.cpp 128 required[i] = SL_BOOLEAN_FALSE;
142 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
166 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res);
279 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
  /frameworks/wilhelm/tests/sandbox/
dual.c 57 slResult = (*slEngineObject)->Realize(slEngineObject, SL_BOOLEAN_FALSE);
engine.c 77 SLboolean null_req[1] = {SL_BOOLEAN_FALSE};
104 engine_req[numSupportedInterfaces] = SL_BOOLEAN_FALSE;
108 options[1].data = (SLuint32) SL_BOOLEAN_FALSE;
135 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
object.c 33 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
149 assert(SL_BOOLEAN_FALSE == isSupported);
156 assert(SL_BOOLEAN_FALSE == isSupported);
165 isSupported = SL_BOOLEAN_FALSE;

Completed in 277 milliseconds

12 3 4 5 6