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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
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...]
sctputils_unittest.cc 38 uint8 channel_type; local
48 ASSERT_TRUE(buffer.ReadUInt8(&channel_type));
52 channel_type);
56 channel_type);
  /hardware/libhardware/include/hardware/
bt_hl.h 58 bthl_channel_type_t channel_type; member in struct:__anon41284
  /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:__anon5659
  /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 417 bool rtcp, DataChannelType channel_type) {
420 rtcp, channel_type));
  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWI.h 423 bool needFDMetadata(qcamera_ch_type_enum_t channel_type);
QCamera2HWI.cpp     [all...]
  /external/qemu/qapi-auto-generated/
qapi-types.h 2345 int64_t channel_type; member in struct:SpiceChannel
    [all...]
qapi-visit.c     [all...]

Completed in 1313 milliseconds