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

/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
H A Dsctputils.cc71 uint8 channel_type; local
72 if (!buffer.ReadUInt8(&channel_type)) {
107 switch (channel_type) {
116 switch (channel_type) {
136 uint8 channel_type = 0; local
141 channel_type = DCOMCT_ORDERED_PARTIAL_RTXS;
144 channel_type = DCOMCT_ORDERED_PARTIAL_TIME;
147 channel_type = DCOMCT_ORDERED_RELIABLE;
151 channel_type = DCOMCT_UNORDERED_PARTIAL_RTXS;
154 channel_type
[all...]
H A Dsctputils_unittest.cc39 uint8 channel_type; local
49 ASSERT_TRUE(buffer.ReadUInt8(&channel_type));
53 channel_type);
57 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:__anon954
/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.c1606 static BOOLEAN btif_hl_get_bta_channel_type(bthl_channel_type_t channel_type, tBTA_HL_DCH_CFG *p){ argument
1608 switch (channel_type)
2576 dch_open.local_cfg = p_acb->channel_type[p_pcb->mdep_cfg_idx];
2769 rsp_cfg = p_acb->channel_type[mdep_cfg_idx];
4062 dch_open.local_cfg = p_acb->channel_type[mdep_cfg_index];
4347 if ( !btif_hl_get_bta_channel_type(p_mdep_cfg->channel_type, &(p_acb->channel_type[i])))
4349 BTIF_TRACE_ERROR1("Invalid channel_type=%d", p_mdep_cfg->channel_type);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannelmanager.cc415 bool rtcp, DataChannelType channel_type) {
418 rtcp, channel_type));
413 CreateDataChannel( BaseSession* session, const std::string& content_name, bool rtcp, DataChannelType channel_type) argument

Completed in 342 milliseconds