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

  /system/core/liblog/
fake_log_device.c 61 typedef struct LogState {
82 } 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* logState
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.cc 362 LogState(state_, STATE_DEINIT);
572 LogState(state_, state);
750 void BaseSession::LogState(State old_state, State new_state) {
    [all...]

Completed in 136 milliseconds