Searched refs:not_specified (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/test/channel_transport/ |
D | udp_transport_impl.cc | 699 const int32_t not_specified = -1; in DisableQoS() local 700 if (!rtpSock->SetQos(service_type, not_specified, not_specified, in DisableQoS() 701 not_specified, not_specified, not_specified, in DisableQoS() 707 if (!rtcpSock->SetQos(service_type, not_specified, not_specified, in DisableQoS() 708 not_specified, not_specified, not_specified, in DisableQoS()
|