HomeSort by relevance Sort by last modified time
    Searched defs:StatsType (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/jni/
android_net_TrafficStats.cpp 40 enum StatsType {
58 static uint64_t getStatsType(struct Stats* stats, StatsType type) {
157 return getStatsType(&stats, (StatsType) type);
172 return getStatsType(&stats, (StatsType) type);
182 return getStatsType(&stats, (StatsType) type);
  /external/webrtc/talk/app/webrtc/
statstypes.h 59 enum StatsType {
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(); }
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 345 typedef SingleCallStatistics StatsType;
358 typedef MapCallStatistics StatsType;
371 typedef MapCallStatistics StatsType;
384 typedef MapFlushCallStatistics StatsType;
397 typedef MapFlushCallStatistics StatsType;
410 typedef RenderReadStatistics StatsType;
425 typedef RenderReadStatistics StatsType;
440 typedef UploadRenderReadStatistics StatsType;
456 typedef UploadRenderReadStatistics StatsType;
472 typedef RenderUploadRenderReadStatistics StatsType;
    [all...]

Completed in 184 milliseconds