HomeSort by relevance Sort by last modified time
    Searched defs:LogState (Results 1 - 3 of 3) sorted by null

  /system/core/liblog/
fake_log_device.c 63 typedef struct LogState {
84 } LogState;
123 static LogState openLogTable[MAX_OPEN_LOGS];
126 * Allocate an fd and associate a new LogState with it.
129 static LogState *createLogState()
143 * Translate an fd to a LogState.
145 static LogState *fdToLogState(int fd)
158 LogState *ls;
183 static void configureInitialState(const char* pathName, LogState* logState)
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsession.cc     [all...]
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
Call.java 191 public static class LogState {
393 private LogState mLogState = new LogState();
    [all...]

Completed in 110 milliseconds