/frameworks/wilhelm/src/desktop/ |
SndFile.c | 101 SLboolean SndFile_IsSupported(const SF_INFO *sfinfo) 194 SLboolean empty = 0 == audioPlayer->mBufferQueue.mState.count;
|
/frameworks/wilhelm/tests/sandbox/ |
playbq.c | 43 SLboolean eof; // whether we have hit EOF on input yet 184 SLboolean enableReverb = SL_BOOLEAN_FALSE; 185 SLboolean enablePlaybackRate = SL_BOOLEAN_FALSE; 366 SLboolean req[1] = {SL_BOOLEAN_TRUE}; 417 SLboolean req2[3] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE};
|
playbq.cpp | 43 SLboolean eof; // whether we have hit EOF on input yet 184 SLboolean enableReverb = SL_BOOLEAN_FALSE; 185 SLboolean enablePlaybackRate = SL_BOOLEAN_FALSE; 366 SLboolean req[1] = {SL_BOOLEAN_TRUE}; 417 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;
|
configbq.c | 130 SLboolean req[1];
|
intbufq.c | 125 SLboolean flags[2] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE};
|
object.c | 146 SLboolean isSupported = SL_BOOLEAN_TRUE;
|
outputmix.c | 130 SLboolean req[10] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_FALSE /*SL_BOOLEAN_TRUE*/, SL_BOOLEAN_TRUE,
|
srcsink.c | 64 SLboolean req[1] = {SL_BOOLEAN_TRUE};
|
/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 };
|
/frameworks/wilhelm/tests/listening/ |
seekTorture.c | 74 SLboolean flags[1] = {SL_BOOLEAN_TRUE};
|
/frameworks/wilhelm/src/itf/ |
IDynamicInterfaceManagement.c | 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/wilhelm/src/android/ |
android_Effect.cpp | 521 SLresult android_fxSend_attachToAux(CAudioPlayer* ap, SLInterfaceID pUuid, SLboolean attach, 809 SLresult android_genericFx_setEnabled(IAndroidEffect* iae, SLInterfaceID pUuid, SLboolean enabled) { 824 SLresult android_genericFx_isEnabled(IAndroidEffect* iae, SLInterfaceID pUuid, SLboolean *pEnabled) 832 *pEnabled = (SLboolean) pFx->getEnabled();
|
/frameworks/wilhelm/src/ |
classes.h | 86 SLboolean mDestroyRequested; ///< Mixer to acknowledge application's call to Object::Destroy
|
/frameworks/wilhelm/tests/examples/ |
slesTestPlayFdPath.cpp | 71 SLboolean required[MAX_NUMBER_INTERFACES];
|
slesTestSawtoothBufferQueue.cpp | 131 SLboolean required[MAX_NUMBER_INTERFACES];
|
/frameworks/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];
|
slesTest_playStates.cpp | 70 SLboolean required[MAX_NUMBER_INTERFACES];
|
/frameworks/wilhelm/tests/ |
mimeUri_test.cpp | 122 SLboolean required[MAX_NUMBER_INTERFACES];
|
/cts/apps/CtsVerifier/jni/audio_loopback/ |
sles.cpp | 371 SLboolean flags_tx[1] = {SL_BOOLEAN_TRUE}; 439 SLboolean flags_rx[2] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE};
|