OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Qos
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
qosname.h
19
typedef WINBOOL (WINAPI *WSC_INSTALL_QOS_TEMPLATE)(const LPGUID Guid,LPWSABUF QosName,LPQOS
Qos
);
21
typedef WINBOOL (WINAPI *WPU_GET_QOS_TEMPLATE)(const LPGUID Guid,LPWSABUF QosName,LPQOS
Qos
);
ws2spi.h
144
typedef int (WSPAPI *LPWSCINSTALLQOSTEMPLATE)(const LPGUID Guid,LPWSABUF QosName,LPQOS
Qos
);
153
int WSPAPI WSCInstallQOSTemplate (const LPGUID Guid,LPWSABUF QosName,LPQOS
Qos
);
/external/webrtc/webrtc/test/channel_transport/
udp_socket2_win.cc
79
// Check if
QoS
is supported.
145
//
QoS
not supported.
686
"UdpSocket2Windows::SetQos(), socket not capable of
QOS
");
718
QOS
Qos
;
722
memset (&
Qos
, QOS_NOT_SPECIFIED, sizeof(
QOS
));
724
Qos
.SendingFlowspec.ServiceType = serviceType;
725
Qos
.SendingFlowspec.TokenRate = tokenRate;
726
Qos
.SendingFlowspec.TokenBucketSize = QOS_NOT_SPECIFIED
[
all
...]
/external/webrtc/webrtc/voice_engine/
channel.cc
44
#include <
Qos
.h>
[
all
...]
Completed in 2978 milliseconds