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() {
  /system/connectivity/apmanager/
fake_config_adaptor.cc 83 uint16_t FakeConfigAdaptor::GetChannel() {
config.cc 233 config_str, "%s=%d\n", kHostapdConfigKeyChannel, GetChannel());
338 uint16_t Config::GetChannel() const {
339 return adaptor_->GetChannel();
385 if (GetChannel() >= 34) {
394 if (!device_->GetHTCapability(GetChannel(), &ht_cap)) {
405 if (GetChannel() >= 34) {
  /system/update_engine/
dbus_service.cc 94 bool DBusUpdateEngineService::GetChannel(ErrorPtr* error,
97 return common_->GetChannel(error, in_get_current_channel, out_channel);
binder_service_brillo.cc 111 Status BinderUpdateEngineBrilloService::GetChannel(bool get_current_channel,
115 &UpdateEngineService::GetChannel, get_current_channel, &channel_string);
common_service.cc 180 bool UpdateEngineService::GetChannel(ErrorPtr* /* error */,
  /external/webrtc/webrtc/p2p/base/
transport.cc 205 TransportChannelImpl* Transport::GetChannel(int component) {
334 TransportChannelImpl* channel = GetChannel(candidate.component());
  /system/connectivity/apmanager/dbus/
config_dbus_adaptor.cc 154 uint16_t ConfigDBusAdaptor::GetChannel() {
155 return ConfigAdaptor::GetChannel();
  /system/update_engine/client_library/
client_binder.cc 201 if (!service_->GetChannel(false, &out_as_string16).isOk())
208 bool BinderUpdateEngineClient::GetChannel(string* out_channel) const {
211 if (!service_->GetChannel(true, &out_as_string16).isOk())
client_dbus.cc 217 return proxy_->GetChannel(false, // Get the target channel.
222 bool DBusUpdateEngineClient::GetChannel(string* out_channel) const {
223 return proxy_->GetChannel(true, // Get the current channel.
  /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 2192 milliseconds