Home
last modified time | relevance | path

Searched refs:log_hash_t (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/libnblog/include/media/nblog/
DEvents.h77 using log_hash_t = uint64_t; variable
81 log_hash_t hash;
87 log_hash_t hash;
DWriter.h59 void logFormat(const char *fmt, log_hash_t hash, ...);
60 void logEventHistTs(Event event, log_hash_t hash);
100 void logVFormat(const char *fmt, log_hash_t hash, va_list ap);
DEntry.h150 virtual log_hash_t hash() const = 0;
202 log_hash_t hash() const override;
221 log_hash_t hash() const override;
DReportPerformance.h58 using log_hash_t = uint64_t; variable
77 const char * kDirectory, bool append, int author, log_hash_t hash);
DPerformanceAnalysis.h196 using PerformanceAnalysisMap = std::map<int, std::map<log_hash_t, PerformanceAnalysis>>;
229 void reportPerformance(String8 *body, int author, log_hash_t hash,
/frameworks/av/media/libnblog/
DEntry.cpp179 log_hash_t FormatEntry::hash() const in hash()
185 log_hash_t hash; in hash()
230 log_hash_t HistogramEntry::hash() const in hash()
DWriter.cpp106 void Writer::logFormat(const char *fmt, log_hash_t hash, ...) in logFormat()
117 void Writer::logEventHistTs(Event event, log_hash_t hash) in logEventHistTs()
229 void Writer::logVFormat(const char *fmt, log_hash_t hash, va_list argp) in logVFormat()
DPerformanceAnalysis.cpp343 void PerformanceAnalysis::reportPerformance(String8 *body, int author, log_hash_t hash, in reportPerformance()
DReportPerformance.cpp223 const char * directory, bool append, int author, log_hash_t hash) { in writeToFile()
DReader.cpp303 log_hash_t hash = fmtEntry.hash(); in handleFormat()