Home
last modified time | relevance | path

Searched refs:SL_BOOLEAN_FALSE (Results 1 – 25 of 75) sorted by relevance

123

/frameworks/wilhelm/tests/sandbox/
Ddim.c43 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE); in main()
61 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE); in main()
83 SL_BOOLEAN_FALSE); in main()
94 SL_BOOLEAN_FALSE); in main()
105 SL_BOOLEAN_FALSE); in main()
110 SL_BOOLEAN_FALSE); in main()
126 SL_BOOLEAN_FALSE); in main()
141 result = (*outputMixDIM)->AddInterface(outputMixDIM, SL_IID_PLAY, SL_BOOLEAN_FALSE); in main()
Doutputmix.c35 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE); in main()
75 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE); in main()
130 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()
132 SL_BOOLEAN_FALSE, SL_BOOLEAN_FALSE, SL_BOOLEAN_FALSE}; in main()
137 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE); in main()
Dmultithread.c59 result = (*myMixObject)->Realize(myMixObject, SL_BOOLEAN_FALSE); in thread_start()
76 result = (*myPlayerObject)->Realize(myPlayerObject, SL_BOOLEAN_FALSE); in thread_start()
115 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE); in main()
125 result = (*mixObject)->Realize(mixObject, SL_BOOLEAN_FALSE); in main()
Dmonkey.c130 SLresult result = (*p->mObject)->Realize(p->mObject, SL_BOOLEAN_FALSE); in actionRealize()
176 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE); in actionInitialize()
184 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE); in actionInitialize()
264 assert(SL_BOOLEAN_FALSE); in main()
270 assert(SL_BOOLEAN_FALSE); in main()
291 assert(SL_BOOLEAN_FALSE); in main()
Dobject.c33 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE); in main()
149 assert(SL_BOOLEAN_FALSE == isSupported); in main()
156 assert(SL_BOOLEAN_FALSE == isSupported); in main()
165 isSupported = SL_BOOLEAN_FALSE; in main()
Dengine.c77 SLboolean null_req[1] = {SL_BOOLEAN_FALSE}; in main()
104 engine_req[numSupportedInterfaces] = SL_BOOLEAN_FALSE; in main()
108 options[1].data = (SLuint32) SL_BOOLEAN_FALSE; in main()
135 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE); in main()
/frameworks/wilhelm/tests/listening/
DslesTest_playMuteSolo.cpp122 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()
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()
194 required[i] = SL_BOOLEAN_FALSE; in TestPlayUri()
206 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE); in TestPlayUri()
243 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result); in TestPlayUri()
344 result = (*muteSoloItf)->SetChannelMute(muteSoloItf, 1, SL_BOOLEAN_FALSE); in TestPlayUri()
354 result = (*muteSoloItf)->SetChannelMute(muteSoloItf, 0, SL_BOOLEAN_FALSE); ExitOnError(result); in TestPlayUri()
355 result = (*muteSoloItf)->SetChannelMute(muteSoloItf, 1, SL_BOOLEAN_FALSE); ExitOnError(result); in TestPlayUri()
[all …]
/frameworks/wilhelm/src/itf/
DIOutputMixExt.cpp48 SLboolean trackHasData = SL_BOOLEAN_FALSE; in track_check()
67 SLboolean doBroadcast = SL_BOOLEAN_FALSE; in track_check()
77 audioPlayer->mBufferQueue.mClearRequested = SL_BOOLEAN_FALSE; in track_check()
94 audioPlayer->mDestroyRequested = SL_BOOLEAN_FALSE; in track_check()
149 assert(SL_BOOLEAN_FALSE); in track_check()
175 SLboolean mixBufferHasData = SL_BOOLEAN_FALSE; in IOutputMixExt_FillBuffer()
190 thiz->mDestroyRequested = SL_BOOLEAN_FALSE; in IOutputMixExt_FillBuffer()
211 SLboolean trackContributedToMix = SL_BOOLEAN_FALSE; in IOutputMixExt_FillBuffer()
349 thiz->mDestroyRequested = SL_BOOLEAN_FALSE; in IOutputMixExt_init()
407 thiz->mDestroyRequested = SL_BOOLEAN_FALSE; in IOutputMixExt_checkAudioPlayerSourceSink()
[all …]
DIVolume.cpp85 mute = SL_BOOLEAN_FALSE != mute; // normalize in IVolume_SetMute()
124 enable = SL_BOOLEAN_FALSE != enable; // normalize in IVolume_EnableStereoPosition()
217 thiz->mMute = SL_BOOLEAN_FALSE; in IVolume_init()
218 thiz->mEnableStereoPosition = SL_BOOLEAN_FALSE; in IVolume_init()
DISeek.cpp89 thiz->mLoopEnabled = SL_BOOLEAN_FALSE != loopEnable; // normalize in ISeek_SetLoop()
96 thiz->mLoopEnabled = SL_BOOLEAN_FALSE != loopEnable; // normalize in ISeek_SetLoop()
145 thiz->mLoopEnabled = SL_BOOLEAN_FALSE; in ISeek_init()
DIMuteSolo.cpp75 mute = SL_BOOLEAN_FALSE; in IMuteSolo_GetChannelMute()
78 mute = SL_BOOLEAN_FALSE; in IMuteSolo_GetChannelMute()
147 solo = SL_BOOLEAN_FALSE; in IMuteSolo_GetChannelSolo()
150 solo = SL_BOOLEAN_FALSE; in IMuteSolo_GetChannelSolo()
DI3DLocation.cpp100 assert(SL_BOOLEAN_FALSE); in I3DLocation_Move()
147 assert(SL_BOOLEAN_FALSE); in I3DLocation_GetLocationCartesian()
179 thiz->mRotatePending = SL_BOOLEAN_FALSE; in I3DLocation_SetOrientationVectors()
204 thiz->mRotatePending = SL_BOOLEAN_FALSE; in I3DLocation_SetOrientationAngles()
292 thiz->mRotatePending = SL_BOOLEAN_FALSE; in I3DLocation_init()
/frameworks/wilhelm/tests/examples/
DslesTestBassBoostPath.cpp85 required[i] = SL_BOOLEAN_FALSE; in TestBassBoostPathFromFD()
97 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE); in TestBassBoostPathFromFD()
150 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result); in TestBassBoostPathFromFD()
194 SLboolean strengthSupported = SL_BOOLEAN_FALSE; in TestBassBoostPathFromFD()
197 if (SL_BOOLEAN_FALSE == strengthSupported) { in TestBassBoostPathFromFD()
212 SLboolean previousEnabled = SL_BOOLEAN_FALSE; in TestBassBoostPathFromFD()
284 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE); in main()
DslesTestVirtualizerPath.cpp86 required[i] = SL_BOOLEAN_FALSE; in TestVirtualizerPathFromFD()
98 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE); in TestVirtualizerPathFromFD()
151 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result); in TestVirtualizerPathFromFD()
195 SLboolean strengthSupported = SL_BOOLEAN_FALSE; in TestVirtualizerPathFromFD()
198 if (SL_BOOLEAN_FALSE == strengthSupported) { in TestVirtualizerPathFromFD()
214 SLboolean previousEnabled = SL_BOOLEAN_FALSE; in TestVirtualizerPathFromFD()
286 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE); in main()
DslesTestSendToPresetReverb.cpp52 SLboolean errorInPrefetchCallback = SL_BOOLEAN_FALSE;
111 required[i] = SL_BOOLEAN_FALSE; in TestSendToPresetReverb()
127 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE); in TestSendToPresetReverb()
205 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result); in TestSendToPresetReverb()
282 SLboolean previousEnabled = SL_BOOLEAN_FALSE; in TestSendToPresetReverb()
375 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE); in main()
DslesTestEqOutputPath.cpp92 required[i] = SL_BOOLEAN_FALSE; in TestEQPathFromFD()
108 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE); in TestEQPathFromFD()
162 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result); in TestEQPathFromFD()
245 SLboolean previousEnabled = SL_BOOLEAN_FALSE; in TestEQPathFromFD()
320 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE); in main()
DslesTestEqFdPath.cpp90 required[i] = SL_BOOLEAN_FALSE; in TestEQPathFromFD()
102 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE); in TestEQPathFromFD()
155 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result); in TestEQPathFromFD()
241 SLboolean previousEnabled = SL_BOOLEAN_FALSE; in TestEQPathFromFD()
319 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE); in main()
DslesTestPlayFdPath.cpp101 required[i] = SL_BOOLEAN_FALSE; in TestPlayPathFromFD()
113 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE); in TestPlayPathFromFD()
156 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result); in TestPlayPathFromFD()
247 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE); in main()
DslesTestSawtoothBufferQueue.cpp141 required[i] = SL_BOOLEAN_FALSE; in TestPlaySawtoothBufferQueue()
153 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE); in TestPlaySawtoothBufferQueue()
205 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res); in TestPlaySawtoothBufferQueue()
284 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE); CheckErr(res); in main()
/frameworks/wilhelm/src/desktop/
DSndFile.cpp107 return SL_BOOLEAN_FALSE; in SndFile_IsSupported()
114 return SL_BOOLEAN_FALSE; in SndFile_IsSupported()
122 return SL_BOOLEAN_FALSE; in SndFile_IsSupported()
129 return SL_BOOLEAN_FALSE; in SndFile_IsSupported()
180 thiz->mSndFile.mEOF = SL_BOOLEAN_FALSE; in SndFile_checkAudioPlayerSourceSink()
221 audioPlayer->mSndFile.mEOF = SL_BOOLEAN_FALSE; in audioPlayerTransportUpdate()
/frameworks/wilhelm/tests/mimeUri/
DslesTest_playStates.cpp78 required[i] = SL_BOOLEAN_FALSE; in TestPlayUri()
90 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE); in TestPlayUri()
127 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result); in TestPlayUri()
227 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE); in main()
DslesTestPlayUri2.cpp94 required[i] = SL_BOOLEAN_FALSE; in TestPlayUri()
112 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE); in TestPlayUri()
149 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result); in TestPlayUri()
150 result = (*player)->Realize(player2, SL_BOOLEAN_FALSE); ExitOnError(result); in TestPlayUri()
275 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE); in main()
DslesTestLoopUri.cpp151 required[i] = SL_BOOLEAN_FALSE; in TestLoopUri()
162 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE); in TestLoopUri()
190 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res); in TestLoopUri()
265 res = (*seekItf)->SetLoop(seekItf, SL_BOOLEAN_FALSE, 0, SL_TIME_UNKNOWN); in TestLoopUri()
309 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE); in main()
DslesTestPlayUri.cpp154 required[i] = SL_BOOLEAN_FALSE; in TestPlayUri()
168 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE); in TestPlayUri()
192 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res); in TestPlayUri()
291 (*volItf)->SetMute( volItf, SL_BOOLEAN_FALSE); in TestPlayUri()
343 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE); in main()
DslesTestPlayStreamType.cpp81 required[i] = SL_BOOLEAN_FALSE; in TestStreamTypeConfiguration()
93 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE); in TestStreamTypeConfiguration()
150 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result); in TestStreamTypeConfiguration()
262 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE); in main()

123