Home
last modified time | relevance | path

Searched refs:getLogSocket (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/modules/StatsD/statsd/src/socket/
H A DStatsSocketListener.cpp40 : SocketListener(getLogSocket(), false /*start listen*/), mQueue(queue) { in StatsSocketListener()
139 int StatsSocketListener::getLogSocket() { in getLogSocket() function in android::os::statsd::StatsSocketListener
H A DStatsSocketListener.h46 static int getLogSocket();
/aosp12/system/logging/logd/
H A DLogReader.h33 static int getLogSocket();
H A DLogReader.cpp78 : SocketListener(getLogSocket(), true), log_buffer_(logbuf), reader_list_(reader_list) {} in LogReader()
245 int LogReader::getLogSocket() { in getLogSocket() function in LogReader
H A DLogAudit.h41 static int getLogSocket();
H A DCommandListener.cpp46 : FrameworkListener(getLogSocket()), buf_(buf), tags_(tags), prune_(prune), stats_(stats) { in CommandListener()
299 int CommandListener::getLogSocket() { in getLogSocket() function in CommandListener
H A DCommandListener.h34 static int getLogSocket();
H A DLogAudit.cpp52 : SocketListener(getLogSocket(), false), in LogAudit()
372 int LogAudit::getLogSocket() { in getLogSocket() function in LogAudit