Home
last modified time | relevance | path

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

123

/frameworks/wilhelm/src/
Ddevices.c26 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
173 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.c139 eof = SL_BOOLEAN_TRUE; in file_reader_loop()
218 enablePlaybackRate = SL_BOOLEAN_TRUE; in main()
221 enablePlaybackRate = SL_BOOLEAN_TRUE; in main()
228 enablePlaybackRate = SL_BOOLEAN_TRUE; in main()
231 enablePlaybackRate = SL_BOOLEAN_TRUE; in main()
233 enableReverb = SL_BOOLEAN_TRUE; in main()
366 SLboolean req[1] = {SL_BOOLEAN_TRUE}; in main()
417 SLboolean req2[3] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE}; in main()
438 SL_BOOLEAN_TRUE, (SLmillibel) 0); in main()
519 eof = SL_BOOLEAN_TRUE; in main()
Dplaybq.cpp139 eof = SL_BOOLEAN_TRUE; in file_reader_loop()
218 enablePlaybackRate = SL_BOOLEAN_TRUE; in main()
221 enablePlaybackRate = SL_BOOLEAN_TRUE; in main()
228 enablePlaybackRate = SL_BOOLEAN_TRUE; in main()
231 enablePlaybackRate = SL_BOOLEAN_TRUE; in main()
233 enableReverb = SL_BOOLEAN_TRUE; in main()
366 SLboolean req[1] = {SL_BOOLEAN_TRUE}; in main()
417 SLboolean req2[3] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE}; in main()
438 SL_BOOLEAN_TRUE, (SLmillibel) 0); in main()
519 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()
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()
Dobject.c146 SLboolean isSupported = SL_BOOLEAN_TRUE; in main()
153 isSupported = SL_BOOLEAN_TRUE; in main()
168 assert(SL_BOOLEAN_TRUE == isSupported); 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.cpp149 required[0] = SL_BOOLEAN_TRUE; in TestPlaySawtoothBufferQueue()
199 required[0] = SL_BOOLEAN_TRUE; in TestPlaySawtoothBufferQueue()
282 (SLuint32) SL_BOOLEAN_TRUE}}; in main()
DslesTestDecodeAac.cpp119 SLboolean createRaw = SL_BOOLEAN_TRUE; // whether to create a .raw file containing PCM data
223 head_atend = SL_BOOLEAN_TRUE; in PlayCallback()
496 required[0] = SL_BOOLEAN_TRUE; in TestDecToBuffQueue()
499 required[1] = SL_BOOLEAN_TRUE; in TestDecToBuffQueue()
502 required[2] = SL_BOOLEAN_TRUE; in TestDecToBuffQueue()
506 required[3] = SL_BOOLEAN_TRUE; in TestDecToBuffQueue()
879 {(SLuint32) SL_ENGINEOPTION_THREADSAFE, (SLuint32) SL_BOOLEAN_TRUE} in main()
DslesTestEffectCapabilities.cpp77 {(SLuint32) SL_ENGINEOPTION_THREADSAFE, (SLuint32) SL_BOOLEAN_TRUE} in TestGenericFxCapabilities()
90 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.cpp158 required[0] = SL_BOOLEAN_TRUE; in TestLoopUri()
185 required[0] = SL_BOOLEAN_TRUE; in TestLoopUri()
187 required[1] = SL_BOOLEAN_TRUE; in TestLoopUri()
232 res = (*seekItf)->SetLoop(seekItf, SL_BOOLEAN_TRUE, 0, SL_TIME_UNKNOWN); in TestLoopUri()
307 (SLuint32) SL_BOOLEAN_TRUE}}; in main()
DslesTestSlowDownUri.cpp214 required[0] = SL_BOOLEAN_TRUE; in TestSlowDownUri()
241 required[0] = SL_BOOLEAN_TRUE; in TestSlowDownUri()
243 required[1] = SL_BOOLEAN_TRUE; in TestSlowDownUri()
245 required[2] = SL_BOOLEAN_TRUE; in TestSlowDownUri()
282 res = (*seekItf)->SetLoop(seekItf, SL_BOOLEAN_TRUE, 0, SL_TIME_UNKNOWN); CheckErr(res); in TestSlowDownUri()
416 (SLuint32) SL_BOOLEAN_TRUE}}; in main()
DslesTestPlayUri.cpp162 required[0] = SL_BOOLEAN_TRUE; in TestPlayUri()
164 required[1] = SL_BOOLEAN_TRUE; in TestPlayUri()
288 (*volItf)->SetMute( volItf, SL_BOOLEAN_TRUE); in TestPlayUri()
341 (SLuint32) SL_BOOLEAN_TRUE}}; in main()
DslesTest_playStates.cpp105 required[0] = SL_BOOLEAN_TRUE; in TestPlayUri()
107 required[1] = SL_BOOLEAN_TRUE; in TestPlayUri()
223 {(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.c80 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.cpp136 required[0] = SL_BOOLEAN_TRUE; in TestPlayUri()
138 required[1] = SL_BOOLEAN_TRUE; in TestPlayUri()
276 (SLuint32) SL_BOOLEAN_TRUE } }; in MimeUri()
/frameworks/wilhelm/src/objects/
DCEngine.c66 thiz->mEngine.mShutdown = SL_BOOLEAN_TRUE; in CEngine_Realize()
112 thiz->mEngine.mShutdown = SL_BOOLEAN_TRUE; in CEngine_Destroy()

123