HomeSort by relevance Sort by last modified time
    Searched refs:logState (Results 1 - 4 of 4) sorted by null

  /system/core/liblog/
fake_log_device.c 67 typedef struct LogState {
88 } LogState;
120 static LogState *openLogTable[MAX_OPEN_LOGS];
123 * Allocate an fd and associate a new LogState with it.
126 static LogState *createLogState()
132 openLogTable[i] = calloc(1, sizeof(LogState));
141 * Translate an fd to a LogState.
143 static LogState *fdToLogState(int fd)
156 LogState *ls;
183 static void configureInitialState(const char* pathName, LogState* logState
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 720 public void logState(Printer pw, String prefix) {
825 public void logState(Printer pw, String prefix) {
    [all...]
  /frameworks/base/core/java/android/net/http/
RequestQueue.java 129 void logState() {
  /frameworks/base/core/java/android/os/
BatteryStats.java 225 public abstract void logState(Printer pw, String prefix);
244 public abstract void logState(Printer pw, String prefix);
273 public abstract void logState(Printer pw, String prefix);
    [all...]

Completed in 113 milliseconds