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

  /external/webrtc/talk/app/webrtc/
sctputils_unittest.cc 38 uint8_t channel_type; local
48 ASSERT_TRUE(buffer.ReadUInt8(&channel_type));
52 channel_type);
56 channel_type);
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...]
  /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
  /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));
  /hardware/libhardware/include/hardware/
bt_hl.h 58 bthl_channel_type_t channel_type; member in struct:__anon41124
  /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);
  /system/bt/btif/include/
btif_hl.h 216 tBTA_HL_DCH_CFG channel_type[BTA_HL_NUM_MDEPS]; member in struct:__anon105909

Completed in 241 milliseconds