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

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

Completed in 271 milliseconds