Searched refs:GetInterface (Results 101 - 125 of 129) sorted by relevance

123456

/external/chromium_org/ppapi/proxy/
H A Dppapi_proxy_test.h67 // Implementation of GetInterface for the dispatcher. This will
70 const void* GetInterface(const char* name);
89 // Stores the data for GetInterface/RegisterTestInterface.
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_base_impl.cc36 ViEBase* ViEBase::GetInterface(VideoEngine* video_engine) { function in class:webrtc::ViEBase
H A Dvie_capture_impl.cc30 ViECapture* ViECapture::GetInterface(VideoEngine* video_engine) { function in class:webrtc::ViECapture
H A Dvie_render_impl.cc31 ViERender* ViERender::GetInterface(VideoEngine* video_engine) { function in class:webrtc::ViERender
H A Dvie_channel_manager.cc294 sync_interface = VoEVideoSync::GetInterface(voice_engine);
H A Dvie_codec_impl.cc76 ViECodec* ViECodec::GetInterface(VideoEngine* video_engine) { function in class:webrtc::ViECodec
H A Dvie_rtp_rtcp_impl.cc77 ViERTP_RTCP* ViERTP_RTCP::GetInterface(VideoEngine* video_engine) { function in class:webrtc::ViERTP_RTCP
/external/chromium_org/chrome/renderer/pepper/
H A Dppb_pdf_impl.cc460 const PPB_PDF* PPB_PDF_Impl::GetInterface() { return &ppb_pdf; } function in class:PPB_PDF_Impl
/external/chromium_org/chromeos/dbus/
H A Dshill_client_unittest_base.cc374 EXPECT_EQ(interface_name_, method_call->GetInterface());
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_file_impl.cc25 VoEFile* VoEFile::GetInterface(VoiceEngine* voiceEngine) function in class:webrtc::VoEFile
H A Dvoe_hardware_impl.cc23 VoEHardware* VoEHardware::GetInterface(VoiceEngine* voiceEngine) function in class:webrtc::VoEHardware
H A Dvoe_volume_control_impl.cc23 VoEVolumeControl* VoEVolumeControl::GetInterface(VoiceEngine* voiceEngine) function in class:webrtc::VoEVolumeControl
H A Dvoe_codec_impl.cc23 VoECodec* VoECodec::GetInterface(VoiceEngine* voiceEngine) function in class:webrtc::VoECodec
H A Dvoe_rtp_rtcp_impl.cc24 VoERTP_RTCP* VoERTP_RTCP::GetInterface(VoiceEngine* voiceEngine) function in class:webrtc::VoERTP_RTCP
H A Dvoe_audio_processing_impl.cc47 VoEAudioProcessing* VoEAudioProcessing::GetInterface(VoiceEngine* voiceEngine) { function in class:webrtc::VoEAudioProcessing
H A Dvoe_base_impl.cc31 VoEBase* VoEBase::GetInterface(VoiceEngine* voiceEngine) function in class:webrtc::VoEBase
/external/chromium_org/dbus/
H A Dmessage.cc261 AppendStringHeader("interface", GetInterface(), &headers);
316 std::string Message::GetInterface() { function in class:dbus::Message
H A Dbus.cc1096 signal->GetInterface() != DBUS_INTERFACE_DBUS ||
/external/chromium_org/chrome/browser/devtools/device/usb/
H A Dandroid_usb_browsertest.cc204 virtual scoped_refptr<const UsbInterfaceDescriptor> GetInterface(
/external/chromium_org/components/usb_service/
H A Dusb_device_handle_impl.cc608 interfaces_->GetInterface(it->first)
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
H A Dframedrop_primitives.cc212 webrtc::ViEImageProcess::GetInterface(video_engine_interface);
/external/chromium_org/chrome/browser/password_manager/
H A Dnative_backend_kwallet_x_unittest.cc413 EXPECT_EQ("org.kde.KLauncher", method_call->GetInterface());
453 EXPECT_EQ("org.kde.KWallet", method_call->GetInterface());
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas511 if GetInterface(IID, Obj) then
677 if GetInterface(IID, Obj) then
/external/chromium_org/extensions/browser/api/usb/
H A Dusb_api.cc762 config->GetInterface(i));
/external/chromium_org/chrome/renderer/
H A Dchrome_content_renderer_client.cc1360 return PPB_PDF_Impl::GetInterface();

Completed in 843 milliseconds

123456