Home
last modified time | relevance | path

Searched refs:channel_type (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dsctputils.cc70 uint8 channel_type; in ParseDataChannelOpenMessage() local
71 if (!buffer.ReadUInt8(&channel_type)) { in ParseDataChannelOpenMessage()
106 switch (channel_type) { in ParseDataChannelOpenMessage()
115 switch (channel_type) { in ParseDataChannelOpenMessage()
149 uint8 channel_type = 0; in WriteDataChannelOpenMessage() local
154 channel_type = DCOMCT_ORDERED_PARTIAL_RTXS; in WriteDataChannelOpenMessage()
157 channel_type = DCOMCT_ORDERED_PARTIAL_TIME; in WriteDataChannelOpenMessage()
160 channel_type = DCOMCT_ORDERED_RELIABLE; in WriteDataChannelOpenMessage()
164 channel_type = DCOMCT_UNORDERED_PARTIAL_RTXS; in WriteDataChannelOpenMessage()
167 channel_type = DCOMCT_UNORDERED_PARTIAL_TIME; in WriteDataChannelOpenMessage()
[all …]
Dsctputils_unittest.cc38 uint8 channel_type; in VerifyOpenMessageFormat() local
48 ASSERT_TRUE(buffer.ReadUInt8(&channel_type)); in VerifyOpenMessageFormat()
52 channel_type); in VerifyOpenMessageFormat()
56 channel_type); in VerifyOpenMessageFormat()
/external/bluetooth/bluedroid/btif/include/
Dbtif_hl.h235 tBTA_HL_DCH_CFG channel_type[BTA_HL_NUM_MDEPS]; member
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dchannelmanager.cc419 bool rtcp, DataChannelType channel_type) { in CreateDataChannel() argument
422 rtcp, channel_type)); in CreateDataChannel()
/external/bluetooth/bluedroid/btif/src/
Dbtif_hl.c1571 static BOOLEAN btif_hl_get_bta_channel_type(bthl_channel_type_t channel_type, tBTA_HL_DCH_CFG *p){ in btif_hl_get_bta_channel_type() argument
1573 switch (channel_type) in btif_hl_get_bta_channel_type()
2522 dch_open.local_cfg = p_acb->channel_type[p_pcb->mdep_cfg_idx]; in btif_hl_proc_pending_op()
2714 rsp_cfg = p_acb->channel_type[mdep_cfg_idx]; in btif_hl_proc_create_ind()
4010 dch_open.local_cfg = p_acb->channel_type[mdep_cfg_index]; in connect_channel()
4295 if ( !btif_hl_get_bta_channel_type(p_mdep_cfg->channel_type, &(p_acb->channel_type[i]))) in register_application()
4297 BTIF_TRACE_ERROR("Invalid channel_type=%d", p_mdep_cfg->channel_type); in register_application()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
DCPP.stg121 typedef antlr3::channel_type channel_type;
531 channel_type channel = antlr3::Token::DEFAULT_CHANNEL;
/external/qemu/qapi-auto-generated/
Dqapi-types.h2345 int64_t channel_type; member
Dqapi-visit.c2155 visit_type_int(m, obj ? &(*obj)->channel_type : NULL, "channel-type", &err); in visit_type_SpiceChannel_fields()