OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StatsOutputLevel
(Results
1 - 9
of
9
) sorted by null
/external/webrtc/talk/app/webrtc/
statscollector.h
78
void UpdateStats(PeerConnectionInterface::
StatsOutputLevel
level);
132
void ExtractVideoInfo(PeerConnectionInterface::
StatsOutputLevel
level);
peerconnectionproxy.h
56
StatsOutputLevel
)
peerconnectioninterface.h
311
enum
StatsOutputLevel
{
361
StatsOutputLevel
level) = 0;
peerconnection.h
105
StatsOutputLevel
level) override;
statscollector.cc
271
PeerConnectionInterface::
StatsOutputLevel
level,
466
StatsCollector::UpdateStats(PeerConnectionInterface::
StatsOutputLevel
level) {
[
all
...]
peerconnection.cc
799
StatsOutputLevel
level) {
[
all
...]
/external/webrtc/talk/app/webrtc/objc/
RTCEnumConverter.h
47
+ (webrtc::PeerConnectionInterface::
StatsOutputLevel
)
48
convertStatsOutputLevelToNative:(RTCStatsOutputLevel)
statsOutputLevel
;
RTCEnumConverter.mm
87
+ (webrtc::PeerConnectionInterface::
StatsOutputLevel
)
88
convertStatsOutputLevelToNative:(RTCStatsOutputLevel)
statsOutputLevel
{
89
switch (
statsOutputLevel
) {
RTCPeerConnection.mm
257
statsOutputLevel
:(RTCStatsOutputLevel)
statsOutputLevel
{
261
webrtc::PeerConnectionInterface::
StatsOutputLevel
nativeOutputLevel =
262
[RTCEnumConverter convertStatsOutputLevelToNative:
statsOutputLevel
];
Completed in 174 milliseconds