HomeSort by relevance Sort by last modified time
    Searched refs:QOS (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2atm.h 329 QOS PvcQos;
winsock2.h 375 #include <qos.h>
381 } QOS,*LPQOS;
    [all...]
  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket2_win.cc 78 // Check if QoS is supported.
144 // QoS not supported.
702 "UdpSocket2Windows::SetQos(), socket not capable of QOS");
734 QOS Qos;
738 memset (&Qos, QOS_NOT_SPECIFIED, sizeof(QOS));
740 Qos.SendingFlowspec.ServiceType = serviceType;
741 Qos.SendingFlowspec.TokenRate = tokenRate;
742 Qos.SendingFlowspec.TokenBucketSize = QOS_NOT_SPECIFIED
    [all...]

Completed in 97 milliseconds