OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WriteDataToDiskLocked
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/cmds/statsd/src/
StatsLogProcessor.cpp
208
WriteDataToDiskLocked
(CONFIG_RESET);
261
WriteDataToDiskLocked
(key, timestampNs, CONFIG_UPDATED);
438
WriteDataToDiskLocked
(CONFIG_RESET);
447
WriteDataToDiskLocked
(key, getElapsedRealtimeNs(), CONFIG_REMOVED);
504
void StatsLogProcessor::
WriteDataToDiskLocked
(const ConfigKey& key,
527
void StatsLogProcessor::
WriteDataToDiskLocked
(const DumpReportReason dumpReportReason) {
530
WriteDataToDiskLocked
(pair.first, timeNs, dumpReportReason);
536
WriteDataToDiskLocked
(dumpReportReason);
StatsLogProcessor.h
140
void
WriteDataToDiskLocked
(const DumpReportReason dumpReportReason);
141
void
WriteDataToDiskLocked
(const ConfigKey& key, const int64_t timestampNs,
Completed in 331 milliseconds