/frameworks/wilhelm/tests/sandbox/ |
D | dim.c | 43 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()
|
D | outputmix.c | 35 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()
|
D | multithread.c | 59 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()
|
D | monkey.c | 130 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()
|
D | object.c | 33 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()
|
D | engine.c | 77 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/ |
D | slesTest_playMuteSolo.cpp | 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() 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/ |
D | IOutputMixExt.c | 48 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 …]
|
D | IVolume.c | 84 mute = SL_BOOLEAN_FALSE != mute; // normalize in IVolume_SetMute() 123 enable = SL_BOOLEAN_FALSE != enable; // normalize in IVolume_EnableStereoPosition() 216 thiz->mMute = SL_BOOLEAN_FALSE; in IVolume_init() 217 thiz->mEnableStereoPosition = SL_BOOLEAN_FALSE; in IVolume_init()
|
D | ISeek.c | 89 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()
|
D | IMuteSolo.c | 75 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()
|
D | I3DLocation.c | 100 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()
|
D | I3DCommit.c | 50 thiz->mDeferred = SL_BOOLEAN_FALSE != deferred; // normalize in I3DCommit_SetDeferred() 67 thiz->mDeferred = SL_BOOLEAN_FALSE; in I3DCommit_init()
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestBassBoostPath.cpp | 85 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()
|
D | slesTestVirtualizerPath.cpp | 86 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()
|
D | slesTestPlayFdPath.cpp | 80 required[i] = SL_BOOLEAN_FALSE; in TestPlayPathFromFD() 92 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE); in TestPlayPathFromFD() 135 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result); in TestPlayPathFromFD() 216 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE); in main()
|
D | slesTestSendToPresetReverb.cpp | 52 SLboolean errorInPrefetchCallback = SL_BOOLEAN_FALSE; 112 required[i] = SL_BOOLEAN_FALSE; in TestSendToPresetReverb() 128 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE); in TestSendToPresetReverb() 206 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result); in TestSendToPresetReverb() 283 SLboolean previousEnabled = SL_BOOLEAN_FALSE; in TestSendToPresetReverb() 376 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE); in main()
|
D | slesTestEqFdPath.cpp | 90 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()
|
D | slesTestEqOutputPath.cpp | 92 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()
|
D | slesTestSawtoothBufferQueue.cpp | 144 required[i] = SL_BOOLEAN_FALSE; in TestPlaySawtoothBufferQueue() 156 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE); in TestPlaySawtoothBufferQueue() 208 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res); in TestPlaySawtoothBufferQueue() 287 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE); CheckErr(res); in main()
|
/frameworks/wilhelm/src/desktop/ |
D | SndFile.c | 107 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/ |
D | slesTest_playStates.cpp | 79 required[i] = SL_BOOLEAN_FALSE; in TestPlayUri() 91 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE); in TestPlayUri() 128 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result); in TestPlayUri() 230 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE); in main()
|
D | slesTestPlayUri2.cpp | 94 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()
|
D | slesTestLoopUri.cpp | 154 required[i] = SL_BOOLEAN_FALSE; in TestLoopUri() 165 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE); in TestLoopUri() 193 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res); in TestLoopUri() 268 res = (*seekItf)->SetLoop(seekItf, SL_BOOLEAN_FALSE, 0, SL_TIME_UNKNOWN); in TestLoopUri() 312 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE); in main()
|
D | slesTestPlayUri.cpp | 157 required[i] = SL_BOOLEAN_FALSE; in TestPlayUri() 171 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE); in TestPlayUri() 195 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res); in TestPlayUri() 294 (*volItf)->SetMute( volItf, SL_BOOLEAN_FALSE); in TestPlayUri() 346 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE); in main()
|