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

  /frameworks/base/services/core/jni/
com_android_server_net_NetworkStatsService.cpp 49 enum StatsType {
58 static uint64_t getStatsType(struct Stats* stats, StatsType type) {
159 return getStatsType(&stats, (StatsType) type);
166 return getStatsType(&stats, (StatsType) type);
184 return getStatsType(&stats, (StatsType) type);
191 return getStatsType(&stats, (StatsType) type);
203 return getStatsType(&stats, (StatsType) type);
210 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 97 milliseconds