OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dumpLog
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/services/common_time/
utils.h
60
void
dumpLog
(int fd);
common_time_server_api.cpp
356
mClient_PacketRTTLog.
dumpLog
(fd, mCommonClock);
357
mStateChangeLog.
dumpLog
(fd);
358
mElectionLog.
dumpLog
(fd);
359
mBadPktLog.
dumpLog
(fd);
406
void CommonTimeServer::PacketRTTLog::
dumpLog
(int fd, const CommonClock& cclk) {
utils.cpp
113
void LogRing::
dumpLog
(int fd) {
common_time_server.h
99
void
dumpLog
(int fd, const CommonClock& cclk);
Completed in 31 milliseconds