Searched refs:StatsType (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/talk/app/webrtc/ |
D | statstypes.h | 59 enum StatsType { enum 229 StatsType type() const; 244 IdBase(StatsType type); // Only meant for derived classes. 245 const StatsType type_; 338 static Id NewTypedId(StatsType type, const std::string& id); 339 static Id NewTypedIntId(StatsType type, int id); 341 StatsType type, const std::string& id, Direction direction); 349 StatsType type() const { return id_->type(); } in type()
|
D | statstypes.cc | 50 const char* InternalTypeToString(StatsReport::StatsType type) { in InternalTypeToString() 90 TypedId(StatsReport::StatsType type, const std::string& id) in TypedId() 108 TypedIntId(StatsReport::StatsType type, int id) in TypedIntId() 128 IdWithDirection(StatsReport::StatsType type, const std::string& id, in IdWithDirection() 179 ComponentId(StatsReport::StatsType type, const std::string& content_name, in ComponentId() 223 StatsReport::IdBase::IdBase(StatsType type) : type_(type) {} in IdBase() 226 StatsReport::StatsType StatsReport::IdBase::type() const { return type_; } in type() 633 StatsReport::Id StatsReport::NewTypedId(StatsType type, const std::string& id) { in NewTypedId() 638 StatsReport::Id StatsReport::NewTypedIntId(StatsType type, int id) { in NewTypedIntId() 644 StatsType type, const std::string& id, StatsReport::Direction direction) { in NewIdWithDirection()
|
D | statscollector.h | 134 webrtc::StatsReport* GetReport(const StatsReport::StatsType& type,
|
D | statscollector_unittest.cc | 184 std::string ExtractStatsValue(const StatsReport::StatsType& type, in ExtractStatsValue() 196 StatsReport::Id TypedIdFromIdString(StatsReport::StatsType type, in TypedIdFromIdString() 223 const StatsReports& reports, const StatsReport::StatsType& type, int n) { in FindNthReportByType()
|
D | statscollector.cc | 860 StatsReport* StatsCollector::GetReport(const StatsReport::StatsType& type, in GetReport()
|
/external/deqp/modules/gles3/performance/ |
D | es3pBufferDataUploadTests.cpp | 345 typedef SingleCallStatistics StatsType; typedef 358 typedef MapCallStatistics StatsType; typedef 371 typedef MapCallStatistics StatsType; typedef 384 typedef MapFlushCallStatistics StatsType; typedef 397 typedef MapFlushCallStatistics StatsType; typedef 410 typedef RenderReadStatistics StatsType; typedef 425 typedef RenderReadStatistics StatsType; typedef 440 typedef UploadRenderReadStatistics StatsType; typedef 456 typedef UploadRenderReadStatistics StatsType; typedef 472 typedef RenderUploadRenderReadStatistics StatsType; typedef [all …]
|