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

1 2 3 4 5 6 7

  /external/chromium_org/chrome/renderer/pepper/
ppb_nacl_private_impl.h 15 static const PPB_NaCl_Private* GetInterface();
ppb_pdf_impl.h 16 static const PPB_PDF* GetInterface();
  /external/chromium_org/content/renderer/pepper/
ppb_gpu_blacklist_private_impl.h 14 static const PPB_GpuBlacklist_Private* GetInterface();
ppb_proxy_impl.h 14 static const PPB_Proxy_Private* GetInterface();
ppb_uma_private_impl.h 14 static const PPB_UMA_Private* GetInterface();
ppb_gpu_blacklist_private_impl.cc 33 const PPB_GpuBlacklist_Private* PPB_GpuBlacklist_Private_Impl::GetInterface() {
ppb_proxy_impl.cc 73 const PPB_Proxy_Private* PPB_Proxy_Impl::GetInterface() {
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.h 16 static const PPB_OpenGLES2* GetInterface();
  /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,
  /external/chromium_org/ppapi/thunk/
interfaces_legacy.h 14 PPB_GpuBlacklist_Private_Impl::GetInterface())
16 ::ppapi::PPB_OpenGLES2_Shared::GetInterface())
32 LEGACY_IFACE(PPB_PROXY_PRIVATE_INTERFACE, PPB_Proxy_Impl::GetInterface())
33 LEGACY_IFACE(PPB_UMA_PRIVATE_INTERFACE, PPB_UMA_Private_Impl::GetInterface())
  /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);
  /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...]
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
module_instance.cc 50 const void* GetInterface(const char* interface_name) {
156 const void* ppp = PluginInterfaceTable::Get()->GetInterface(interface_name);
  /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);
  /art/runtime/mirror/
iftable.h 27 Class* GetInterface(int32_t i) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_linux_unittest.cc 121 if (method_call->GetInterface() == "org.freedesktop.NetworkManager" &&
141 if (method_call->GetInterface() == DBUS_INTERFACE_PROPERTIES &&
156 } else if (method_call->GetInterface() ==
177 if (method_call->GetInterface() == DBUS_INTERFACE_PROPERTIES &&
  /external/chromium_org/media/audio/android/
opensles_input.cc 176 LOG_ON_FAILURE_AND_RETURN(engine_object_->GetInterface(engine_object_.Get(),
217 recorder_object_->GetInterface(recorder_object_.Get(),
237 recorder_object_->GetInterface(recorder_object_.Get(),
244 recorder_object_->GetInterface(recorder_object_.Get(),
opensles_output.cc 156 engine_object_->GetInterface(engine_object_.Get(),
212 player_object_->GetInterface(player_object_.Get(),
231 player_object_->GetInterface(player_object_.Get(), SL_IID_PLAY, &player_),
236 player_object_->GetInterface(player_object_.Get(),
  /external/chromium_org/ppapi/proxy/
ppb_message_loop_proxy.h 102 static const PPB_MessageLoop_1_0* GetInterface();

Completed in 436 milliseconds

1 2 3 4 5 6 7