/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.cpp | 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.cpp | 85 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()
|
D | ISeek.cpp | 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.cpp | 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.cpp | 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()
|
/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 | slesTestSendToPresetReverb.cpp | 52 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()
|
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 | 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 | slesTestPlayFdPath.cpp | 101 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()
|
D | slesTestSawtoothBufferQueue.cpp | 141 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/ |
D | SndFile.cpp | 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 | 78 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()
|
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 | 151 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()
|
D | slesTestPlayUri.cpp | 154 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()
|
D | slesTestPlayStreamType.cpp | 81 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()
|