HomeSort by relevance Sort by last modified time
    Searched refs:GetInterface (Results 151 - 175 of 273) sorted by null

1 2 3 4 5 67 8 91011

  /external/chromium_org/components/pdf/renderer/
ppb_pdf_impl.cc 348 const PPB_PDF* PPB_PDF_Impl::GetInterface() {
  /external/chromium_org/third_party/webrtc/video_engine/
vie_base_impl.cc 36 ViEBase* ViEBase::GetInterface(VideoEngine* video_engine) {
vie_capture_impl.cc 30 ViECapture* ViECapture::GetInterface(VideoEngine* video_engine) {
vie_render_impl.cc 31 ViERender* ViERender::GetInterface(VideoEngine* video_engine) {
vie_channel_manager.cc 294 sync_interface = VoEVideoSync::GetInterface(voice_engine);
vie_codec_impl.cc 88 ViECodec* ViECodec::GetInterface(VideoEngine* video_engine) {
  /art/runtime/mirror/
class.cc 371 method = iftable->GetInterface(i)->FindDeclaredVirtualMethod(name, signature);
389 method = iftable->GetInterface(i)->FindDeclaredVirtualMethod(name, signature);
407 method = iftable->GetInterface(i)->FindDeclaredVirtualMethod(dex_cache, dex_method_idx);
art_method.cc 128 Class* interface = iftable->GetInterface(i);
class-inl.h 201 if (iftable->GetInterface(i) == klass) {
354 if (iftable->GetInterface(i) == declaring_class) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdosys.h 451 virtual HRESULT WINAPI GetInterface(BSTR Interface,IDispatch **ppUnknown) = 0;
519 HRESULT (WINAPI *GetInterface)(IMessage *This,BSTR Interface,IDispatch **ppUnknown);
    [all...]
cdoex.h 657 virtual HRESULT WINAPI GetInterface(BSTR Interface,IDispatch **ppUnknown) = 0;
    [all...]
adhoc.h 212 STDMETHOD_(HRESULT,GetInterface)(THIS_ IDot11AdHocInterface **pAdHocInterface) PURE;
231 #define IDot11AdHocNetwork_GetInterface(This,pAdHocInterface) (This)->lpVtbl->GetInterface(This,pAdHocInterface)
comip.h 37 static _Interface& GetInterface() throw() { return *GetInterfacePtr(); }
  /external/chromium_org/chromeos/dbus/
shill_client_unittest_base.cc 371 EXPECT_EQ(interface_name_, method_call->GetInterface());
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_file_impl.cc 25 VoEFile* VoEFile::GetInterface(VoiceEngine* voiceEngine)
voe_hardware_impl.cc 23 VoEHardware* VoEHardware::GetInterface(VoiceEngine* voiceEngine)
voe_volume_control_impl.cc 23 VoEVolumeControl* VoEVolumeControl::GetInterface(VoiceEngine* voiceEngine)
voe_codec_impl.cc 23 VoECodec* VoECodec::GetInterface(VoiceEngine* voiceEngine)
voe_rtp_rtcp_impl.cc 24 VoERTP_RTCP* VoERTP_RTCP::GetInterface(VoiceEngine* voiceEngine)
  /external/chromium_org/dbus/
message.cc 261 AppendStringHeader("interface", GetInterface(), &headers);
316 std::string Message::GetInterface() {
object_manager.cc 268 const std::string interface = signal->GetInterface();
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
framedrop_primitives.cc 212 webrtc::ViEImageProcess::GetInterface(video_engine_interface);
  /art/runtime/
class_linker.cc     [all...]
  /external/chromium_org/chrome/browser/password_manager/
native_backend_kwallet_x_unittest.cc 421 EXPECT_EQ("org.kde.KLauncher", method_call->GetInterface());
461 EXPECT_EQ("org.kde.KWallet", method_call->GetInterface());
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 511 if GetInterface(IID, Obj) then
677 if GetInterface(IID, Obj) then

Completed in 3046 milliseconds

1 2 3 4 5 67 8 91011