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

  /external/webrtc/talk/app/webrtc/
sctputils.cc 82 uint8_t channel_type; local
83 if (!buffer.ReadUInt8(&channel_type)) {
118 switch (channel_type) {
127 switch (channel_type) {
160 uint8_t channel_type = 0; local
165 channel_type = DCOMCT_ORDERED_PARTIAL_RTXS;
168 channel_type = DCOMCT_ORDERED_PARTIAL_TIME;
171 channel_type = DCOMCT_ORDERED_RELIABLE;
175 channel_type = DCOMCT_UNORDERED_PARTIAL_RTXS;
178 channel_type = DCOMCT_UNORDERED_PARTIAL_TIME
    [all...]
sctputils_unittest.cc 38 uint8_t channel_type; local
48 ASSERT_TRUE(buffer.ReadUInt8(&channel_type));
52 channel_type);
56 channel_type);
  /frameworks/native/services/vr/bufferhubd/
buffer_hub.h 33 ChannelType channel_type)
37 channel_type_(channel_type) {}
98 ChannelType channel_type() const { return channel_type_; } function
buffer_hub.cpp 62 if (channel->channel_type() == BufferHubChannel::kProducerType) {
101 if (channel->channel_type() == BufferHubChannel::kConsumerType) {
145 if (channel->channel_type() == BufferHubChannel::kProducerQueueType) {
178 if (channel->channel_type() == BufferHubChannel::kConsumerQueueType) {
  /hardware/libhardware/include/hardware/
bt_hl.h 58 bthl_channel_type_t channel_type; member in struct:__anon41124
  /external/libnl/python/examples/
iface.py 46 channel_type = nl.nla_get_u32(attr[nl80211.NL80211_ATTR_WIPHY_CHANNEL_TYPE])
47 sys.stdout.write(" %s" % nl80211.nl80211_channel_type2str(channel_type));
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hdp.cpp 147 jint channel_type) {
158 mdep_cfg.channel_type = (bthl_channel_type_t)channel_type;
  /external/iw/
interface.c 270 static char *channel_type_name(enum nl80211_channel_type channel_type)
272 switch (channel_type) {
364 enum nl80211_channel_type channel_type; local
366 channel_type = nla_get_u32(tb_msg[NL80211_ATTR_WIPHY_CHANNEL_TYPE]);
367 printf(" %s", channel_type_name(channel_type));
  /system/bt/btif/src/
btif_a2dp_sink.cc 467 int channel_type = A2DP_GetSinkTrackChannelType(p_buf->codec_info); local
468 if (channel_type == -1) {
488 BtifAvrcpAudioTrackCreate(sample_rate, channel_type);
btif_hl.cc     [all...]
  /system/bt/btif/include/
btif_hl.h 216 tBTA_HL_DCH_CFG channel_type[BTA_HL_NUM_MDEPS]; member in struct:__anon105909
  /external/webrtc/talk/session/media/
channelmanager.cc 371 DataChannelType channel_type) {
374 content_name, rtcp, channel_type));
  /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/ImageMagick/MagickCore/
channel.c 657 const ChannelType channel_type,ExceptionInfo *exception)
748 (GetChannelBit(channel_type,channel) == 0))
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWI.h 468 bool needFDMetadata(qcamera_ch_type_enum_t channel_type);
QCamera2HWI.cpp     [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCamera2HWI.h 427 bool needFDMetadata(qcamera_ch_type_enum_t channel_type);
QCamera2HWI.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCamera2HWI.h 427 bool needFDMetadata(qcamera_ch_type_enum_t channel_type);
QCamera2HWI.cpp     [all...]

Completed in 1307 milliseconds