Searched refs:log_hash_t (Results 1 – 10 of 10) sorted by relevance
/frameworks/av/media/libnblog/include/media/nblog/ |
D | Events.h | 77 using log_hash_t = uint64_t; variable 81 log_hash_t hash; 87 log_hash_t hash;
|
D | Writer.h | 59 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);
|
D | Entry.h | 150 virtual log_hash_t hash() const = 0; 202 log_hash_t hash() const override; 221 log_hash_t hash() const override;
|
D | ReportPerformance.h | 58 using log_hash_t = uint64_t; variable 77 const char * kDirectory, bool append, int author, log_hash_t hash);
|
D | PerformanceAnalysis.h | 196 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/ |
D | Entry.cpp | 179 log_hash_t FormatEntry::hash() const in hash() 185 log_hash_t hash; in hash() 230 log_hash_t HistogramEntry::hash() const in hash()
|
D | Writer.cpp | 106 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()
|
D | PerformanceAnalysis.cpp | 343 void PerformanceAnalysis::reportPerformance(String8 *body, int author, log_hash_t hash, in reportPerformance()
|
D | ReportPerformance.cpp | 223 const char * directory, bool append, int author, log_hash_t hash) { in writeToFile()
|
D | Reader.cpp | 303 log_hash_t hash = fmtEntry.hash(); in handleFormat()
|