/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/ |
slesTest_playMuteSolo.cpp | 118 SLboolean leftMuted = SL_BOOLEAN_TRUE; 138 SLboolean leftSoloed = SL_BOOLEAN_TRUE; 185 SLboolean required[MAX_NUMBER_INTERFACES];
|
/frameworks/wilhelm/src/itf/ |
IDynamicInterfaceManagement.c | 106 const SLInterfaceID iid, SLboolean async) 354 const SLInterfaceID iid, SLboolean async)
|
/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];
|
slesTestDecodeAac.cpp | 119 SLboolean createRaw = SL_BOOLEAN_TRUE; // whether to create a .raw file containing PCM data 205 static SLboolean head_atend = SL_BOOLEAN_FALSE; 477 SLboolean required[NUM_EXPLICIT_INTERFACES_FOR_PLAYER]; [all...] |
/frameworks/wilhelm/tests/sandbox/ |
configbq.c | 130 SLboolean req[1];
|
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,
|
urimime.c | 79 SLboolean req[1];
|
intbufq.c | 125 SLboolean flags[2] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE};
|
monkey.c | 118 SLboolean req[1] = {SL_BOOLEAN_TRUE};
|
srcsink.c | 64 SLboolean req[1] = {SL_BOOLEAN_TRUE};
|
reverb.c | 321 SLboolean mix_req[2]; 408 SLboolean player_req[5]; 442 SLboolean enabled;
|
/frameworks/wilhelm/src/ |
sles.c | 152 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired, 193 SLboolean isRequired = pInterfaceRequired[i];
|
classes.h | 86 SLboolean mDestroyRequested; ///< Mixer to acknowledge application's call to Object::Destroy
|
/external/chromium_org/media/audio/android/ |
opensles_input.cc | 231 const SLboolean interface_required[] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE};
|
opensles_output.cc | 232 const SLboolean interface_required[] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE,
|
/frameworks/wilhelm/tests/mimeUri/ |
slesTest_playStates.cpp | 70 SLboolean required[MAX_NUMBER_INTERFACES];
|
slesTestLoopUri.cpp | 145 SLboolean required[MAX_NUMBER_INTERFACES];
|
slesTestPlayStreamType.cpp | 72 SLboolean required[MAX_NUMBER_INTERFACES];
|
slesTestPlayUri2.cpp | 85 SLboolean required[MAX_NUMBER_INTERFACES];
|
/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();
|