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 66 typedef struct LogState {
87 } LogState;
122 static LogState openLogTable[MAX_OPEN_LOGS];
125 * Allocate an fd and associate a new LogState with it.
128 static LogState* createLogState() {
141 * Translate an fd to a LogState.
143 static LogState* fdToLogState(int fd) {
154 LogState* ls;
179 static void configureInitialState(const char* pathName, LogState* logState) {
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsession.cc     [all...]
  /packages/apps/Dialer/java/com/android/incallui/call/
DialerCall.java 113 private final LogState mLogState = new LogState();
809 public LogState getLogState() {
    [all...]

Completed in 2003 milliseconds