Searched refs:fdWrite (Results 1 – 2 of 2) sorted by relevance
/system/core/logd/ |
D | LogKlog.h | 44 LogKlog(LogBuffer *buf, LogReader *reader, int fdWrite, int fdRead, bool auditd);
|
D | LogKlog.cpp | 217 LogKlog::LogKlog(LogBuffer *buf, LogReader *reader, int fdWrite, int fdRead, bool auditd) : in LogKlog() argument 229 write(fdWrite, buffer, strlen(buffer)); in LogKlog()
|