OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:channel_type
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctputils_unittest.cc
39
uint8
channel_type
;
local
49
ASSERT_TRUE(buffer.ReadUInt8(&
channel_type
));
53
channel_type
);
57
channel_type
);
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
...]
/hardware/libhardware/include/hardware/
bt_hl.h
58
bthl_channel_type_t
channel_type
;
member in struct:__anon31051
/external/bluetooth/bluedroid/btif/include/
btif_hl.h
235
tBTA_HL_DCH_CFG
channel_type
[BTA_HL_NUM_MDEPS];
member in struct:__anon644
Completed in 27 milliseconds