Searched refs:StatsType (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/api/ |
D | stats_types.h | 41 enum StatsType { enum 248 StatsType type() const; 263 explicit IdBase(StatsType type); // Only meant for derived classes. 264 const StatsType type_; 374 static Id NewTypedId(StatsType type, const std::string& id); 375 static Id NewTypedIntId(StatsType type, int id); 376 static Id NewIdWithDirection(StatsType type, 386 StatsType type() const { return id_->type(); } in type()
|
D | stats_types.cc | 35 const char* InternalTypeToString(StatsReport::StatsType type) { in InternalTypeToString() 75 TypedId(StatsReport::StatsType type, const std::string& id) in TypedId() 93 TypedIntId(StatsReport::StatsType type, int id) in TypedIntId() 112 IdWithDirection(StatsReport::StatsType type, in IdWithDirection() 160 ComponentId(StatsReport::StatsType type, in ComponentId() 204 StatsReport::IdBase::IdBase(StatsType type) : type_(type) {} in IdBase() 207 StatsReport::StatsType StatsReport::IdBase::type() const { in type() 696 StatsReport::Id StatsReport::NewTypedId(StatsType type, const std::string& id) { in NewTypedId() 701 StatsReport::Id StatsReport::NewTypedIntId(StatsType type, int id) { in NewTypedIntId() 707 StatsType type, in NewIdWithDirection()
|
/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 …]
|
/external/webrtc/pc/ |
D | stats_collector.h | 129 webrtc::StatsReport* GetReport(const StatsReport::StatsType& type,
|
D | stats_collector_unittest.cc | 165 std::string ExtractStatsValue(const StatsReport::StatsType& type, in ExtractStatsValue() 177 StatsReport::Id TypedIdFromIdString(StatsReport::StatsType type, in TypedIdFromIdString() 204 const StatsReport::StatsType& type, in FindNthReportByType() 223 StatsReport::StatsType type, in GetValueInNthReportByType() 238 StatsReport::StatsType type) { in GetReportsByType()
|
D | stats_collector.cc | 1166 StatsReport* StatsCollector::GetReport(const StatsReport::StatsType& type, in GetReport()
|