Searched defs:channel_id (Results 51 - 69 of 69) sorted by relevance

123

/external/chromium_org/third_party/boringssl/src/ssl/
H A Ds3_srvr.c502 char channel_id = 0; local
504 channel_id = s->s3->tlsext_channel_id_valid;
515 else if (channel_id)
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine_unittest.cc189 int channel_id = voe_.GetLastChannel(); local
213 EXPECT_FALSE(voe_.WasSendTelephoneEventCalled(channel_id, 2, 123));
215 EXPECT_TRUE(voe_.WasSendTelephoneEventCalled(channel_id, 2, 123));
223 EXPECT_FALSE(voe_.WasSendTelephoneEventCalled(channel_id, 4, 145));
227 EXPECT_TRUE(voe_.WasSendTelephoneEventCalled(channel_id, 4, 145));
H A Dfakewebrtcvideoengine.h349 int channel_id() const { return channel_id_; } function in class:cricket::FakeWebRtcVideoEngine::Capturer
350 void set_channel_id(int channel_id) { channel_id_ = channel_id; } argument
420 int GetIncomingFrameNum(int channel_id) const {
424 if (capturer->channel_id() == channel_id) {
461 return capturers_.find(capture_id)->second->channel_id();
H A Dwebrtcvoiceengine.cc1542 int channel_id = -1; local
1545 bool found_channel = FindChannelNumFromSsrc(ssrc, direction, &channel_id);
1577 RegisterExternalMediaProcessing(channel_id,
1581 << channel_id;
1586 channel_id,
1622 int channel_id = -1; local
1625 &channel_id);
1627 deregister_id = channel_id;
2330 int channel_id, const std::vector<RtpHeaderExtension>& extensions) {
2334 &webrtc::VoERTP_RTCP::SetReceiveAudioLevelIndicationStatus, channel_id,
2329 SetChannelRecvRtpHeaderExtensions( int channel_id, const std::vector<RtpHeaderExtension>& extensions) argument
2375 SetChannelSendRtpHeaderExtensions( int channel_id, const std::vector<RtpHeaderExtension>& extensions) argument
3674 SetHeaderExtension(ExtensionSetterFunction setter, int channel_id, const RtpHeaderExtension* extension) argument
[all...]
H A Dwebrtcvideoengine.cc183 WebRtcRenderAdapter(VideoRenderer* renderer, int channel_id) argument
185 channel_id_(channel_id),
516 explicit WebRtcVideoChannelRecvInfo(int channel_id) argument
517 : channel_id_(channel_id),
518 render_adapter_(NULL, channel_id),
519 decoder_observer_(channel_id) {
521 int channel_id() { return channel_id_; } function in class:cricket::WebRtcVideoChannelRecvInfo
595 WebRtcVideoChannelSendInfo(int channel_id, int capture_id, argument
598 : channel_id_(channel_id),
603 encoder_observer_(channel_id),
610 int channel_id() const { return channel_id_; } function in class:cricket::WebRtcVideoChannelSendInfo
1711 int channel_id = it->second->channel_id(); local
1731 int channel_id = iter->second->channel_id(); local
1795 const int channel_id = send_channel->channel_id(); local
1905 int channel_id = kChannelIdUnset; local
1963 int channel_id = send_channel->channel_id(); local
2020 int channel_id = kChannelIdUnset; local
2059 MaybeSetRtxSsrc(const StreamParams& sp, int channel_id) argument
2116 int channel_id = recv_channel->channel_id(); local
2144 << channel_id; local
2170 const int channel_id = send_channel->channel_id(); local
2194 const int channel_id = send_channel->channel_id(); local
2209 const int channel_id = send_channel->channel_id(); local
2333 int channel_id = send_channel->channel_id(); local
2425 const int channel_id = send_channel->channel_id(); local
2587 const int channel_id = send_channels_.begin()->second->channel_id(); local
2667 const int channel_id = recv_channels_.begin()->second->channel_id(); local
2805 int channel_id = send_channel->channel_id(); local
2841 int channel_id = channel_it->second->channel_id(); local
2872 int channel_id = channel_it->second->channel_id(); local
3249 CreateChannel(uint32 ssrc_key, MediaDirection direction, int* channel_id) argument
3315 ConfigureChannel(int channel_id, MediaDirection direction, uint32 ssrc_key) argument
3373 ConfigureReceiving(int channel_id, uint32 remote_ssrc) argument
3477 ConfigureSending(int channel_id, uint32 local_ssrc_key) argument
3592 SetNackFec(int channel_id, int red_payload_type, int fec_payload_type, bool nack_enabled) argument
3612 LOG(LS_INFO) << "NACK " << enabled << " for channel " << channel_id; local
3648 const int channel_id = send_channel->channel_id(); local
3789 int channel_id = info->channel_id(); local
3913 const int channel_id = send_channel->channel_id(); local
4002 SanitizeBitrates( int channel_id, webrtc::VideoCodec* codec) argument
4118 int channel_id = send_channel->channel_id(); local
4124 SetHeaderExtension(ExtensionSetterFunction setter, int channel_id, const RtpHeaderExtension* extension) argument
4139 SetHeaderExtension(ExtensionSetterFunction setter, int channel_id, const std::vector<RtpHeaderExtension>& extensions, const char header_extension_uri[]) argument
4147 SetPrimaryAndRtxSsrcs( int channel_id, int idx, uint32 primary_ssrc, const StreamParams& send_params) argument
4173 SetLimitedNumberOfSendSsrcs( int channel_id, const StreamParams& sp, size_t limit) argument
4189 SetSendSsrcs( int channel_id, const StreamParams& sp, const webrtc::VideoCodec& codec) argument
4212 int channel_id = it->second->channel_id(); local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dturnport.cc124 TurnChannelBindRequest(TurnPort* port, TurnEntry* entry, int channel_id,
145 TurnEntry(TurnPort* port, int channel_id,
150 int channel_id() const { return channel_id_; } function in class:cricket::TurnEntry
666 void TurnPort::HandleChannelData(int channel_id, const char* data, argument
692 TurnEntry* entry = FindEntry(channel_id);
695 << "channel, channel_id=" << channel_id;
793 return e->channel_id() == id;
795 TurnEntry* TurnPort::FindEntry(int channel_id) const {
797 std::bind2nd(std::ptr_fun(MatchesChannelId), channel_id));
1064 TurnChannelBindRequest( TurnPort* port, TurnEntry* entry, int channel_id, const rtc::SocketAddress& ext_addr) argument
1113 TurnEntry(TurnPort* port, int channel_id, const rtc::SocketAddress& ext_addr) argument
[all...]
H A Dturnserver.cc117 Channel* FindChannel(int channel_id) const;
809 int channel_id = channel_attr->value() >> 16; local
810 if (channel_id < kMinChannelNumber || channel_id > kMaxChannelNumber) {
817 Channel* channel1 = FindChannel(channel_id);
826 channel1 = new Channel(thread_, channel_id, peer_attr->GetAddress());
837 LOG_J(LS_INFO, this) << "Bound channel, id=" << channel_id
848 uint16 channel_id = rtc::GetBE16(data); local
849 Channel* channel = FindChannel(channel_id);
856 << channel_id;
[all...]
/external/chromium_org/third_party/tlslite/tlslite/
H A Dconstants.py59 channel_id = 30032 variable in class:ExtensionType
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_media_task.c2554 BOOLEAN btif_media_aa_read_feeding(tUIPC_CH_ID channel_id) argument
2594 nb_byte_read = UIPC_Read(channel_id, &event,
2655 nb_byte_read = UIPC_Read(channel_id, &event, (UINT8 *)read_buffer, read_size);
H A Dbtif_hl.c186 BOOLEAN btif_hl_if_channel_setup_pending(int channel_id, UINT8 *p_app_idx, UINT8 *p_mcl_idx) argument
204 p_mcb->is_connected && p_mcb->pcb.channel_id == channel_id )
216 BTIF_TRACE_DEBUG("%s found=%d channel_id=0x%08x",
217 __FUNCTION__, found, channel_id, *p_app_idx, *p_mcl_idx);
766 btif_hl_pend_dch_op_t op, int *channel_id){
792 *channel_id =
793 p_pcb->channel_id = (int) btif_hl_get_next_channel_id(app_id);
902 btif_hl_pend_dch_op_t op, int *channel_id){
947 *channel_id
763 btif_hl_dch_open(UINT8 app_id, BD_ADDR bd_addr, tBTA_HL_DCH_OPEN_PARAM *p_dch_open_api, int mdep_cfg_idx, btif_hl_pend_dch_op_t op, int *channel_id) argument
900 btif_hl_cch_open(UINT8 app_id, BD_ADDR bd_addr, UINT16 ctrl_psm, int mdep_cfg_idx, btif_hl_pend_dch_op_t op, int *channel_id) argument
999 btif_hl_find_mdl_cfg_idx_using_channel_id(int channel_id, UINT8 *p_app_idx, UINT8 *p_mdl_cfg_idx) argument
1042 btif_hl_find_mdl_idx_using_channel_id(int channel_id, UINT8 *p_app_idx,UINT8 *p_mcl_idx, UINT8 *p_mdl_idx) argument
1619 int channel_id; local
1636 btif_hl_get_app_id(int channel_id) argument
3975 connect_channel(int app_id, bt_bdaddr_t *bd_addr, int mdep_cfg_index, int *channel_id) argument
4077 destroy_channel(int channel_id) argument
[all...]
/external/chromium_org/chrome/browser/browsing_data/
H A Dcookies_tree_model.cc173 channel_id(NULL),
257 const net::ChannelIDStore::ChannelID* channel_id) {
259 this->channel_id = channel_id;
513 net::ChannelIDStore::ChannelIDList::iterator channel_id)
514 : CookieTreeNode(base::ASCIIToUTF16(channel_id->server_identifier())),
515 channel_id_(channel_id) {
256 InitChannelID( const net::ChannelIDStore::ChannelID* channel_id) argument
512 CookieTreeChannelIDNode( net::ChannelIDStore::ChannelIDList::iterator channel_id) argument
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.cc579 const std::string channel_id = local
581 channel_ = CreateChannelProxy(channel_id);
599 in_process_renderer_.reset(g_renderer_main_thread_factory(channel_id));
622 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id);
668 const std::string& channel_id) {
680 channel_mojo_host_->channel_delegate(), channel_id),
686 channel_id, IPC::Channel::MODE_SERVER, this, runner.get());
667 CreateChannelProxy( const std::string& channel_id) argument
/external/chromium_org/ipc/
H A Dipc_sync_channel_unittest.cc1772 std::string channel_id = Channel::GenerateVerifiedChannelID("Verified"); local
1776 channel_id,
1781 channel_id,
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_encoder.cc125 int32_t channel_id,
131 channel_id_(channel_id),
135 channel_id))),
124 ViEEncoder(int32_t engine_id, int32_t channel_id, uint32_t number_of_cores, const Config& config, ProcessThread& module_process_thread, BitrateController* bitrate_controller) argument
H A Dvie_channel.cc103 ViEChannel::ViEChannel(int32_t channel_id, argument
115 : ViEFrameProviderBase(channel_id, engine_id),
116 channel_id_(channel_id),
124 vie_receiver_(channel_id, vcm_, remote_bitrate_estimator, this),
125 vie_sender_(channel_id),
152 configuration.id = ViEModuleId(engine_id, channel_id);
/external/openssl/ssl/
H A Ds3_srvr.c691 char channel_id = 0; local
696 channel_id = s->s3->tlsext_channel_id_valid;
701 else if (channel_id)
/external/qemu/android/
H A Dhw-qemud.c892 * NOTE: channel_id valie is used as a selector between serial and pipe clients.
893 * Since channel_id < 0 is an invalid value for a serial client, it would
896 qemud_client_alloc( int channel_id, argument
910 if (channel_id < 0) {
919 c->ProtocolSelector.Serial.channel = channel_id;
945 int channel_id,
1154 int channel_id,
1158 sv->serv_connect( sv->serv_opaque, sv, channel_id, client_param );
1165 __FUNCTION__, channel_id, sv->name);
1330 int channel_id )
1153 qemud_service_connect_client(QemudService *sv, int channel_id, const char* client_param) argument
1470 int channel_id = hex2int(msg+11, 2); local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsession_unittest.cc273 virtual void AddChannel(int channel_id) OVERRIDE {
275 channel_id_ = channel_id;
277 virtual void RemoveChannel(int channel_id) OVERRIDE {
278 ASSERT(channel_id == channel_id_);
285 int channel_id() const { return channel_id_; } function in class:FakeAudioRenderer
2556 EXPECT_EQ(0, renderer->channel_id());
2561 EXPECT_EQ(-1, renderer->channel_id());
2581 EXPECT_EQ(0, renderer->channel_id());
2590 EXPECT_EQ(-1, renderer->channel_id());
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h2346 int64_t channel_id; member in struct:SpiceChannel

Completed in 474 milliseconds

123