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

  /external/libmojo/base/android/java/src/org/chromium/base/
AnimationFrameTimeHistogram.java 29 * @param histogramName The histogram name that the recorded frame times will be saved.
34 public static AnimatorListener getAnimatorRecorder(final String histogramName) {
37 new AnimationFrameTimeHistogram(histogramName);
57 * @param histogramName The histogram name that the recorded frame times will be saved.
60 public AnimationFrameTimeHistogram(String histogramName) {
61 mHistogramName = histogramName;
147 private native void nativeSaveHistogram(String histogramName, long[] frameTimesMs, int count);
  /frameworks/av/media/libnblog/
ReportPerformance.cpp 59 std::stringstream histogramName;
74 histogramName << directory << "histograms_" << common.str();
79 hfs.open(histogramName.str(), append ? std::ios::app : std::ios::trunc);
81 ALOGW("couldn't open file %s", histogramName.str().c_str());
  /frameworks/av/services/camera/libcameraservice/utils/
LatencyHistogram.cpp 79 String8 histogramName = String8::formatV(fmt, args);
80 ALOGI("%s (%" PRId64 ") samples:", histogramName.string(), mTotalCount);

Completed in 320 milliseconds