Searched defs:LogState (Results 1 - 1 of 1) sorted by relevance

/system/core/liblog/
H A Dfake_log_device.c61 typedef struct LogState { struct
82 } LogState; typedef in typeref:struct:LogState
114 static LogState *openLogTable[MAX_OPEN_LOGS];
117 * Allocate an fd and associate a new LogState with it.
120 static LogState *createLogState()
126 openLogTable[i] = calloc(1, sizeof(LogState));
135 * Translate an fd to a LogState.
137 static LogState *fdToLogState(int fd)
150 LogState *ls;
177 static void configureInitialState(const char* pathName, LogState* logStat
[all...]

Completed in 34 milliseconds