Searched defs:GetChannel (Results 1 - 24 of 24) sorted by last modified time

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dchannel_manager.cc74 ChannelOwner ChannelManager::GetChannel(int32_t channel_id) { function in class:webrtc::voe::ChannelManager
131 Channel* ChannelManager::Iterator::GetChannel() { function in class:webrtc::voe::ChannelManager::Iterator
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsession.cc71 TransportChannel* TransportProxy::GetChannel(int component) { function in class:cricket::TransportProxy
79 ASSERT(GetChannel(component) == NULL);
103 TransportChannel* channel = GetChannel(component);
208 TransportChannelImpl* impl = transport_->get()->GetChannel(component);
534 TransportChannel* BaseSession::GetChannel(const std::string& content_name, function in class:cricket::BaseSession
540 return transproxy->GetChannel(component);
H A Dsession_unittest.cc975 session->GetChannel(content_name, component);
979 cricket::TransportChannel* GetChannel(const std::string& content_name, function in class:TestClient
982 return session->GetChannel(content_name, component);
H A Dtransport.cc279 TransportChannelImpl* Transport::GetChannel(int component) { function in class:cricket::Transport
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakemediaengine.h789 FakeVoiceMediaChannel* GetChannel(size_t index) { function in class:cricket::FakeVoiceEngine
906 FakeVideoMediaChannel* GetChannel(size_t index) { function in class:cricket::FakeVideoEngine
978 return voice_.GetChannel(index);
981 return video_.GetChannel(index);
1056 FakeDataMediaChannel* GetChannel(size_t index) { function in class:cricket::FakeDataEngine
/external/chromium_org/ppapi/generators/
H A Didl_release.py243 def GetChannel(self, release): member in class:IDLReleaseMap
/external/chromium_org/content/renderer/
H A Drender_thread_impl.cc740 IPC::SyncChannel* RenderThreadImpl::GetChannel() { function in class:content::RenderThreadImpl
/external/chromium_org/components/metrics/
H A Dtest_metrics_service_client.cc40 SystemProfileProto::Channel TestMetricsServiceClient::GetChannel() { function in class:metrics::TestMetricsServiceClient
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.cc1600 IPC::ChannelProxy* RenderProcessHostImpl::GetChannel() { function in class:content::RenderProcessHostImpl
/external/chromium_org/content/child/npapi/
H A Dnp_channel_base.cc64 NPChannelBase* NPChannelBase::GetChannel( function in class:content::NPChannelBase
/external/chromium_org/content/public/test/
H A Dmock_render_process_host.cc186 IPC::ChannelProxy* MockRenderProcessHost::GetChannel() { function in class:content::MockRenderProcessHost
H A Dmock_render_thread.cc69 IPC::SyncChannel* MockRenderThread::GetChannel() { function in class:content::MockRenderThread
/external/chromium_org/chrome/common/
H A Dchrome_version_info_android.cc15 switch (GetChannel()) {
22 NOTREACHED() << "Unknown channel " << GetChannel();
27 VersionInfo::Channel VersionInfo::GetChannel() { function in class:chrome::VersionInfo
H A Dchrome_version_info_chromeos.cc31 VersionInfo::Channel VersionInfo::GetChannel() { function in class:chrome::VersionInfo
H A Dchrome_version_info_posix.cc57 VersionInfo::Channel VersionInfo::GetChannel() { function in class:chrome::VersionInfo
H A Dchrome_version_info_win.cc41 VersionInfo::Channel VersionInfo::GetChannel() { function in class:chrome::VersionInfo
/external/chromium_org/chromecast/metrics/
H A Dcast_metrics_service_client.cc65 ::metrics::SystemProfileProto::Channel CastMetricsServiceClient::GetChannel() { function in class:chromecast::metrics::CastMetricsServiceClient
/external/chromium_org/chromeos/dbus/
H A Dfake_update_engine_client.cc74 void FakeUpdateEngineClient::GetChannel(bool get_current_channel, function in class:chromeos::FakeUpdateEngineClient
/external/chromium_org/components/component_updater/test/
H A Dtest_configurator.cc84 std::string TestConfigurator::GetChannel() const { function in class:component_updater::TestConfigurator
/external/chromium_org/chrome/browser/metrics/
H A Dchrome_metrics_service_client.cc190 metrics::SystemProfileProto::Channel ChromeMetricsServiceClient::GetChannel() { function in class:ChromeMetricsServiceClient
191 return AsProtobufChannel(chrome::VersionInfo::GetChannel());
/external/chromium_org/chrome/browser/services/gcm/
H A Dgcm_desktop_utils.cc45 GCMClient::ChromeChannel GetChannel() { function in namespace:gcm::__anon4648
46 chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
72 chrome_build_info.channel = GetChannel();
/external/chromium_org/chrome/browser/ui/webui/help/
H A Dversion_updater_chromeos.cc169 void VersionUpdaterCros::GetChannel(bool get_current_channel, function in class:VersionUpdaterCros
175 update_engine_client->GetChannel(get_current_channel, cb);
/external/chromium_org/chrome/browser/component_updater/
H A Dchrome_component_updater_configurator.cc126 virtual std::string GetChannel() const OVERRIDE;
235 std::string ChromeConfigurator::GetChannel() const { function in class:component_updater::__anon3495::ChromeConfigurator
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas238 function GetChannel: Integer; function
257 property Channel: Integer read GetChannel write SetChannel;
516 function GetChannel: Integer; function
618 property Channel: Integer read GetChannel write SetChannel;
665 function GetChannel: Integer; function
678 property Channel: Integer read GetChannel write SetChannel;
1824 function GetChannel: Integer;
1864 function GetChannel: Integer; virtual;
1908 function GetChannel: Integer; virtual;
3708 function TRecognizerSharedState.GetChannel
[all...]

Completed in 532 milliseconds