HomeSort by relevance Sort by last modified time
    Searched refs:SLboolean (Results 226 - 250 of 274) sorted by null

1 2 3 4 5 6 7 8 91011

  /frameworks/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};
  /frameworks/wilhelm/src/android/
channels.cpp 235 SLboolean sles_is_channel_mask_valid(SLuint32 mask) {
android_Effect.cpp 554 SLresult android_fxSend_attachToAux(CAudioPlayer* ap, SLInterfaceID pUuid, SLboolean attach,
845 SLresult android_genericFx_setEnabled(IAndroidEffect* iae, SLInterfaceID pUuid, SLboolean enabled) {
860 SLresult android_genericFx_isEnabled(IAndroidEffect* iae, SLInterfaceID pUuid, SLboolean *pEnabled)
868 *pEnabled = (SLboolean) pFx->getEnabled();
    [all...]
  /frameworks/wilhelm/src/ut/
OpenSLESUT.c 133 void slesutPrintIIDs(SLInterfaceID *pInterfaceIds, SLboolean *pInterfaceRequired,
  /frameworks/wilhelm/tests/examples/
slesTestEffectCapabilities.cpp 79 SLboolean required[MAX_NUMBER_INTERFACES];
slesTestRecBuffQueue.cpp 220 SLboolean required[numInterfaces];
394 SLboolean enabled;
410 SLboolean enabled;
426 SLboolean enabled;
slesTestPlayFdPath.cpp 92 SLboolean required[MAX_NUMBER_INTERFACES];
slesTestSawtoothBufferQueue.cpp 128 SLboolean required[MAX_NUMBER_INTERFACES];
  /frameworks/wilhelm/src/desktop/
SndFile.cpp 101 SLboolean SndFile_IsSupported(const SF_INFO *sfinfo)
194 SLboolean empty = 0 == audioPlayer->mBufferQueue.mState.count;
  /frameworks/wilhelm/tests/sandbox/
playbq.cpp 43 SLboolean eof; // whether we have hit EOF on input yet
186 SLboolean enableReverb = SL_BOOLEAN_FALSE;
187 SLboolean enablePlaybackRate = SL_BOOLEAN_FALSE;
368 SLboolean req[1] = {SL_BOOLEAN_TRUE};
419 SLboolean req2[3] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE};
urimime.c 79 SLboolean req[1];
reverb.c 321 SLboolean mix_req[2];
408 SLboolean player_req[5];
442 SLboolean enabled;
  /frameworks/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 };
  /cts/tests/tests/media/libndkaudio/
AudioPlayer.cpp 173 const SLboolean req[] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE};
AudioRecorder.cpp 116 SLboolean required[] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE};
  /frameworks/wilhelm/src/itf/
IDynamicInterfaceManagement.cpp 106 const SLInterfaceID iid, SLboolean async)
354 const SLInterfaceID iid, SLboolean async)
  /cts/tests/tests/media/libaudiojni/
appendix-b-1-1-buffer-queue.cpp 94 SLboolean required[MAX_NUMBER_INTERFACES];
  /frameworks/base/cmds/bootanimation/
audioplay.cpp 175 const SLboolean req[3] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE};
  /frameworks/wilhelm/src/
classes.h 89 SLboolean mDestroyRequested; ///< Mixer to acknowledge application's call to Object::Destroy
  /frameworks/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp 142 SLboolean required[MAX_NUMBER_INTERFACES];
slesTestPlayStreamType.cpp 72 SLboolean required[MAX_NUMBER_INTERFACES];
slesTestPlayUri.cpp 145 SLboolean required[MAX_NUMBER_INTERFACES];
slesTestPlayUri2.cpp 85 SLboolean required[MAX_NUMBER_INTERFACES];
slesTest_playStates.cpp 69 SLboolean required[MAX_NUMBER_INTERFACES];

Completed in 738 milliseconds

1 2 3 4 5 6 7 8 91011