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

1 2 3 4 5

  /external/chromium_org/ppapi/cpp/private/
platform_verification.cc 26 inline const PPB_PlatformVerification_Private_0_2* GetInterface() {
34 PassRefFromConstructor(GetInterface()->Create(instance.pp_instance()));
49 return GetInterface()->ChallengePlatform(
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_neteq_stats_impl.cc 22 VoENetEqStats* VoENetEqStats::GetInterface(VoiceEngine* voiceEngine)
voe_external_media_impl.cc 23 VoEExternalMedia* VoEExternalMedia::GetInterface(VoiceEngine* voiceEngine)
voe_network_impl.cc 23 VoENetwork* VoENetwork::GetInterface(VoiceEngine* voiceEngine)
voe_dtmf_impl.cc 23 VoEDtmf* VoEDtmf::GetInterface(VoiceEngine* voiceEngine)
voe_file_impl.cc 25 VoEFile* VoEFile::GetInterface(VoiceEngine* voiceEngine)
voe_video_sync_impl.cc 21 VoEVideoSync* VoEVideoSync::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)
voe_audio_processing_impl.cc 47 VoEAudioProcessing* VoEAudioProcessing::GetInterface(VoiceEngine* voiceEngine) {
    [all...]
  /external/chromium_org/content/renderer/pepper/
ppb_proxy_impl.cc 68 const PPB_Proxy_Private* PPB_Proxy_Impl::GetInterface() { return &ppb_proxy; }
  /external/chromium_org/mojo/examples/pepper_container_app/
plugin_module.cc 22 const void* GetInterface(const char* name) {
104 &GetInterface);
  /external/chromium_org/third_party/webrtc/video_engine/
vie_external_codec_impl.cc 24 ViEExternalCodec* ViEExternalCodec::GetInterface(VideoEngine* video_engine) {
vie_network_impl.cc 30 ViENetwork* ViENetwork::GetInterface(VideoEngine* video_engine) {
vie_render_impl.cc 31 ViERender* ViERender::GetInterface(VideoEngine* 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_image_process_impl.cc 26 ViEImageProcess* ViEImageProcess::GetInterface(VideoEngine* video_engine) {
vie_codec_impl.cc 76 ViECodec* ViECodec::GetInterface(VideoEngine* video_engine) {
  /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);
  /external/chromium_org/components/usb_service/
usb_interface_impl.cc 164 UsbConfigDescriptorImpl::GetInterface(size_t index) const {
  /external/chromium_org/ppapi/proxy/
ppb_message_loop_proxy.cc 273 const PPB_MessageLoop_1_0* PPB_MessageLoop_Proxy::GetInterface() {
  /external/chromium_org/chrome/renderer/pepper/
ppb_pdf_impl.cc 460 const PPB_PDF* PPB_PDF_Impl::GetInterface() { return &ppb_pdf; }

Completed in 353 milliseconds

1 2 3 4 5