Home
last modified time | relevance | path

Searched refs:SL_BOOLEAN_TRUE (Results 1 – 25 of 57) sorted by relevance

123

/frameworks/wilhelm/src/
Ddevices.cpp26 SL_BOOLEAN_TRUE, // isForTelephony
29 SL_BOOLEAN_TRUE, // isFreqRangeContinuous
45 SL_BOOLEAN_TRUE, // isForTelephony
48 SL_BOOLEAN_TRUE, // isFreqRangeContinuous
62 SL_BOOLEAN_TRUE,
76 SL_BOOLEAN_TRUE,
101 SL_BOOLEAN_TRUE, // supportsFrequency
102 SL_BOOLEAN_TRUE, // supportsIntensity
170 SL_BOOLEAN_TRUE, // isBitrateRangeContinuous
/frameworks/wilhelm/tests/listening/
DslesTest_playMuteSolo.cpp118 SLboolean leftMuted = SL_BOOLEAN_TRUE; in PlayEventCallback()
122 leftMuted == SL_BOOLEAN_TRUE ? SL_BOOLEAN_FALSE : SL_BOOLEAN_TRUE); in PlayEventCallback()
125 leftMuted == SL_BOOLEAN_TRUE ? SL_BOOLEAN_TRUE : SL_BOOLEAN_FALSE); in PlayEventCallback()
127 if (leftMuted == SL_BOOLEAN_TRUE) { // we've swapped the channel mute above in PlayEventCallback()
138 SLboolean leftSoloed = SL_BOOLEAN_TRUE; in PlayEventCallback()
142 leftSoloed == SL_BOOLEAN_TRUE ? SL_BOOLEAN_FALSE : SL_BOOLEAN_TRUE); in PlayEventCallback()
145 leftSoloed == SL_BOOLEAN_TRUE ? SL_BOOLEAN_TRUE : SL_BOOLEAN_FALSE); in PlayEventCallback()
147 if (leftSoloed == SL_BOOLEAN_TRUE) { // we've swapped the channel solo above in PlayEventCallback()
220 required[0] = SL_BOOLEAN_TRUE; in TestPlayUri()
222 required[1] = SL_BOOLEAN_TRUE; in TestPlayUri()
[all …]
/frameworks/wilhelm/tests/sandbox/
Dmultiplay.c107 p->mPlayerErrorInCallback = SL_BOOLEAN_TRUE; in prefetch_callback()
148 const SLboolean engine_req[] = {SL_BOOLEAN_TRUE}; in main()
160 const SLboolean mix_req[] = {SL_BOOLEAN_TRUE}; in main()
185 {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE}; in main()
227 p->mPlayerErrorReported = SL_BOOLEAN_TRUE; in main()
260 result = (*p->mPlayerVolume)->EnableStereoPosition(p->mPlayerVolume, SL_BOOLEAN_TRUE); in main()
Dplaybq.cpp124 eof = SL_BOOLEAN_TRUE; in file_reader_loop()
203 enablePlaybackRate = SL_BOOLEAN_TRUE; in main()
206 enablePlaybackRate = SL_BOOLEAN_TRUE; in main()
213 enablePlaybackRate = SL_BOOLEAN_TRUE; in main()
216 enablePlaybackRate = SL_BOOLEAN_TRUE; in main()
218 enableReverb = SL_BOOLEAN_TRUE; in main()
351 SLboolean req[1] = {SL_BOOLEAN_TRUE}; in main()
402 SLboolean req2[3] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE}; in main()
423 SL_BOOLEAN_TRUE, (SLmillibel) 0); in main()
504 eof = SL_BOOLEAN_TRUE; in main()
Dreverb.c324 mix_req[count] = SL_BOOLEAN_TRUE; in main()
328 mix_req[count] = SL_BOOLEAN_TRUE; in main()
411 player_req[count] = SL_BOOLEAN_TRUE; in main()
415 player_req[count] = SL_BOOLEAN_TRUE; in main()
419 player_req[count] = SL_BOOLEAN_TRUE; in main()
423 player_req[count] = SL_BOOLEAN_TRUE; in main()
426 player_req[count] = SL_BOOLEAN_TRUE; in main()
464 outputMixPresetReverb, SL_BOOLEAN_TRUE, (SLmillibel) 0); in main()
499 outputMixEnvironmentalReverb, SL_BOOLEAN_TRUE, (SLmillibel) 0); in main()
637 result = (*playerSeek)->SetLoop(playerSeek, SL_BOOLEAN_TRUE, (SLmillisecond) 0, in main()
Dobject.c146 SLboolean isSupported = SL_BOOLEAN_TRUE; in main()
153 isSupported = SL_BOOLEAN_TRUE; in main()
168 assert(SL_BOOLEAN_TRUE == isSupported); in main()
Dengine.c51 engine_req[index] = SL_BOOLEAN_TRUE; in main()
97 engine_req[numSupportedInterfaces] = SL_BOOLEAN_TRUE; in main()
106 options[0].data = (SLuint32) SL_BOOLEAN_TRUE; in main()
Doutputmix.c130 SLboolean req[10] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_FALSE /*SL_BOOLEAN_TRUE*/, SL_BOOLEAN_TRUE, in main()
131 SL_BOOLEAN_TRUE/*FALSE*/, SL_BOOLEAN_FALSE, SL_BOOLEAN_FALSE, SL_BOOLEAN_FALSE, in main()
/frameworks/wilhelm/tests/examples/
DslesTestSendToPresetReverb.cpp65 errorInPrefetchCallback = SL_BOOLEAN_TRUE; in prefetch_callback()
119 required[0] = SL_BOOLEAN_TRUE; in TestSendToPresetReverb()
163 required[0] = SL_BOOLEAN_TRUE; in TestSendToPresetReverb()
165 required[1] = SL_BOOLEAN_TRUE; in TestSendToPresetReverb()
167 required[2] = SL_BOOLEAN_TRUE; in TestSendToPresetReverb()
259 result = (*effectSendItf)->EnableEffectSend(effectSendItf, reverbItf, SL_BOOLEAN_TRUE, in TestSendToPresetReverb()
273 result = (*seekItf)->SetLoop(seekItf, SL_BOOLEAN_TRUE, (SLmillisecond) 0, SL_TIME_UNKNOWN); in TestSendToPresetReverb()
368 {(SLuint32) SL_ENGINEOPTION_THREADSAFE, (SLuint32) SL_BOOLEAN_TRUE} in main()
DslesTestBassBoostPath.cpp111 required[0] = SL_BOOLEAN_TRUE; in TestBassBoostPathFromFD()
113 required[1] = SL_BOOLEAN_TRUE; in TestBassBoostPathFromFD()
222 if (SL_BOOLEAN_TRUE == enabled) { in TestBassBoostPathFromFD()
277 {(SLuint32) SL_ENGINEOPTION_THREADSAFE, (SLuint32) SL_BOOLEAN_TRUE} in main()
DslesTestVirtualizerPath.cpp112 required[0] = SL_BOOLEAN_TRUE; in TestVirtualizerPathFromFD()
114 required[1] = SL_BOOLEAN_TRUE; in TestVirtualizerPathFromFD()
224 if (SL_BOOLEAN_TRUE == enabled) { in TestVirtualizerPathFromFD()
279 {(SLuint32) SL_ENGINEOPTION_THREADSAFE, (SLuint32) SL_BOOLEAN_TRUE} in main()
DslesTestEqFdPath.cpp116 required[0] = SL_BOOLEAN_TRUE; in TestEQPathFromFD()
118 required[1] = SL_BOOLEAN_TRUE; in TestEQPathFromFD()
251 if (SL_BOOLEAN_TRUE == enabled) { in TestEQPathFromFD()
312 {(SLuint32) SL_ENGINEOPTION_THREADSAFE, (SLuint32) SL_BOOLEAN_TRUE} in main()
DslesTestEqOutputPath.cpp100 required[0] = SL_BOOLEAN_TRUE; in TestEQPathFromFD()
125 required[0] = SL_BOOLEAN_TRUE; in TestEQPathFromFD()
255 if (SL_BOOLEAN_TRUE == enabled) { in TestEQPathFromFD()
313 {(SLuint32) SL_ENGINEOPTION_THREADSAFE, (SLuint32) SL_BOOLEAN_TRUE} in main()
DslesTestSawtoothBufferQueue.cpp146 required[0] = SL_BOOLEAN_TRUE; in TestPlaySawtoothBufferQueue()
196 required[0] = SL_BOOLEAN_TRUE; in TestPlaySawtoothBufferQueue()
279 (SLuint32) SL_BOOLEAN_TRUE}}; in main()
DslesTestDecodeAac.cpp117 SLboolean createRaw = SL_BOOLEAN_TRUE; // whether to create a .raw file containing PCM data
221 head_atend = SL_BOOLEAN_TRUE; in PlayCallback()
495 required[0] = SL_BOOLEAN_TRUE; in TestDecToBuffQueue()
498 required[1] = SL_BOOLEAN_TRUE; in TestDecToBuffQueue()
501 required[2] = SL_BOOLEAN_TRUE; in TestDecToBuffQueue()
505 required[3] = SL_BOOLEAN_TRUE; in TestDecToBuffQueue()
878 {(SLuint32) SL_ENGINEOPTION_THREADSAFE, (SLuint32) SL_BOOLEAN_TRUE} in main()
DslesTestEffectCapabilities.cpp76 {(SLuint32) SL_ENGINEOPTION_THREADSAFE, (SLuint32) SL_BOOLEAN_TRUE} in TestGenericFxCapabilities()
89 required[0] = SL_BOOLEAN_TRUE; in TestGenericFxCapabilities()
/frameworks/wilhelm/tests/mimeUri/
DslesTestPlayUri2.cpp99 required[0] = SL_BOOLEAN_TRUE; in TestPlayUri()
101 required[1] = SL_BOOLEAN_TRUE; in TestPlayUri()
181 result = (*volItf)->EnableStereoPosition( volItf, SL_BOOLEAN_TRUE); ExitOnError(result); in TestPlayUri()
184 result = (*volItf2)->EnableStereoPosition( volItf2, SL_BOOLEAN_TRUE); ExitOnError(result); in TestPlayUri()
268 {(SLuint32) SL_ENGINEOPTION_THREADSAFE, (SLuint32) SL_BOOLEAN_TRUE} in main()
DslesTestLoopUri.cpp155 required[0] = SL_BOOLEAN_TRUE; in TestLoopUri()
182 required[0] = SL_BOOLEAN_TRUE; in TestLoopUri()
184 required[1] = SL_BOOLEAN_TRUE; in TestLoopUri()
229 res = (*seekItf)->SetLoop(seekItf, SL_BOOLEAN_TRUE, 0, SL_TIME_UNKNOWN); in TestLoopUri()
304 (SLuint32) SL_BOOLEAN_TRUE}}; in main()
DslesTestSlowDownUri.cpp211 required[0] = SL_BOOLEAN_TRUE; in TestSlowDownUri()
238 required[0] = SL_BOOLEAN_TRUE; in TestSlowDownUri()
240 required[1] = SL_BOOLEAN_TRUE; in TestSlowDownUri()
242 required[2] = SL_BOOLEAN_TRUE; in TestSlowDownUri()
279 res = (*seekItf)->SetLoop(seekItf, SL_BOOLEAN_TRUE, 0, SL_TIME_UNKNOWN); CheckErr(res); in TestSlowDownUri()
413 (SLuint32) SL_BOOLEAN_TRUE}}; in main()
DslesTestPlayUri.cpp159 required[0] = SL_BOOLEAN_TRUE; in TestPlayUri()
161 required[1] = SL_BOOLEAN_TRUE; in TestPlayUri()
285 (*volItf)->SetMute( volItf, SL_BOOLEAN_TRUE); in TestPlayUri()
338 (SLuint32) SL_BOOLEAN_TRUE}}; in main()
DslesTest_playStates.cpp104 required[0] = SL_BOOLEAN_TRUE; in TestPlayUri()
106 required[1] = SL_BOOLEAN_TRUE; in TestPlayUri()
220 {(SLuint32) SL_ENGINEOPTION_THREADSAFE, (SLuint32) SL_BOOLEAN_TRUE} in main()
DslesTestPlayStreamType.cpp107 required[0] = SL_BOOLEAN_TRUE; in TestStreamTypeConfiguration()
110 required[1] = SL_BOOLEAN_TRUE; in TestStreamTypeConfiguration()
255 {(SLuint32) SL_ENGINEOPTION_THREADSAFE, (SLuint32) SL_BOOLEAN_TRUE} in main()
/frameworks/wilhelm/src/itf/
DIOutputMixExt.cpp80 doBroadcast = SL_BOOLEAN_TRUE; in track_check()
95 doBroadcast = SL_BOOLEAN_TRUE; in track_check()
103 trackHasData = SL_BOOLEAN_TRUE; in track_check()
115 trackHasData = SL_BOOLEAN_TRUE; in track_check()
141 doBroadcast = SL_BOOLEAN_TRUE; in track_check()
266 trackContributedToMix = SL_BOOLEAN_TRUE; in IOutputMixExt_FillBuffer()
322 mixBufferHasData = SL_BOOLEAN_TRUE; in IOutputMixExt_FillBuffer()
/frameworks/wilhelm/tests/
DmimeUri_test.cpp133 required[0] = SL_BOOLEAN_TRUE; in TestPlayUri()
135 required[1] = SL_BOOLEAN_TRUE; in TestPlayUri()
273 (SLuint32) SL_BOOLEAN_TRUE } }; in MimeUri()
/frameworks/wilhelm/tests/automated/
DBufferQueue_test.cpp65 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 };

123