Home
last modified time | relevance | path

Searched defs:set_bandwidth (Results 1 – 7 of 7) sorted by relevance

/external/cronet/stable/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
Dlink.h36 void set_bandwidth(QuicBandwidth new_bandwidth) { in set_bandwidth() function
84 void set_bandwidth(QuicBandwidth new_bandwidth) { in set_bandwidth() function
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
Dlink.h36 void set_bandwidth(QuicBandwidth new_bandwidth) { in set_bandwidth() function
84 void set_bandwidth(QuicBandwidth new_bandwidth) { in set_bandwidth() function
/external/autotest/server/cros/cellular/callbox_utils/
Dcmw500_cellular_simulator.py295 def set_bandwidth(self, bts_index, bandwidth): member in CMW500CellularSimulator
/external/autotest/server/cros/cellular/
Dcellular_simulator.py226 def set_bandwidth(self, bts_index, bandwidth): member in AbstractCellularSimulator
/external/webrtc/modules/audio_coding/codecs/opus/
Dopus_interface.cc286 opus_int32 set_bandwidth; in WebRtcOpus_SetMaxPlaybackRate() local
/external/webrtc/pc/
Dsession_description.h124 void set_bandwidth(int bandwidth) { bandwidth_ = bandwidth; } in set_bandwidth() function
/external/webrtc/rtc_base/
Dvirtual_socket_server.cc1325 void VirtualSocketServer::set_bandwidth(uint32_t bandwidth) { in set_bandwidth() function in rtc::VirtualSocketServer