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

  /development/simulator/wrapsim/
DevLog.c 39 typedef struct LogState {
54 } LogState;
70 static void configureInitialState(const char* pathName, LogState* logState)
76 logState->isBinary = 1;
80 logState->globalMinPriority = ANDROID_LOG_INFO;
145 logState->globalMinPriority = minPrio;
146 wsLog("+++ global min prio %d\n", logState->globalMinPriority);
148 logState->tagSet[entry].minPriority = minPrio;
149 strcpy(logState->tagSet[entry].tag, tagName)
    [all...]
  /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 302 public void logState(Printer pw, String prefix) {
504 public void logState(Printer pw, String prefix) {
640 public void logState(Printer pw, String prefix) {
641 super.logState(pw, prefix);
740 public void logState(Printer pw, String prefix) {
741 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 173 public abstract void logState(Printer pw, String prefix);
202 public abstract void logState(Printer pw, String prefix);
    [all...]

Completed in 154 milliseconds