OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLboolean
(Results
126 - 150
of
190
) sorted by null
1
2
3
4
5
6
7
8
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/SLES/
OpenSLES_Android.h
58
SLboolean
enabled);
62
SLboolean
*pEnabled);
89
SLboolean
enable,
95
SLboolean
*pEnable
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/SLES/
OpenSLES_Android.h
58
SLboolean
enabled);
62
SLboolean
*pEnabled);
89
SLboolean
enable,
95
SLboolean
*pEnable
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/SLES/
OpenSLES_Android.h
80
SLboolean
enabled);
84
SLboolean
*pEnabled);
111
SLboolean
enable,
117
SLboolean
*pEnable
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/SLES/
OpenSLES_Android.h
80
SLboolean
enabled);
84
SLboolean
*pEnabled);
111
SLboolean
enable,
117
SLboolean
*pEnable
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/SLES/
OpenSLES_Android.h
80
SLboolean
enabled);
84
SLboolean
*pEnabled);
111
SLboolean
enable,
117
SLboolean
*pEnable
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/SLES/
OpenSLES_Android.h
80
SLboolean
enabled);
84
SLboolean
*pEnabled);
111
SLboolean
enable,
117
SLboolean
*pEnable
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/SLES/
OpenSLES_Android.h
80
SLboolean
enabled);
84
SLboolean
*pEnabled);
111
SLboolean
enable,
117
SLboolean
*pEnable
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/SLES/
OpenSLES_Android.h
80
SLboolean
enabled);
84
SLboolean
*pEnabled);
111
SLboolean
enable,
117
SLboolean
*pEnable
/frameworks/wilhelm/src/itf/
IOutputMixExt.c
45
static
SLboolean
track_check(Track *track)
48
SLboolean
trackHasData = SL_BOOLEAN_FALSE;
67
SLboolean
doBroadcast = SL_BOOLEAN_FALSE;
175
SLboolean
mixBufferHasData = SL_BOOLEAN_FALSE;
211
SLboolean
trackContributedToMix = SL_BOOLEAN_FALSE;
430
SLboolean
mute = audioPlayer->mVolume.mMute;
434
SLboolean
enableStereoPosition = audioPlayer->mVolume.mEnableStereoPosition;
IEngine.c
96
SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const
SLboolean
*pInterfaceRequired)
134
SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const
SLboolean
*pInterfaceRequired)
173
const SLInterfaceID *pInterfaceIds, const
SLboolean
*pInterfaceRequired)
412
const SLInterfaceID *pInterfaceIds, const
SLboolean
*pInterfaceRequired)
555
const SLInterfaceID *pInterfaceIds, const
SLboolean
*pInterfaceRequired)
601
SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const
SLboolean
*pInterfaceRequired)
638
const SLInterfaceID *pInterfaceIds, const
SLboolean
*pInterfaceRequired)
676
const SLInterfaceID *pInterfaceIds, const
SLboolean
*pInterfaceRequired)
726
const
SLboolean
*pInterfaceRequired)
770
const SLInterfaceID *pInterfaceIds, const
SLboolean
*pInterfaceRequired
[
all
...]
IEngineCapabilities.c
42
SLuint16 voiceType, SLint16 *pNumMaxVoices,
SLboolean
*pIsAbsoluteMax, SLint16 *pNumFreeVoices)
187
SLboolean
*pIsThreadSafe)
IEffectSend.c
112
const void *pAuxEffect,
SLboolean
enable, SLmillibel initialLevel)
163
const void *pAuxEffect,
SLboolean
*pEnable)
177
SLboolean
enable = enableLevel->mEnable;
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)
/frameworks/wilhelm/tests/sandbox/
multiplay.c
35
SLboolean
mPlayerErrorInCallback;
36
SLboolean
mPlayerErrorReported;
148
const
SLboolean
engine_req[] = {SL_BOOLEAN_TRUE};
160
const
SLboolean
mix_req[] = {SL_BOOLEAN_TRUE};
184
const
SLboolean
player_req[] =
engine.c
37
SLboolean
*engine_req = calloc(numSupportedInterfaces+1, sizeof(
SLboolean
));
77
SLboolean
null_req[1] = {SL_BOOLEAN_FALSE};
/cts/tests/tests/media/libaudiojni/
appendix-b-1-2-recording.cpp
63
SLboolean
required[MAX_NUMBER_INTERFACES];
68
SLboolean
mic_available = SL_BOOLEAN_FALSE;
/frameworks/wilhelm/src/
ThreadPool.h
57
SLboolean
mShutdown; ///< Whether shutdown of thread pool has been requested
/frameworks/wilhelm/tests/examples/
slesTestSendToPresetReverb.cpp
52
SLboolean
errorInPrefetchCallback = SL_BOOLEAN_FALSE;
102
SLboolean
required[MAX_NUMBER_INTERFACES];
282
SLboolean
previousEnabled = SL_BOOLEAN_FALSE;
289
SLboolean
enabled;
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];
/development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c
171
const
SLboolean
req[1] = {SL_BOOLEAN_FALSE};
217
const
SLboolean
req[3] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE,
292
const
SLboolean
req[3] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE};
366
result = (*uriPlayerSeek)->SetLoop(uriPlayerSeek, (
SLboolean
) isLooping, 0,
502
outputMixEnvironmentalReverb, (
SLboolean
) enabled, (SLmillibel) 0);
606
const
SLboolean
req[3] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE};
685
const
SLboolean
req[1] = {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/ut/
OpenSLESUT.c
127
void slesutPrintIIDs(SLInterfaceID *pInterfaceIds,
SLboolean
*pInterfaceRequired,
Completed in 540 milliseconds
1
2
3
4
5
6
7
8