/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/ut/ |
OpenSLESUT.c | 124 void slesutPrintIIDs(SLInterfaceID *pInterfaceIds, SLboolean *pInterfaceRequired,
|
/frameworks/wilhelm/tests/examples/ |
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];
|
slesTestSawtoothBufferQueue.cpp | 131 SLboolean required[MAX_NUMBER_INTERFACES];
|
/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 | 46 SLboolean eof; // whether we have hit EOF on input yet 168 SLboolean enableReverb = SL_BOOLEAN_FALSE; 169 SLboolean enablePlaybackRate = SL_BOOLEAN_FALSE; 303 SLboolean req[1] = {SL_BOOLEAN_TRUE}; 349 SLboolean req2[3] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE};
|
playbq.cpp | 46 SLboolean eof; // whether we have hit EOF on input yet 168 SLboolean enableReverb = SL_BOOLEAN_FALSE; 169 SLboolean enablePlaybackRate = SL_BOOLEAN_FALSE; 303 SLboolean req[1] = {SL_BOOLEAN_TRUE}; 349 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;
|
/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/src/itf/ |
IDynamicInterfaceManagement.c | 106 const SLInterfaceID iid, SLboolean async) 354 const SLInterfaceID iid, SLboolean async)
|
/frameworks/wilhelm/src/android/ |
android_Effect.cpp | 510 SLresult android_fxSend_attachToAux(CAudioPlayer* ap, SLInterfaceID pUuid, SLboolean attach, 799 SLresult android_genericFx_setEnabled(IAndroidEffect* iae, SLInterfaceID pUuid, SLboolean enabled) { 814 SLresult android_genericFx_isEnabled(IAndroidEffect* iae, SLInterfaceID pUuid, SLboolean *pEnabled) 822 *pEnabled = (SLboolean) pFx->getEnabled();
|
/frameworks/wilhelm/src/ |
classes.h | 86 SLboolean mDestroyRequested; ///< Mixer to acknowledge application's call to Object::Destroy
|
/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];
|