Searched refs:GetInterface (Results 1 - 25 of 46) sorted by relevance

12

/frameworks/wilhelm/tests/sandbox/
H A Doutputmix.c39 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine);
66 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_OBJECT, &outputMixObject2);
71 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_OUTPUTMIX,
79 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_OBJECT, &outputMixObject2);
83 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_DYNAMICINTERFACEMANAGEMENT,
91 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_OUTPUTMIX,
96 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_ENVIRONMENTALREVERB,
100 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_EQUALIZER,
104 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_PRESETREVERB,
108 result = (*outputMixObject)->GetInterface(outputMixObjec
[all...]
H A Ddim.c45 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine);
55 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_DYNAMICINTERFACEMANAGEMENT,
65 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_DYNAMICINTERFACEMANAGEMENT,
76 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_ENVIRONMENTALREVERB,
87 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_ENVIRONMENTALREVERB,
98 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_ENVIRONMENTALREVERB,
119 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_ENVIRONMENTALREVERB,
128 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_ENVIRONMENTALREVERB,
136 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_PLAY, &outputMixPlay);
145 result = (*outputMixObject)->GetInterface(outputMixObjec
[all...]
H A Ddual.c43 printf("GetInterface for XA_IID_ENGINE\n");
45 xaResult = (*xaEngineObject)->GetInterface(xaEngineObject, XA_IID_ENGINE, &xaEngineEngine);
60 printf("GetInterface for SL_IID_ENGINE\n");
62 slResult = (*slEngineObject)->GetInterface(slEngineObject, SL_IID_ENGINE, &slEngineEngine);
H A Durimime.c46 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine);
106 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
111 result = (*playerObject)->GetInterface(playerObject, SL_IID_BUFFERQUEUE, &playerBufferQueue);
116 result = (*playerObject)->GetInterface(playerObject, SL_IID_ANDROIDSIMPLEBUFFERQUEUE,
H A Dmultiplay.c155 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine);
168 result = (*mixObject)->GetInterface(mixObject, SL_IID_VOLUME, &mixVolume);
197 result = (*p->mPlayerObject)->GetInterface(p->mPlayerObject, SL_IID_PLAY, &p->mPlayerPlay);
199 result = (*p->mPlayerObject)->GetInterface(p->mPlayerObject, SL_IID_VOLUME,
202 result = (*p->mPlayerObject)->GetInterface(p->mPlayerObject, SL_IID_SEEK, &p->mPlayerSeek);
204 result = (*p->mPlayerObject)->GetInterface(p->mPlayerObject, SL_IID_PREFETCHSTATUS,
H A Dintbufq.c92 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine);
132 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
135 result = (*playerObject)->GetInterface(playerObject, IID_BUFFERQUEUE, &playerBufferqueue);
138 result = (*playerObject)->GetInterface(playerObject, SL_IID_MUTESOLO, &playerMuteSolo);
H A Dreverb.c316 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine);
340 result = (*mixObject)->GetInterface(mixObject, SL_IID_PRESETREVERB, &outputMixPresetReverb);
366 result = (*mixObject)->GetInterface(mixObject, SL_IID_ENVIRONMENTALREVERB,
440 result = (*playerObject)->GetInterface(playerObject, SL_IID_EFFECTSEND, &playerEffectSend);
521 result = (*playerObject)->GetInterface(playerObject, SL_IID_PRESETREVERB,
548 result = (*playerObject)->GetInterface(playerObject, SL_IID_ENVIRONMENTALREVERB,
590 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
595 result = (*playerObject)->GetInterface(playerObject, SL_IID_PREFETCHSTATUS,
635 result = (*playerObject)->GetInterface(playerObject, SL_IID_SEEK, &playerSeek);
H A Dplaybq.c247 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine);
263 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_ENVIRONMENTALREVERB,
315 result = (*playerObject)->GetInterface(playerObject, SL_IID_EFFECTSEND, &playerEffectSend);
326 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAYBACKRATE,
366 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
371 result = (*playerObject)->GetInterface(playerObject, SL_IID_BUFFERQUEUE,
H A Dmultithread.c79 result = (*myPlayerObject)->GetInterface(myPlayerObject, SL_IID_PLAY, &playerPlay);
118 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine);
H A Dxa.c35 printf("GetInterface for ENGINE\n");
37 result = (*engineObject)->GetInterface(engineObject, XA_IID_ENGINE, &engineEngine);
110 printf("GetInterface for PLAY\n");
112 result = (*playerObject)->GetInterface(playerObject, XA_IID_PLAY, &playerPlay);
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayUri2.cpp89 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
154 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
156 result = (*player)->GetInterface(player2, SL_IID_PLAY, (void*)&playItf2);
159 result = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf);
161 result = (*player2)->GetInterface(player2, SL_IID_VOLUME, (void*)&volItf2);
164 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
166 result = (*player2)->GetInterface(player2, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf2);
H A DslesTestLoopUri.cpp149 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
197 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
200 res = (*player)->GetInterface(player, SL_IID_SEEK, (void*)&seekItf);
203 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
H A DslesTestPlayStreamType.cpp76 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
136 result = (*player)->GetInterface(player, SL_IID_ANDROIDCONFIGURATION, (void*)&configItf);
154 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
157 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
H A DslesTestPlayUri.cpp152 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
199 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
202 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf);
205 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
H A DslesTest_playStates.cpp74 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
132 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
135 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
138 result = (*player)->GetInterface(player, SL_IID_MUTESOLO, (void*)&muteSoloItf);
/frameworks/wilhelm/tests/listening/
H A DseekTorture.c45 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine);
81 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
84 result = (*playerObject)->GetInterface(playerObject, SL_IID_SEEK, &playerSeek);
/frameworks/wilhelm/tests/examples/
H A DslesTestSendToPresetReverb.cpp107 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
132 result = (*outputMix)->GetInterface(outputMix, SL_IID_PRESETREVERB, (void*)&reverbItf);
210 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
213 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
221 result = (*player)->GetInterface(player, SL_IID_EFFECTSEND, (void*)&effectSendItf);
224 result = (*player)->GetInterface(player, SL_IID_SEEK, (void*)&seekItf);
H A DslesTestEffectCapabilities.cpp105 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
109 result = (*sl)->GetInterface(sl, SL_IID_ANDROIDEFFECTCAPABILITIES, (void*)&EffectLibItf);
H A DslesTestBassBoostPath.cpp80 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
154 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
157 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
160 result = (*player)->GetInterface(player, SL_IID_BASSBOOST, (void*)&bbItf);
H A DslesTestSawtoothBufferQueue.cpp138 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
160 res = (*OutputMix)->GetInterface(OutputMix, SL_IID_VOLUME,
212 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
214 fprintf(stdout, "bufferQueue example: after GetInterface(PLAY)\n");
216 res = (*player)->GetInterface(player, SL_IID_BUFFERQUEUE,
H A DslesTestVirtualizerPath.cpp81 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
155 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
158 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
161 result = (*player)->GetInterface(player, SL_IID_VIRTUALIZER, (void*)&virtItf);
H A DslesTestEqFdPath.cpp85 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
159 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
162 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
165 result = (*player)->GetInterface(player, SL_IID_EQUALIZER, (void*)&eqItf);
H A DslesTestEqOutputPath.cpp87 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
112 result = (*outputMix)->GetInterface(outputMix, SL_IID_EQUALIZER, (void*)&eqOutputItf);
166 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
169 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);
H A DslesTestRecBuffQueue.cpp173 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
222 result = (*recorder)->GetInterface(recorder, SL_IID_ANDROIDCONFIGURATION, (void*)&configItf);
254 result = (*recorder)->GetInterface(recorder, SL_IID_RECORD, (void*)&recordItf);
270 result = (*recorder)->GetInterface(recorder, SL_IID_ANDROIDSIMPLEBUFFERQUEUE,
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp126 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
172 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
175 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf);
178 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf);

Completed in 1857 milliseconds

12