/frameworks/wilhelm/tests/sandbox/ |
D | outputmix.c | 39 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine); in main() 66 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_OBJECT, &outputMixObject2); in main() 71 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_OUTPUTMIX, in main() 79 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_OBJECT, &outputMixObject2); in main() 83 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_DYNAMICINTERFACEMANAGEMENT, in main() 91 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_OUTPUTMIX, in main() 96 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_ENVIRONMENTALREVERB, in main() 100 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_EQUALIZER, in main() 104 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_PRESETREVERB, in main() 108 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_VIRTUALIZER, in main() [all …]
|
D | dim.c | 45 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine); in main() 55 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_DYNAMICINTERFACEMANAGEMENT, in main() 65 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_DYNAMICINTERFACEMANAGEMENT, in main() 76 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_ENVIRONMENTALREVERB, in main() 87 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_ENVIRONMENTALREVERB, in main() 98 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_ENVIRONMENTALREVERB, in main() 119 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_ENVIRONMENTALREVERB, in main() 128 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_ENVIRONMENTALREVERB, in main() 136 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_PLAY, &outputMixPlay); in main() 145 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_PLAY, &outputMixPlay); in main()
|
D | urimime.c | 46 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine); in main() 106 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay); in main() 111 result = (*playerObject)->GetInterface(playerObject, SL_IID_BUFFERQUEUE, &playerBufferQueue); in main() 116 result = (*playerObject)->GetInterface(playerObject, SL_IID_ANDROIDSIMPLEBUFFERQUEUE, in main()
|
D | multiplay.c | 155 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine); in main() 168 result = (*mixObject)->GetInterface(mixObject, SL_IID_VOLUME, &mixVolume); in main() 197 result = (*p->mPlayerObject)->GetInterface(p->mPlayerObject, SL_IID_PLAY, &p->mPlayerPlay); in main() 199 result = (*p->mPlayerObject)->GetInterface(p->mPlayerObject, SL_IID_VOLUME, in main() 202 result = (*p->mPlayerObject)->GetInterface(p->mPlayerObject, SL_IID_SEEK, &p->mPlayerSeek); in main() 204 result = (*p->mPlayerObject)->GetInterface(p->mPlayerObject, SL_IID_PREFETCHSTATUS, in main()
|
D | reverb.c | 316 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine); in main() 340 result = (*mixObject)->GetInterface(mixObject, SL_IID_PRESETREVERB, &outputMixPresetReverb); in main() 366 result = (*mixObject)->GetInterface(mixObject, SL_IID_ENVIRONMENTALREVERB, in main() 440 result = (*playerObject)->GetInterface(playerObject, SL_IID_EFFECTSEND, &playerEffectSend); in main() 521 result = (*playerObject)->GetInterface(playerObject, SL_IID_PRESETREVERB, in main() 548 result = (*playerObject)->GetInterface(playerObject, SL_IID_ENVIRONMENTALREVERB, in main() 590 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay); in main() 595 result = (*playerObject)->GetInterface(playerObject, SL_IID_PREFETCHSTATUS, in main() 635 result = (*playerObject)->GetInterface(playerObject, SL_IID_SEEK, &playerSeek); in main()
|
D | dual.c | 45 xaResult = (*xaEngineObject)->GetInterface(xaEngineObject, XA_IID_ENGINE, &xaEngineEngine); in main() 62 slResult = (*slEngineObject)->GetInterface(slEngineObject, SL_IID_ENGINE, &slEngineEngine); in main()
|
D | intbufq.c | 92 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine); in main() 132 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay); in main() 135 result = (*playerObject)->GetInterface(playerObject, IID_BUFFERQUEUE, &playerBufferqueue); in main() 138 result = (*playerObject)->GetInterface(playerObject, SL_IID_MUTESOLO, &playerMuteSolo); in main()
|
D | configbq.c | 84 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine); in main() 183 result = (*playerObject)->GetInterface(playerObject, SL_IID_BUFFERQUEUE, in main() 191 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay); in main()
|
/frameworks/wilhelm/tests/mimeUri/ |
D | slesTestPlayUri2.cpp | 89 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); in TestPlayUri() 154 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); in TestPlayUri() 156 result = (*player)->GetInterface(player2, SL_IID_PLAY, (void*)&playItf2); in TestPlayUri() 159 result = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf); in TestPlayUri() 161 result = (*player2)->GetInterface(player2, SL_IID_VOLUME, (void*)&volItf2); in TestPlayUri() 164 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestPlayUri() 166 result = (*player2)->GetInterface(player2, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf2); in TestPlayUri()
|
D | slesTest_playStates.cpp | 74 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); in TestPlayUri() 132 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); in TestPlayUri() 135 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestPlayUri() 138 result = (*player)->GetInterface(player, SL_IID_MUTESOLO, (void*)&muteSoloItf); in TestPlayUri()
|
D | slesTestPlayStreamType.cpp | 76 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); in TestStreamTypeConfiguration() 136 result = (*player)->GetInterface(player, SL_IID_ANDROIDCONFIGURATION, (void*)&configItf); in TestStreamTypeConfiguration() 154 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); in TestStreamTypeConfiguration() 157 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestStreamTypeConfiguration()
|
D | slesTestLoopUri.cpp | 149 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); in TestLoopUri() 197 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); in TestLoopUri() 200 res = (*player)->GetInterface(player, SL_IID_SEEK, (void*)&seekItf); in TestLoopUri() 203 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestLoopUri()
|
D | slesTestPlayUri.cpp | 152 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); in TestPlayUri() 199 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); in TestPlayUri() 202 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf); in TestPlayUri() 205 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestPlayUri()
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestSendToPresetReverb.cpp | 107 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); in TestSendToPresetReverb() 132 result = (*outputMix)->GetInterface(outputMix, SL_IID_PRESETREVERB, (void*)&reverbItf); in TestSendToPresetReverb() 210 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); in TestSendToPresetReverb() 213 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestSendToPresetReverb() 221 result = (*player)->GetInterface(player, SL_IID_EFFECTSEND, (void*)&effectSendItf); in TestSendToPresetReverb() 224 result = (*player)->GetInterface(player, SL_IID_SEEK, (void*)&seekItf); in TestSendToPresetReverb()
|
D | slesTestSawtoothBufferQueue.cpp | 138 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); in TestPlaySawtoothBufferQueue() 160 res = (*OutputMix)->GetInterface(OutputMix, SL_IID_VOLUME, in TestPlaySawtoothBufferQueue() 212 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); in TestPlaySawtoothBufferQueue() 216 res = (*player)->GetInterface(player, SL_IID_BUFFERQUEUE, in TestPlaySawtoothBufferQueue()
|
D | slesTestVirtualizerPath.cpp | 81 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); in TestVirtualizerPathFromFD() 155 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); in TestVirtualizerPathFromFD() 158 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestVirtualizerPathFromFD() 161 result = (*player)->GetInterface(player, SL_IID_VIRTUALIZER, (void*)&virtItf); in TestVirtualizerPathFromFD()
|
D | slesTestBassBoostPath.cpp | 80 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); in TestBassBoostPathFromFD() 154 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); in TestBassBoostPathFromFD() 157 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestBassBoostPathFromFD() 160 result = (*player)->GetInterface(player, SL_IID_BASSBOOST, (void*)&bbItf); in TestBassBoostPathFromFD()
|
D | slesTestPlayFdPath.cpp | 75 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); in TestPlayPathFromFD() 139 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); in TestPlayPathFromFD() 142 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestPlayPathFromFD()
|
D | slesTestRecBuffQueue.cpp | 176 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); in TestRecToBuffQueue() 225 result = (*recorder)->GetInterface(recorder, SL_IID_ANDROIDCONFIGURATION, (void*)&configItf); in TestRecToBuffQueue() 257 result = (*recorder)->GetInterface(recorder, SL_IID_RECORD, (void*)&recordItf); in TestRecToBuffQueue() 273 result = (*recorder)->GetInterface(recorder, SL_IID_ANDROIDSIMPLEBUFFERQUEUE, in TestRecToBuffQueue()
|
D | slesTestEqFdPath.cpp | 85 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); in TestEQPathFromFD() 159 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); in TestEQPathFromFD() 162 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestEQPathFromFD() 165 result = (*player)->GetInterface(player, SL_IID_EQUALIZER, (void*)&eqItf); in TestEQPathFromFD()
|
D | slesTestEqOutputPath.cpp | 87 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); in TestEQPathFromFD() 112 result = (*outputMix)->GetInterface(outputMix, SL_IID_EQUALIZER, (void*)&eqOutputItf); in TestEQPathFromFD() 166 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); in TestEQPathFromFD() 169 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestEQPathFromFD()
|
/frameworks/wilhelm/tests/ |
D | mimeUri_test.cpp | 126 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); in TestPlayUri() 172 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); in TestPlayUri() 175 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf); in TestPlayUri() 178 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestPlayUri()
|
/frameworks/wilhelm/tests/listening/ |
D | seekTorture.c | 45 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine); in main() 81 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay); in main() 84 result = (*playerObject)->GetInterface(playerObject, SL_IID_SEEK, &playerSeek); in main()
|
/frameworks/ex/variablespeed/jni/ |
D | variablespeed.cc | 221 OpenSL(audioPlayer, GetInterface, SL_IID_ANDROIDCONFIGURATION, &playerConfig); in setAudioStreamType() 547 OpenSL(engine, GetInterface, SL_IID_ENGINE, &engineInterface); in CreateAndRealizeEngine() 644 OpenSL(decoder, GetInterface, SL_IID_PLAY, &decoderPlay); in PlayFromThisSource() 647 OpenSL(decoder, GetInterface, SL_IID_PREFETCHSTATUS, &decoderPrefetch); in PlayFromThisSource() 648 OpenSL(decoder, GetInterface, SL_IID_SEEK, &decoderSeek); in PlayFromThisSource() 649 OpenSL(decoder, GetInterface, SL_IID_METADATAEXTRACTION, &decoderMetadata); in PlayFromThisSource() 650 OpenSL(decoder, GetInterface, SL_IID_ANDROIDSIMPLEBUFFERQUEUE, in PlayFromThisSource() 698 OpenSL(audioPlayer, GetInterface, SL_IID_PLAY, &audioPlayerPlay); in PlayFromThisSource() 699 OpenSL(audioPlayer, GetInterface, SL_IID_ANDROIDSIMPLEBUFFERQUEUE, in PlayFromThisSource()
|
/frameworks/wilhelm/tests/native-media/jni/ |
D | native-media-jni.c | 281 res = (*engineObject)->GetInterface(engineObject, XA_IID_ENGINE, &engineEngine); in Java_com_example_nativemedia_NativeMedia_createEngine() 400 res = (*playerObj)->GetInterface(playerObj, XA_IID_PLAY, &playerPlayItf); in Java_com_example_nativemedia_NativeMedia_createStreamingMediaPlayer() 404 res = (*playerObj)->GetInterface(playerObj, XA_IID_STREAMINFORMATION, &playerStreamInfoItf); in Java_com_example_nativemedia_NativeMedia_createStreamingMediaPlayer() 408 res = (*playerObj)->GetInterface(playerObj, XA_IID_VOLUME, &playerVolItf); in Java_com_example_nativemedia_NativeMedia_createStreamingMediaPlayer() 412 res = (*playerObj)->GetInterface(playerObj, XA_IID_ANDROIDBUFFERQUEUESOURCE, &playerBQItf); in Java_com_example_nativemedia_NativeMedia_createStreamingMediaPlayer()
|