OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StatsReports
(Results
1 - 9
of
9
) sorted by null
/external/webrtc/talk/app/webrtc/
statscollector.h
80
// Gets a
StatsReports
of the last collected stats. Note that UpdateStats must
89
StatsReports
* reports);
109
bool CopySelectedReports(const std::string& selector,
StatsReports
* reports);
statscollector_unittest.cc
61
using webrtc::
StatsReports
;
185
const
StatsReports
& reports,
223
const
StatsReports
& reports, const StatsReport::StatsType& type, int n) {
234
const StatsReport* FindReportById(const
StatsReports
& reports,
243
std::string ExtractSsrcStatsValue(
StatsReports
reports,
248
std::string ExtractBweStatsValue(
StatsReports
reports,
268
void CheckCertChainReports(const
StatsReports
& reports,
607
StatsReports
* reports) {
656
StatsReports
track_reports; // returned values.
680
StatsReports
reports; // returned values
[
all
...]
peerconnectioninterface.h
125
virtual void OnComplete(const
StatsReports
& reports) = 0;
statstypes.h
383
typedef std::vector<const StatsReport*>
StatsReports
;
statscollector.cc
426
StatsReports
* reports) {
581
// Produces a chain of
StatsReports
representing this certificate and the rest
[
all
...]
peerconnection.cc
[
all
...]
/external/webrtc/talk/app/webrtc/test/
mockpeerconnectionobservers.h
125
virtual void OnComplete(const
StatsReports
& reports) {
/external/webrtc/talk/app/webrtc/objc/
RTCPeerConnection.mm
126
void OnComplete(const
StatsReports
& reports) override {
/external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc
128
using webrtc::
StatsReports
;
655
void OnComplete(const
StatsReports
& reports) override {
666
JNIEnv* jni, const
StatsReports
& reports) {
[
all
...]
Completed in 445 milliseconds