HomeSort by relevance Sort by last modified time
    Searched refs:GetInterface (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /frameworks/wilhelm/tests/sandbox/
outputmix.c 39 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(outputMixObject, SL_IID_VIRTUALIZER
    [all...]
dim.c 45 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(outputMixObject, SL_IID_PLAY, &outputMixPlay)
    [all...]
dual.c 43 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);
urimime.c 46 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,
multiplay.c 155 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,
intbufq.c 92 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);
reverb.c 316 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);
multithread.c 79 result = (*myPlayerObject)->GetInterface(myPlayerObject, SL_IID_PLAY, &playerPlay);
118 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine);
xa.c 35 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);
  /external/expat/amiga/
launch.c 42 IExpat = (struct ExpatIFace*)IExec->GetInterface(ExpatBase, "main", 1, NULL);
  /frameworks/wilhelm/tests/mimeUri/
slesTestPlayUri2.cpp 89 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);
slesTestLoopUri.cpp 149 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);
slesTestPlayStreamType.cpp 76 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);
slesTestPlayUri.cpp 152 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);
slesTest_playStates.cpp 74 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);
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 165 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine);
185 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_ENVIRONMENTALREVERB,
230 result = (*bqPlayerObject)->GetInterface(bqPlayerObject, SL_IID_PLAY, &bqPlayerPlay);
235 result = (*bqPlayerObject)->GetInterface(bqPlayerObject, SL_IID_BUFFERQUEUE,
246 result = (*bqPlayerObject)->GetInterface(bqPlayerObject, SL_IID_EFFECTSEND,
253 result = (*bqPlayerObject)->GetInterface(bqPlayerObject, SL_IID_MUTESOLO, &bqPlayerMuteSolo);
259 result = (*bqPlayerObject)->GetInterface(bqPlayerObject, SL_IID_VOLUME, &bqPlayerVolume);
313 result = (*uriPlayerObject)->GetInterface(uriPlayerObject, SL_IID_PLAY, &uriPlayerPlay);
318 result = (*uriPlayerObject)->GetInterface(uriPlayerObject, SL_IID_SEEK, &uriPlayerSeek);
323 result = (*uriPlayerObject)->GetInterface(uriPlayerObject, SL_IID_MUTESOLO, &uriPlayerMuteSolo)
    [all...]
  /frameworks/wilhelm/tests/listening/
seekTorture.c 45 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/
slesTestSendToPresetReverb.cpp 107 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);
slesTestEffectCapabilities.cpp 105 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
109 result = (*sl)->GetInterface(sl, SL_IID_ANDROIDEFFECTCAPABILITIES, (void*)&EffectLibItf);
slesTestBassBoostPath.cpp 80 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);
slesTestSawtoothBufferQueue.cpp 138 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,
slesTestVirtualizerPath.cpp 81 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);
  /external/wpa_supplicant_8/wpa_supplicant/examples/
dbus-listen-preq.py 51 path = wpas.GetInterface(ifname)
wpas-dbus-new-getall.py 23 path = wpas.GetInterface(ifname)
  /frameworks/wilhelm/tests/
mimeUri_test.cpp 126 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 139 milliseconds

1 2 3 4