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

  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_transport_impl.cc 547 const int32_t token_rate = maxBitrate*125; local
554 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size,
571 const int32_t token_rate = maxBitrate*250; local
579 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size,
596 const int32_t token_rate = 30000; local
599 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size,
615 const int32_t token_rate = 128000*10; local
618 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size,
633 const int32_t token_rate = 200; local
636 if (!rtcpSock->SetQos(serviceType, token_rate, bucket_size
646 const int32_t token_rate = 5000; local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
hcimsgs.h 378 UINT32 token_rate, UINT32 peak,
432 UINT32 token_rate,
    [all...]
bt_types.h 368 UINT32 token_rate; /* bytes/second */ member in struct:__anon6008
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_main.c 524 STREAM_TO_UINT32 (cfg_info.qos.token_rate, p);
626 STREAM_TO_UINT32 (cfg_info.qos.token_rate, p);
    [all...]
l2c_utils.c 638 UINT32_TO_STREAM (p, p_cfg->qos.token_rate);
738 UINT32_TO_STREAM (p, p_cfg->qos.token_rate);
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_acl.c     [all...]
  /external/qemu/include/hw/
bt.h 710 uint32_t token_rate; /* Byte per seconds */ member in struct:__anon33469
1819 uint32_t token_rate; member in struct:__anon33592
    [all...]
  /external/bluetooth/bluedroid/stack/hcic/
hcicmds.c 877 UINT32 token_rate, UINT32 peak, UINT32 latency,
897 UINT32_TO_STREAM (pp, token_rate);
1037 UINT8 service_type, UINT32 token_rate,
1059 UINT32_TO_STREAM (pp, token_rate);
    [all...]
  /external/libnfc-nci/src/include/
bt_types.h 345 UINT32 token_rate; /* bytes/second */ member in struct:__anon27771
  /external/bluetooth/bluedroid/stack/btu/
btu_hcif.c 928 STREAM_TO_UINT32 (flow.token_rate, p);
    [all...]

Completed in 750 milliseconds