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 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...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 433 public void logState(Printer pw, String prefix) {
750 public void logState(Printer pw, String prefix) {
884 public void logState(Printer pw, String prefix) {
885 super.logState(pw, prefix);
    [all...]
  /frameworks/base/core/java/android/net/http/
RequestQueue.java 133 void logState() {
  /frameworks/base/core/java/android/os/
BatteryStats.java 190 public abstract void logState(Printer pw, String prefix);
219 public abstract void logState(Printer pw, String prefix);
    [all...]

Completed in 55 milliseconds