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

  /system/core/liblog/
fake_log_device.c 64 typedef struct LogState {
85 } LogState;
120 static LogState openLogTable[MAX_OPEN_LOGS];
123 * Allocate an fd and associate a new LogState with it.
126 static LogState* createLogState() {
139 * Translate an fd to a LogState.
141 static LogState* fdToLogState(int fd) {
152 LogState* ls;
177 static void configureInitialState(const char* pathName, LogState* logState) {
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/call/
DialerCall.java 128 private final LogState logState = new LogState();
486 return logState.conferencedCalls != 0;
564 logState.conferencedCalls = Math.max(numChildCalls, logState.conferencedCalls);
779 logState.isIncoming = true;
784 logState.duration = newDuration;
790 logState.duration,
857 logState.disconnectCause = this.disconnectCause
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsession.h 346 void LogState(State old_state, State new_state);
webrtcsession.cc     [all...]
  /packages/apps/Dialer/java/com/android/incallui/spam/
SpamCallListListener.java 217 DialerCall.LogState logState = call.getLogState();
218 if (!logState.isIncoming) {
222 if (logState.duration <= 0) {
226 if (logState.contactLookupResult != ContactLookupResult.Type.NOT_FOUND
227 && logState.contactLookupResult != ContactLookupResult.Type.UNKNOWN_LOOKUP_RESULT_TYPE) {

Completed in 260 milliseconds