OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:channel_type
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctputils.cc
71
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
= DCOMCT_UNORDERED_PARTIAL_TIME
[
all
...]
sctputils_unittest.cc
39
uint8
channel_type
;
local
49
ASSERT_TRUE(buffer.ReadUInt8(&
channel_type
));
53
channel_type
);
57
channel_type
);
/hardware/libhardware/include/hardware/
bt_hl.h
58
bthl_channel_type_t
channel_type
;
member in struct:__anon31051
/packages/apps/Bluetooth/jni/
com_android_bluetooth_hdp.cpp
192
jint role, jstring name, jint
channel_type
) {
202
mdep_cfg.
channel_type
= (bthl_channel_type_t)
channel_type
;
/external/bluetooth/bluedroid/btif/include/
btif_hl.h
235
tBTA_HL_DCH_CFG
channel_type
[BTA_HL_NUM_MDEPS];
member in struct:__anon644
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg
121
typedef antlr3::
channel_type
channel_type
;
531
channel_type
channel = antlr3::Token::DEFAULT_CHANNEL;
[
all
...]
/external/bluetooth/bluedroid/btif/src/
btif_hl.c
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
channelmanager.cc
415
bool rtcp, DataChannelType
channel_type
) {
418
rtcp,
channel_type
));
Completed in 87 milliseconds