Home
last modified time | relevance | path

Searched refs:fdRead (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/logging/logd/
H A DLogKlog.h40 LogKlog(LogBuffer* buf, int fdWrite, int fdRead, bool auditd, LogStatistics* stats);
H A DLogKlog.cpp204 LogKlog::LogKlog(LogBuffer* buf, int fdWrite, int fdRead, bool auditd, LogStatistics* stats) in LogKlog() argument
205 : SocketListener(fdRead, false), in LogKlog()