Home
last modified time | relevance | path

Searched refs:token_rate (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/webrtc/test/channel_transport/
Dudp_transport_impl.cc547 const int32_t token_rate = maxBitrate*125; in EnableQoS() local
554 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS()
571 const int32_t token_rate = maxBitrate*250; in EnableQoS() local
579 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS()
596 const int32_t token_rate = 30000; in EnableQoS() local
599 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS()
615 const int32_t token_rate = 128000*10; in EnableQoS() local
618 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS()
633 const int32_t token_rate = 200; in EnableQoS() local
636 if (!rtcpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS()
[all …]
/external/bluetooth/bluedroid/stack/include/
Dhcimsgs.h378 UINT32 token_rate, UINT32 peak,
432 UINT32 token_rate,
1039 UINT8 service_type, UINT32 token_rate, UINT32 peak,
1047 … UINT8 flow_direction, UINT8 service_type, UINT32 token_rate, UINT32 token_bucket_size,
Dbt_types.h368 UINT32 token_rate; /* bytes/second */ member
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_main.c527 STREAM_TO_UINT32 (cfg_info.qos.token_rate, p); in process_l2cap_cmd()
629 STREAM_TO_UINT32 (cfg_info.qos.token_rate, p); in process_l2cap_cmd()
Dl2c_utils.c638 UINT32_TO_STREAM (p, p_cfg->qos.token_rate); in l2cu_send_peer_config_req()
738 UINT32_TO_STREAM (p, p_cfg->qos.token_rate); in l2cu_send_peer_config_rsp()
1535 …p_ccb->our_cfg.qos.token_rate = p_ccb->peer_cfg.qos.token_rate = L2CAP_DEFAULT_TOKEN… in l2cu_allocate_ccb()
/external/libnfc-nci/src/include/
Dbt_types.h345 UINT32 token_rate; /* bytes/second */ member
/external/qemu/include/hw/
Dbt.h710 uint32_t token_rate; /* Byte per seconds */ member
1819 uint32_t token_rate; member
/external/bluetooth/bluedroid/stack/hcic/
Dhcicmds.c877 UINT32 token_rate, UINT32 peak, UINT32 latency, in btsnd_hcic_qos_setup() argument
897 UINT32_TO_STREAM (pp, token_rate); in btsnd_hcic_qos_setup()
1037 UINT8 service_type, UINT32 token_rate, in btsnd_hcic_flow_specification() argument
1059 UINT32_TO_STREAM (pp, token_rate); in btsnd_hcic_flow_specification()
/external/bluetooth/bluedroid/stack/btm/
Dbtm_acl.c2825 p_flow->token_rate, p_flow->peak_bandwidth, in BTM_SetQoS()
2868 qossu.flow.token_rate = p_flow->token_rate; in btm_qos_setup_complete()
/external/bluetooth/bluedroid/stack/btu/
Dbtu_hcif.c928 STREAM_TO_UINT32 (flow.token_rate, p); in btu_hcif_qos_setup_comp_evt()