/external/webrtc/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...] |
/system/bt/stack/l2cap/ |
l2c_main.c | 476 STREAM_TO_UINT32 (cfg_info.qos.token_rate, p); 578 STREAM_TO_UINT32 (cfg_info.qos.token_rate, p); [all...] |
l2c_utils.c | 653 UINT32_TO_STREAM (p, p_cfg->qos.token_rate); 753 UINT32_TO_STREAM (p, p_cfg->qos.token_rate); [all...] |
/system/bt/stack/btm/ |
btm_acl.c | [all...] |
/system/bt/stack/include/ |
hcimsgs.h | 314 UINT32 token_rate, UINT32 peak, [all...] |
bt_types.h | 372 UINT32 token_rate; /* bytes/second */ member in struct:__anon74133 [all...] |
/system/bt/stack/hcic/ |
hcicmds.c | 654 UINT32 token_rate, UINT32 peak, UINT32 latency, 669 UINT32_TO_STREAM (pp, token_rate); [all...] |
/external/libnfc-nci/src/include/ |
bt_types.h | 345 UINT32 token_rate; /* bytes/second */ member in struct:__anon16967
|
/system/bt/stack/btu/ |
btu_hcif.c | 700 STREAM_TO_UINT32 (flow.token_rate, p); [all...] |