HomeSort by relevance Sort by last modified time
    Searched refs:SLboolean (Results 51 - 75 of 95) sorted by null

1 23 4

  /system/media/wilhelm/tests/sandbox/
engine.c 37 SLboolean *engine_req = calloc(numSupportedInterfaces+1, sizeof(SLboolean));
77 SLboolean null_req[1] = {SL_BOOLEAN_FALSE};
urimime.c 79 SLboolean req[1];
reverb.c 321 SLboolean mix_req[2];
408 SLboolean player_req[5];
442 SLboolean enabled;
  /system/media/wilhelm/src/itf/
IEqualizer.c 55 static SLresult IEqualizer_SetEnabled(SLEqualizerItf self, SLboolean enabled)
61 thiz->mEnabled = (SLboolean) enabled;
79 static SLresult IEqualizer_IsEnabled(SLEqualizerItf self, SLboolean *pEnabled)
88 SLboolean enabled = thiz->mEnabled;
96 *pEnabled = (SLboolean) thiz->mEqEffect->getEnabled();
IObject.c 84 static SLresult IObject_Realize(SLObjectItf self, SLboolean async)
227 static SLresult IObject_Resume(SLObjectItf self, SLboolean async)
642 static SLresult IObject_SetPriority(SLObjectItf self, SLint32 priority, SLboolean preemptable)
661 static SLresult IObject_GetPriority(SLObjectItf self, SLint32 *pPriority, SLboolean *pPreemptable)
672 SLboolean preemptable = thiz->mPreemptable;
687 SLint16 numInterfaces, SLInterfaceID *pInterfaceIDs, SLboolean enabled)
IDynamicInterfaceManagement.c 106 const SLInterfaceID iid, SLboolean async)
354 const SLInterfaceID iid, SLboolean async)
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 167 const SLboolean req[1] = {SL_BOOLEAN_FALSE};
210 const SLboolean req[3] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE,
277 const SLboolean req[3] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE};
346 result = (*uriPlayerSeek)->SetLoop(uriPlayerSeek, (SLboolean) isLooping, 0,
476 outputMixEnvironmentalReverb, (SLboolean) enabled, (SLmillibel) 0);
581 const SLboolean req[3] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE};
653 const SLboolean req[1] = {SL_BOOLEAN_TRUE};
  /system/media/wilhelm/tests/examples/
slesTestEqFdPath.cpp 81 SLboolean required[MAX_NUMBER_INTERFACES];
241 SLboolean previousEnabled = SL_BOOLEAN_FALSE;
243 SLboolean enabled;
slesTestEqOutputPath.cpp 83 SLboolean required[MAX_NUMBER_INTERFACES];
245 SLboolean previousEnabled = SL_BOOLEAN_FALSE;
247 SLboolean enabled;
slesTestEffectCapabilities.cpp 80 SLboolean required[MAX_NUMBER_INTERFACES];
slesTestFeedback.cpp 316 SLboolean flags_tx[1] = {SL_BOOLEAN_TRUE};
353 SLboolean flags_rx[1] = {SL_BOOLEAN_TRUE};
slesTestPlayFdPath.cpp 71 SLboolean required[MAX_NUMBER_INTERFACES];
slesTestRecBuffQueue.cpp 169 SLboolean required[NUM_EXPLICIT_INTERFACES_FOR_RECORDER];
slesTestSawtoothBufferQueue.cpp 131 SLboolean required[MAX_NUMBER_INTERFACES];
  /system/media/wilhelm/tests/listening/
slesTest_playMuteSolo.cpp 118 SLboolean leftMuted = SL_BOOLEAN_TRUE;
138 SLboolean leftSoloed = SL_BOOLEAN_TRUE;
185 SLboolean required[MAX_NUMBER_INTERFACES];
seekTorture.c 74 SLboolean flags[1] = {SL_BOOLEAN_TRUE};
  /system/media/wilhelm/src/ut/
OpenSLESUT.c 124 void slesutPrintIIDs(SLInterfaceID *pInterfaceIds, SLboolean *pInterfaceRequired,
  /system/media/wilhelm/src/desktop/
SndFile.c 101 SLboolean SndFile_IsSupported(const SF_INFO *sfinfo)
194 SLboolean empty = 0 == audioPlayer->mBufferQueue.mState.count;
  /system/media/wilhelm/tests/automated/
BufferQueue_test.cpp 65 static const SLboolean flags[1] = { SL_BOOLEAN_TRUE };
67 static const SLboolean flags_mutesolo[2] = { SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE };
69 static const SLboolean flags_seek[2] = { SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE };
  /system/media/wilhelm/src/android/
android_Effect.cpp 500 SLresult android_fxSend_attachToAux(CAudioPlayer* ap, SLInterfaceID pUuid, SLboolean attach,
779 SLresult android_genericFx_setEnabled(IAndroidEffect* iae, SLInterfaceID pUuid, SLboolean enabled) {
794 SLresult android_genericFx_isEnabled(IAndroidEffect* iae, SLInterfaceID pUuid, SLboolean *pEnabled)
802 *pEnabled = (SLboolean) pFx->getEnabled();
  /system/media/wilhelm/src/
classes.h 87 SLboolean mDestroyRequested; ///< Mixer to acknowledge application's call to Object::Destroy
  /system/media/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp 145 SLboolean required[MAX_NUMBER_INTERFACES];
slesTestPlayStreamType.cpp 72 SLboolean required[MAX_NUMBER_INTERFACES];
slesTestPlayUri.cpp 148 SLboolean required[MAX_NUMBER_INTERFACES];
slesTestPlayUri2.cpp 85 SLboolean required[MAX_NUMBER_INTERFACES];

Completed in 220 milliseconds

1 23 4