HomeSort by relevance Sort by last modified time
    Searched defs:GetChannel (Results 1 - 13 of 13) sorted by null

  /external/webrtc/webrtc/voice_engine/
channel_manager.cc 76 ChannelOwner ChannelManager::GetChannel(int32_t channel_id) {
142 Channel* ChannelManager::Iterator::GetChannel() {
  /frameworks/native/libs/vr/libpdx/private/pdx/
client.h 125 ClientChannel* GetChannel() const { return channel_.get(); }
service.h 303 std::shared_ptr<Channel> GetChannel() const;
311 std::shared_ptr<C> GetChannel() const {
312 return std::static_pointer_cast<C>(GetChannel());
403 * properly designed service; Message::GetChannel() should be used instead
410 std::shared_ptr<Channel> GetChannel(int channel_id) const;
582 * Service::{GetChannel,SetChannel,CloseChannel,PushChannel}() or
  /external/webrtc/webrtc/p2p/base/
transport.cc 205 TransportChannelImpl* Transport::GetChannel(int component) {
334 TransportChannelImpl* channel = GetChannel(candidate.component());
  /system/update_engine/
binder_service_brillo.cc 111 Status BinderUpdateEngineBrilloService::GetChannel(bool get_current_channel,
115 &UpdateEngineService::GetChannel, get_current_channel, &channel_string);
dbus_service.cc 95 bool DBusUpdateEngineService::GetChannel(ErrorPtr* error,
98 return common_->GetChannel(error, in_get_current_channel, out_channel);
common_service.cc 181 bool UpdateEngineService::GetChannel(ErrorPtr* /* error */,
  /system/update_engine/client_library/
client_binder.cc 212 if (!service_->GetChannel(false, &out_as_string16).isOk())
219 bool BinderUpdateEngineClient::GetChannel(string* out_channel) const {
222 if (!service_->GetChannel(true, &out_as_string16).isOk())
client_dbus.cc 222 return proxy_->GetChannel(false, // Get the target channel.
227 bool DBusUpdateEngineClient::GetChannel(string* out_channel) const {
228 return proxy_->GetChannel(true, // Get the current channel.
  /frameworks/native/libs/vr/libpdx/
service.cpp 436 std::shared_ptr<Channel> Message::GetChannel() const { return channel_.lock(); }
506 std::shared_ptr<Channel> Service::GetChannel(int channel_id) const {
507 PDX_TRACE_NAME("Service::GetChannel");
  /external/webrtc/talk/app/webrtc/
webrtcsession.cc     [all...]
  /external/webrtc/talk/media/base/
fakemediaengine.h 744 FakeVoiceMediaChannel* GetChannel(size_t index) {
805 FakeVideoMediaChannel* GetChannel(size_t index) {
866 return voice_.GetChannel(index);
869 return video_.GetChannel(index);
924 FakeDataMediaChannel* GetChannel(size_t index) {
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 238 function GetChannel: Integer;
257 property Channel: Integer read GetChannel write SetChannel;
516 function GetChannel: Integer;
618 property Channel: Integer read GetChannel write SetChannel;
665 function GetChannel: Integer;
678 property Channel: Integer read GetChannel write SetChannel;
    [all...]

Completed in 297 milliseconds