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

/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_transport_impl.cc547 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_siz
646 const int32_t token_rate = 5000; local
[all...]
/external/bluetooth/bluedroid/stack/include/
H A 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,
H A Dbt_types.h368 UINT32 token_rate; /* bytes/second */ member in struct:__anon1388
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_main.c527 STREAM_TO_UINT32 (cfg_info.qos.token_rate, p);
629 STREAM_TO_UINT32 (cfg_info.qos.token_rate, p);
H A Dl2c_utils.c638 UINT32_TO_STREAM (p, p_cfg->qos.token_rate);
738 UINT32_TO_STREAM (p, p_cfg->qos.token_rate);
1535 p_ccb->our_cfg.qos.token_rate = p_ccb->peer_cfg.qos.token_rate = L2CAP_DEFAULT_TOKEN_RATE;
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_acl.c2825 p_flow->token_rate, p_flow->peak_bandwidth,
2868 qossu.flow.token_rate = p_flow->token_rate;
/external/qemu/include/hw/
H A Dbt.h710 uint32_t token_rate; /* Byte per seconds */ member in struct:__anon29751
1819 uint32_t token_rate; member in struct:__anon29874
/external/bluetooth/bluedroid/stack/hcic/
H A Dhcicmds.c877 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);
876 btsnd_hcic_qos_setup(UINT16 handle, UINT8 flags, UINT8 service_type, UINT32 token_rate, UINT32 peak, UINT32 latency, UINT32 delay_var) argument
1036 btsnd_hcic_flow_specification(UINT16 handle, UINT8 flags, UINT8 flow_direct, UINT8 service_type, UINT32 token_rate, UINT32 token_bucket_size, UINT32 peak, UINT32 latency) argument
/external/libnfc-nci/src/include/
H A Dbt_types.h345 UINT32 token_rate; /* bytes/second */ member in struct:__anon23962
/external/bluetooth/bluedroid/stack/btu/
H A Dbtu_hcif.c928 STREAM_TO_UINT32 (flow.token_rate, p);

Completed in 4663 milliseconds