HomeSort by relevance Sort by last modified time
    Searched defs:channel_type (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
sctputils_unittest.cc 38 uint8 channel_type; local
48 ASSERT_TRUE(buffer.ReadUInt8(&channel_type));
52 channel_type);
56 channel_type);
sctputils.cc 70 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 = DCOMCT_UNORDERED_PARTIAL_TIME
    [all...]
  /hardware/libhardware/include/hardware/
bt_hl.h 58 bthl_channel_type_t channel_type; member in struct:__anon20371
  /external/bluetooth/bluedroid/btif/include/
btif_hl.h 235 tBTA_HL_DCH_CFG channel_type[BTA_HL_NUM_MDEPS]; member in struct:__anon5659
  /external/qemu/qapi-auto-generated/
qapi-types.h 2345 int64_t channel_type; member in struct:SpiceChannel
    [all...]

Completed in 541 milliseconds