OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:histogramName
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/camera/libcameraservice/utils/
LatencyHistogram.cpp
79
String8
histogramName
= String8::formatV(fmt, args);
80
ALOGI("%s (%" PRId64 ") samples:",
histogramName
.string(), mTotalCount);
/frameworks/av/media/libnblog/
ReportPerformance.cpp
233
std::stringstream
histogramName
;
248
histogramName
<< directory << "histograms_" << common.str();
253
hfs.open(
histogramName
.str(), append ? std::ios::app : std::ios::trunc);
255
ALOGW("couldn't open file %s",
histogramName
.str().c_str());
Completed in 1853 milliseconds