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

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dsctputils_unittest.cc38 uint8 channel_type; local
48 ASSERT_TRUE(buffer.ReadUInt8(&channel_type));
52 channel_type);
56 channel_type);
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...]
/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/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannelmanager.cc417 bool rtcp, DataChannelType channel_type) {
420 rtcp, channel_type));
415 CreateDataChannel( BaseSession* session, const std::string& content_name, bool rtcp, DataChannelType channel_type) argument
/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/qemu/qapi-auto-generated/
H A Dqapi-types.h2345 int64_t channel_type; member in struct:SpiceChannel

Completed in 649 milliseconds